Commit Graph

313 Commits

Author SHA1 Message Date
buildmaster
db077cc8dd Going back to snapshots 2020-09-23 11:02:25 +00:00
buildmaster
943f5baa8d Update SNAPSHOT to 3.0.0-M4 2020-09-23 11:01:19 +00:00
Jay Bryant
bf1b1a8862 Wording changes (#170)
* Wording changes

Replace potentially sensitive terms

* Wording changes

One more change.
2020-08-04 14:33:49 +02:00
Marcin Grzejszczak
e905e9abc7 Updated wrapper 2020-08-04 14:29:41 +02:00
buildmaster
46caf6af41 Going back to snapshots 2020-07-16 15:58:21 +00:00
buildmaster
1500125935 Update SNAPSHOT to 3.0.0-M3 2020-07-16 15:56:32 +00:00
spencergibb
d7ef8963a9 Merge branch '2.3.x' 2020-07-07 12:41:48 -04:00
Spencer Gibb
bd215fab95 Creates and uses new github-project url in docs (#169)
Fixes gh-168
2020-07-07 12:41:16 -04:00
Marcin Grzejszczak
2491889a42 Skipping readme generation if there's no readme 2020-06-10 09:59:04 +02:00
Marcin Grzejszczak
843cbd2f7c Skipping readme generation if there's no readme 2020-06-08 16:08:57 +02:00
Marcin Grzejszczak
48c7ac77ce Merge branch '2.3.x' 2020-06-04 13:14:24 +02:00
Marcin Grzejszczak
b6a814b6cf No more null description 2020-06-04 13:12:57 +02:00
Marcin Grzejszczak
d4fefdcd77 Migrating to the docs.spring.io 2020-06-04 13:11:04 +02:00
Marcin Grzejszczak
fb9960639e Added missing files 2020-06-04 12:49:25 +02:00
Marcin Grzejszczak
5682e8d214 Removed gh-pages usage and ruby execution
migrated to docs.spring.io docs generation
merging of readme.adoc is done via Java code

fixes gh-165
2020-06-04 12:44:22 +02:00
spencergibb
d2852a8519 Bumps boot to version to 2.4.0-SNAPSHOT 2020-05-29 16:47:44 -04:00
buildmaster
10d0bb9454 Going back to snapshots 2020-05-29 18:11:55 +00:00
buildmaster
f8872365f7 Update SNAPSHOT to 3.0.0-M2 2020-05-29 18:11:25 +00:00
Marcin Grzejszczak
9f47b8e8c8 Fixed setting null as default value for config props 2020-05-28 13:18:23 +02:00
buildmaster
9fc5902087 Bumping versions to 2.3.1.BUILD-SNAPSHOT after release 2020-05-28 09:04:35 +00:00
buildmaster
44f2689dc3 Going back to snapshots 2020-05-28 09:04:34 +00:00
buildmaster
e96132ecf2 Update SNAPSHOT to 2.3.0.RELEASE 2020-05-28 08:59:41 +00:00
Marcin Grzejszczak
355a18d5fa Fixed new lines in the config properties generation 2020-05-26 14:01:24 +02:00
Marcin Grzejszczak
e2019664e2 Fixed improper packaging and config props parsing 2020-05-26 13:56:43 +02:00
Marcin Grzejszczak
bdd2ae3ed3 Migrated the configprops parsing to Java due to constant issues with Groovy versions 2020-05-26 13:45:03 +02:00
Marcin Grzejszczak
59d1129b4b Fixed the way jar with sc-build-docs gets deployed 2020-05-25 15:18:30 +02:00
Marcin Grzejszczak
25c19bbda1 Moved the phase property to the module 2020-05-25 13:52:13 +02:00
Marcin Grzejszczak
c542d67ce7 Setting up repository for docs.spring.io migration 2020-05-25 13:40:42 +02:00
Marcin Grzejszczak
a744025d26 Disabling docs zip publishing for all modules other than the docs module 2020-05-25 13:26:55 +02:00
Marcin Grzejszczak
2355cbdc6e Improved the way the zipped docs are pushed; fixes gh-166 2020-05-25 12:18:20 +02:00
spencergibb
501a33c65a Merge branch '2.3.x' 2020-05-21 16:20:09 -04:00
spencergibb
fb2e92be6b Adds section about activating spring maven profile in IDE.
Fixes gh-159
2020-05-21 16:13:27 -04:00
spencergibb
0911190f3f Bumps boot to version to 2.3.0.RELEASE 2020-05-15 12:06:31 -04:00
spencergibb
bd26a5a184 Bumps boot to version to 2.3.0.BUILD-SNAPSHOT 2020-05-14 15:53:28 -04:00
Olga Maciaszek-Sharma
d30799cf5c Upgrade groovy.version to 2.5.10. 2020-05-13 17:28:05 +02:00
spencergibb
2f1a258497 Merge branch '2.3.x' 2020-05-08 13:54:45 -04:00
spencergibb
76f15c1cd9 Merge branch '2.2.x' into 2.3.x 2020-05-08 13:49:52 -04:00
spencergibb
27553b9dd9 set current branch for test 2020-05-08 13:45:06 -04:00
spencergibb
fe89ee7de0 set current branch for test 2020-05-08 13:40:16 -04:00
spencergibb
2821e3222c set current branch for test 2020-05-08 13:36:21 -04:00
spencergibb
bb2126974f set current branch for test 2020-05-08 13:34:34 -04:00
spencergibb
c7ebf03a2a removes checked in bats libs 2020-05-08 13:10:50 -04:00
spencergibb
d673bca4da Updates bats tests to cloe bats-support and bats-assert
This along with upgrading to 0.7.0 of bats seems to fix bats tests.

Fixes gh-150
2020-05-08 12:23:56 -04:00
maaaace
76873a53ab fix(bashScript): download shellcheck to support arm64 processor
build_helper.sh just downloads shellcheck for x86_64 architecture by hard coding the verison and arch of zip file. Fortunately shellcheck starts to support arm64 since version 0.7.0, as a result update the version and add checking for architecture to support arm64.

Signed-off-by: maaaace <fuheming@huawei.com>
2020-05-08 12:23:49 -04:00
buildmaster
a2532c63b0 Bumping versions 2020-04-16 22:31:47 +00:00
buildmaster
e67ca1d250 Bumping versions 2020-04-16 20:59:34 +00:00
Spencer Gibb
bb7f805da5 Updates version to 3.0.0-SNAPSHOT 2020-04-16 16:31:36 -04:00
Ryan Baxter
d27e082b86 Revert "Version changes for 3.0.0.M1 release"
This reverts commit d2c32c296f.
2020-04-06 10:43:35 -04:00
Ryan Baxter
d2c32c296f Version changes for 3.0.0.M1 release 2020-04-06 10:41:30 -04:00
Marcin Grzejszczak
cf97faac76 Downgraded Groovy to 2.5.10 2020-04-06 12:39:31 +02:00