258 Commits

Author SHA1 Message Date
spencergibb
d11a135437 Bumps boot to version to 2.2.7.RELEASE 2020-05-13 15:17:42 -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
Spencer Gibb
a33e77df15 Revert "Bumps boot version to 2.3.0.M3"
This reverts commit 2f67da30
2020-03-19 10:33:25 -04:00
Marcin Grzejszczak
e8482b1134 Fixing Groovy 2020-03-18 17:38:08 -04:00
Spencer Gibb
2f67da3078 Bumps boot version to 2.3.0.M3
fixes gh-153
2020-03-18 16:44:03 -04:00
Spencer Gibb
9295fc30ef Updates docs branches 2020-03-06 12:43:48 -05:00
Marcin Grzejszczak
2e5868c5bd Bumping build 2020-03-04 14:14:07 +01:00
Spencer Gibb
06bad4e6af Bumps boot version to 2.2.5 2020-02-27 11:03:50 -05:00
Ryan Baxter
048656e13a Bumping versions to 2.2.3.BUILD-SNAPSHOT 2020-02-12 10:52:51 -05:00
Ryan Baxter
7c82700143 2.2.2.RELEASE version changes 2020-02-12 10:45:38 -05:00
Spencer Gibb
c6e0bc7a26 bumps groovy version 2020-01-27 12:28:43 -05:00
Spencer Gibb
a8313feea7 Bumps boot version to 2.2.4 2020-01-27 11:51:02 -05:00
Spencer Gibb
2caeaee319 Skips bats tests.
See gh-150
2020-01-23 17:10:02 -05:00
buildmaster
19044131d0 Bumping versions 2019-12-21 07:13:31 +00:00
buildmaster
0953f45189 Bumping versions 2019-12-19 07:12:42 +00:00
buildmaster
e082a147a1 Bumping versions to 2.2.2.BUILD-SNAPSHOT after release 2019-12-18 13:42:52 +00:00
buildmaster
c35c8b5742 Going back to snapshots 2019-12-18 13:42:51 +00:00
buildmaster
e5d3206eab Update SNAPSHOT to 2.2.1.RELEASE 2019-12-18 13:41:17 +00:00
buildmaster
2cd4391e49 Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-11-19 13:57:25 +00:00
buildmaster
bb26542fc9 Going back to snapshots 2019-11-19 13:57:24 +00:00
buildmaster
70f7d413f3 Update SNAPSHOT to 2.2.0.RELEASE 2019-11-19 13:56:18 +00:00
Marcin Grzejszczak
94efa8767a Added missing javadocs
fixes gh-148
2019-11-19 13:57:47 +01:00
buildmaster
06f8a97e59 Bumping versions 2019-11-19 07:12:35 +00:00
Ryan Baxter
51c41e52f6 Bumping version to next release 2019-11-18 16:02:37 -05:00
Ryan Baxter
b1a8036d3f Revert "Change versions for release"
This reverts commit a5be66e84f.
2019-11-18 15:59:13 -05:00
Ryan Baxter
a5be66e84f Change versions for release 2019-11-18 15:56:03 -05:00
buildmaster
b167397c23 Going back to snapshots 2019-11-07 16:31:13 +00:00
buildmaster
b02a62f33d Update SNAPSHOT to 2.2.0.RC2 2019-11-07 16:25:52 +00:00
Marcin Grzejszczak
9d88a2c0de Using the maven flatten plugin for published POMs
To avoid propagating build setup that is required to build a Spring Cloud project, the maven flatten plugin can be used. It has the advantage of letting you use whatever features you need while publishing "clean" pom to the repository.

fixes gh-89
2019-11-07 14:12:44 +01:00
buildmaster
8a3f69227e Going back to snapshots 2019-10-23 20:01:31 +00:00
buildmaster
db5c07d175 Update SNAPSHOT to 2.2.0.RC1 2019-10-23 19:58:52 +00:00
Marcin Grzejszczak
fc96d209c7 Added project-root var resolution in readme generation script 2019-10-23 15:49:54 +02:00
Marcin Grzejszczak
200efcb348 Added gitignore so that the unpacked sources are not added [don't have a better idea ATM] 2019-10-03 21:34:56 +02:00
Marcin Grzejszczak
ed42b3a69a Revert "remove bats fixtures temporarily"
This reverts commit 6ece1d5969.
2019-10-03 21:25:01 +02:00
Marcin Grzejszczak
2a7cf5d7be We don't want to download sources of our own project 2019-10-03 21:24:58 +02:00
Spencer Gibb
2a3797bdaa Revert "Updates to 2.2.0.M6"
This reverts commit 92c70e32
2019-10-03 12:31:16 -04:00
Spencer Gibb
92c70e3253 Updates to 2.2.0.M6 2019-10-03 12:28:25 -04:00
Spencer Gibb
6ece1d5969 remove bats fixtures temporarily 2019-10-03 12:08:06 -04:00
buildmaster
f01646cffd Bumping versions 2019-10-03 13:46:18 +00:00
buildmaster
ac503a0448 Bumping versions 2019-09-24 14:05:10 +00:00
buildmaster
46a0f7cd0c Bumping versions 2019-09-24 11:01:17 +00:00
buildmaster
bf7db5e2dd Bumping versions 2019-09-24 07:50:35 +00:00
buildmaster
7d473e0ba2 Bumping versions 2019-09-24 07:13:02 +00:00
Ryan Baxter
1b2b6bfb2c Revert "2.2.0.M5 version changes"
This reverts commit dcf98e5632.
2019-09-18 12:10:48 -04:00