From aabc36f51d4f3680675565b1c20bc6af168ba399 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 19 Jan 2014 15:05:14 +0100 Subject: [PATCH] #35 - Let querydsl-next profile build against Querydsl 3.3.1 snapshots. Added important build profiles to readme. --- README.md | 8 +++++++- parent/pom.xml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 33b43dc3..91160b0f 100644 --- a/README.md +++ b/README.md @@ -81,4 +81,10 @@ As an example have a look at the build of [Spring Data MongoDB](http://github.co - Configure "Artifactory Maven 3" task - Goals to execute `clean (dependency:tree) install -Pci` -- A nightly build can then use `clean (dependency:tree) deploy -Pdistribute` to publish static resources and reference documentation \ No newline at end of file +- A nightly build can then use `clean (dependency:tree) deploy -Pdistribute` to publish static resources and reference documentation + +## Additional build profiles + +- `spring4` - Configures the Spring version to be used to be the latest 4.x release version. +- `spring4-next` - Configures the Spring version to be used to be the next 4.x snapshot version. +- `querydsl-next` - Configures the Querydsl version to be used to be the next available snapshot version. \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index 783f04bf..112661db 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -547,7 +547,7 @@ querydsl-next - 3.3.0.BUILD-SNAPSHOT + 3.3.1.BUILD-SNAPSHOT