File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -81,4 +81,10 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co
81
81
82
82
- Configure "Artifactory Maven 3" task
83
83
- Goals to execute ` clean (dependency:tree) install -Pci `
84
- - A nightly build can then use ` clean (dependency:tree) deploy -Pdistribute ` to publish static resources and reference documentation
84
+ - A nightly build can then use ` clean (dependency:tree) deploy -Pdistribute ` to publish static resources and reference documentation
85
+
86
+ ## Additional build profiles
87
+
88
+ - ` spring4 ` - Configures the Spring version to be used to be the latest 4.x release version.
89
+ - ` spring4-next ` - Configures the Spring version to be used to be the next 4.x snapshot version.
90
+ - ` querydsl-next ` - Configures the Querydsl version to be used to be the next available snapshot version.
Original file line number Diff line number Diff line change 547
547
<profile >
548
548
<id >querydsl-next</id >
549
549
<properties >
550
- <querydsl >3.3.0 .BUILD-SNAPSHOT</querydsl >
550
+ <querydsl >3.3.1 .BUILD-SNAPSHOT</querydsl >
551
551
</properties >
552
552
<repositories >
553
553
<repository >
You can’t perform that action at this time.
0 commit comments