Increment version to 1.0.1.BUILD-SNAPSHOT.

This commit is contained in:
Scott Frederick
2017-12-12 09:09:56 -06:00
parent f5cb0111b1
commit 5eeb98a198
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,4 @@
# limitations under the License.
#
version=1.0.0.BUILD-SNAPSHOT
version=1.0.1.BUILD-SNAPSHOT

View File

@@ -44,7 +44,7 @@ apply plugin: 'propdeps-eclipse'
apply plugin: 'org.springframework.boot'
dependencies {
compile group: 'org.springframework.credhub', name: 'spring-credhub-starter', version: '1.0.0.BUILD-SNAPSHOT'
compile group: 'org.springframework.credhub', name: 'spring-credhub-starter', version: '1.0.0.RELEASE'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'