Ryan Baxter
75f490ffcf
Bumping boot version
2018-06-27 14:05:06 -04:00
Dave Syer
ae73ec3da9
Revert to snapshots
2018-04-24 10:15:55 +01:00
Dave Syer
4b2628d05a
Update to Boot 1.5.12
2018-04-24 10:15:21 +01:00
Dave Syer
c11c60b23b
Bumnp Spring Boot to 1.5.12
2018-04-24 09:59:36 +01:00
Ryan Baxter
f70adbbd74
Upgrade animal sniffer. Fixes #72
2018-04-18 16:11:19 -04:00
Marcin Grzejszczak
bc394526fa
Bumped boot to 1.5.11
2018-04-06 14:01:00 +02:00
Marcin Grzejszczak
80066daca7
Fails the build if generated HTML contains Unresolved ( #68 )
...
fixes #67
2018-02-12 17:09:59 +01:00
Ryan Baxter
f020bf77a9
bumping version to next release
2018-02-07 15:56:36 -05:00
Ryan Baxter
a2bb813307
Revert "1.3.8.RELEASE"
...
This reverts commit 136880ebe3 .
2018-02-07 15:43:48 -05:00
Ryan Baxter
136880ebe3
1.3.8.RELEASE
2018-02-07 15:40:00 -05:00
Ryan Baxter
e50d36b42a
Bumping boot version
2018-02-07 15:33:23 -05:00
buildmaster
924ed94f88
Bumping versions to 1.3.8.BUILD-SNAPSHOT after release
2017-12-21 17:37:30 +00:00
buildmaster
c508ad4a2f
Going back to snapshots
2017-12-21 17:37:30 +00:00
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
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
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
Dave Syer
40d8febe83
Set up compiler plugin by default
2017-08-29 12:08:32 +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
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
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
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
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
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
Dave Syer
49e5d2a1d4
Manage version of jar plugin to not break STS
2017-02-09 17:40:07 +00:00
Spencer Gibb
215a981377
Update to boot 1.5.1.BUILD-SNAPSHOT
2017-01-31 06:10:05 -07:00
Ryan Baxter
32ec5e9d77
Revert "1.3.1.M1 version changes"
...
This reverts commit 85cbefaa8c .
2017-01-09 12:36:48 -05:00