Skip to content

Commit

Permalink
bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Sep 6, 2017
1 parent aa1011f commit ec00860
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,16 @@ This should cause the submodules to be compiled and the tests to be run. To inst

### Maven Artifacts

Snapshot Maven artifacts are provided in the SpringSource snapshot repositories. To add this repo to your Gradle build, specify the URL like the following:
Snapshot and pre-release Maven artifacts are provided in the SpringSource snapshot repositories.
To add this repo to your Gradle build, specify the URL like the following:

ext {
reactorVersion = '3.1.0.BUILD-SNAPSHOT'
reactorVersion = '3.1.0.RC1'
}

repositories {
//maven { url 'http://repo.spring.io/release' }
//maven { url 'http://repo.spring.io/milestone' }
maven { url 'http://repo.spring.io/milestone' }
maven { url 'http://repo.spring.io/snapshot' }
mavenCentral()
}
Expand Down

0 comments on commit ec00860

Please sign in to comment.