#35 - Let querydsl-next profile build against Querydsl 3.3.1 snapshots.

Added important build profiles to readme.
This commit is contained in:
Oliver Gierke
2014-01-19 15:05:14 +01:00
parent 78391394cd
commit aabc36f51d
2 changed files with 8 additions and 2 deletions

View File

@@ -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
- 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.

View File

@@ -547,7 +547,7 @@
<profile>
<id>querydsl-next</id>
<properties>
<querydsl>3.3.0.BUILD-SNAPSHOT</querydsl>
<querydsl>3.3.1.BUILD-SNAPSHOT</querydsl>
</properties>
<repositories>
<repository>