From 5eeb98a19881c3da1580718a3811c60f7e02ea8f Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 12 Dec 2017 09:09:56 -0600 Subject: [PATCH] Increment version to 1.0.1.BUILD-SNAPSHOT. --- gradle.properties | 2 +- spring-credhub-demo/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index de413af..93276b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,4 +14,4 @@ # limitations under the License. # -version=1.0.0.BUILD-SNAPSHOT +version=1.0.1.BUILD-SNAPSHOT diff --git a/spring-credhub-demo/build.gradle b/spring-credhub-demo/build.gradle index 8ea4f12..f414fdc 100644 --- a/spring-credhub-demo/build.gradle +++ b/spring-credhub-demo/build.gradle @@ -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'