Skip to content

Commit aabc36f

Browse files
committed
#35 - Let querydsl-next profile build against Querydsl 3.3.1 snapshots.
Added important build profiles to readme.
1 parent 7839139 commit aabc36f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co
8181

8282
- Configure "Artifactory Maven 3" task
8383
- 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.

parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@
547547
<profile>
548548
<id>querydsl-next</id>
549549
<properties>
550-
<querydsl>3.3.0.BUILD-SNAPSHOT</querydsl>
550+
<querydsl>3.3.1.BUILD-SNAPSHOT</querydsl>
551551
</properties>
552552
<repositories>
553553
<repository>

0 commit comments

Comments
 (0)