Commit Graph

279 Commits

Author SHA1 Message Date
buildmaster
db230a7b3d Update SNAPSHOT to 1.3.7.RELEASE 2017-12-21 17:36:44 +00:00
Spencer Gibb
f5a37ebb50 Update boot to 1.5.9.RELEASE 2017-11-28 12:42:05 -05:00
Spencer Gibb
f4c22a5151 Fix docs whitelist branch 2017-11-28 12:20:09 -05:00
buildmaster
34aaa7e1f1 Bumping versions to 1.3.7.BUILD-SNAPSHOT after release 2017-11-20 10:34:54 +00:00
buildmaster
e9ef6a7e53 Going back to snapshots 2017-11-20 10:34:54 +00:00
buildmaster
203d35ed0a Update SNAPSHOT to 1.3.6.RELEASE 2017-11-20 10:34:16 +00:00
Spencer Gibb
b1475df241 Update to Spring Boot 1.5.8.RELEASE 2017-10-30 15:53:30 -04:00
Dave Syer
4000709c4c Add compiler plugin version 2017-09-15 11:27:22 +01:00
Dave Syer
7d5abfdf13 Revert to snapshots 2017-09-12 17:43:57 +01:00
Dave Syer
80fa01c000 Update to 1.3.5.RELEASE 2017-09-12 17:40:43 +01:00
Spencer Gibb
666bfc724c Update mvnw to 3.5.0
fixes gh-53
2017-09-01 12:46:12 -06:00
Marcin Grzejszczak
09317bb95c Polish 2017-08-31 14:27:44 +02:00
Marcin Grzejszczak
8f19618cc2 Let's eat our own dogfood
sc-build reuses sc-build logic to generate its own docs
2017-08-31 14:08:45 +02:00
Marcin Grzejszczak
4d0246d73e Started to publish the docs module as a jar
without this change we copy paste all the scripts, resources etc. to every single project
with this change each project will have this project's resources unpacked in the local `target` directory. The docs generation already reference this changed location so no need to copy paste of any resources is required

fixes #60
2017-08-31 13:48:43 +02:00
Marcin Grzejszczak
0269b4a8b6 Not failing the script if a file can't be added
it happens when you want to add a file that is in .gitignore
2017-08-29 14:33:21 +02:00
Dave Syer
40d8febe83 Set up compiler plugin by default 2017-08-29 12:08:32 +01:00
Dave Syer
4f532ed92d Process javadocs for imports 2017-08-29 11:48:49 +01:00
Marcin Grzejszczak
8c177337e2 Fixed _ problem in ghpages 2017-08-29 11:44:37 +02:00
Dave Syer
3d4369f6cb Add checkstyle plugin configuration
Not enabled by default because many projects do not use it yet. The
plan is to roll it out and then remove the google import detector.

Fixes gh-58
2017-08-29 09:38:26 +01:00
Marcin Grzejszczak
bea8723caf Allowed resolution of external URIs 2017-08-29 10:26:32 +02:00
Marcin Grzejszczak
b7bbf68141 Initial approach to new docs (#59) 2017-08-29 09:52:29 +02:00
Ryan Baxter
2b41ae3ff9 Bump version for next release 2017-08-24 15:20:11 -04:00
Ryan Baxter
1ab1e583ae Revert "1.3.4.RELEASE"
This reverts commit ebdc00ddea.
2017-08-24 15:12:37 -04:00
Ryan Baxter
ebdc00ddea 1.3.4.RELEASE 2017-08-24 15:06:46 -04:00
Ryan Baxter
450ea884db Fixing boot property 2017-08-24 15:00:49 -04:00
Ryan Baxter
261cbf51ec Bumping boot version 2017-08-24 14:27:57 -04:00
Kyle Anderson
a9ced4513e Maven Configuration Improvements (#57)
* Specify build-helper-maven-plugin Version

* Refactored Deprecated AntRun Plugin Parameter
2017-07-12 15:36:48 -04:00
Dave Syer
4cc410cfc0 Revert to snapshots 2017-06-19 11:49:11 +01:00
Dave Syer
e5ed9b4f90 Update for 1.3.3.RELEASE 2017-06-19 11:42:13 +01:00
Spencer Gibb
68a2afff02 Merge pull request #55 from mbogoevici/boot-1.5.4
Update Spring Boot to 1.5.4.RELEASE
2017-06-09 15:53:29 -04:00
Marius Bogoevici
eb8ffcff45 Update Spring Boot to 1.5.4.RELEASE 2017-06-09 15:33:34 -04:00
Marcin Grzejszczak
aaa6a2c973 Let's start highlighting syntax... (#54) 2017-05-12 14:17:53 +02:00
Jon Schneider
de403a2553 Add CircleCI badge to README.adoc 2017-05-11 13:14:12 -05:00
Dave Syer
171be768c7 Revert to snapshots 2017-04-26 09:08:57 +01:00
Dave Syer
22e98d294c Update to 1.3.2.RELEASE 2017-04-26 09:07:45 +01:00
Dave Syer
db0cd55df2 Remove unused resources 2017-04-24 11:48:18 +01:00
Dave Syer
d4257bc99c Add spring-cloud-build-dependencies BOM layer
Users, and even Spring Cloud libraries never need to know about this,
but the extra level of indirection helps because of the commons-logging
dependency, which we want to exclude from Spring Cloud libraries, but
which can only be excluded globally from all of them here. The previous
solution to that problem was to add the exclusion with a spring-core
dependency managed by spring-cloud-build directly. The problem with that
is that it needs to have the spring-core version explicitly, or else
libraries that depend directly on spring-core cannot find the version
(not many libraries *do* depend directly on spring-core so it only hurts
on the margin to not have the version, which is where we were with
1.3.1.RELEASE and lower).
2017-04-24 11:00:42 +01:00
Ryan Baxter
b4e4209ce4 Merge branch 'master' of https://github.com/spring-cloud/spring-cloud-build 2017-03-17 14:33:23 -04:00
Ryan Baxter
055edea9cb adding circle ci config 2017-03-17 14:33:03 -04:00
Marcin Grzejszczak
736d29ac18 Fixed the retrieval of current branch 2017-03-17 10:10:08 +01:00
Marcin Grzejszczak
ef8189dc88 Fixed the retrieval of current branch 2017-03-17 09:43:26 +01:00
Marcin Grzejszczak
03fd279df1 Added logging to the script 2017-03-10 16:53:19 +01:00
Marcin Grzejszczak
3bfe13c793 Updated ghpages 2017-03-10 16:48:13 +01:00
Marcin Grzejszczak
931e8fe555 Updated ghpages 2017-03-10 16:00:12 +01:00
Marcin Grzejszczak
88118aa277 Don't switch to tag for snapshots 2017-03-10 15:36:59 +01:00
Dave Syer
74a746b71e Revert to snapshots 2017-03-06 12:32:45 +00:00
Dave Syer
541b8f302e Update to 1.3.1 2017-03-06 12:31:37 +00:00
Spencer Gibb
9685ebad24 Update to SNAPSHOTS 2017-03-03 12:15:46 -07:00
Spencer Gibb
058cdab1d6 Update SNAPSHOT to 1.3.1.RC1 2017-03-03 12:06:06 -07:00
Spencer Gibb
b33ccfd117 Update to boot 1.5.2.BUILD-SNAPSHOT 2017-03-02 08:36:55 -07:00