Move version property from build.gradle to gradle.properties.

This commit is contained in:
Scott Frederick
2016-01-21 09:33:03 -06:00
parent 8ba23936e4
commit d2c7a2161c
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@ build
bin
.rest-shell.log
spring-shell.log
gradle.properties
/target/
*.iml
.idea/

View File

@@ -40,7 +40,6 @@ if (project.hasProperty('platformVersion')) {
}
archivesBaseName = "spring-cloud-cloudfoundry-service-broker"
version = "1.0.0.BUILD-SNAPSHOT"
group = "org.springframework.cloud"
description = "Spring Cloud - Cloud Foundry Service Broker"

1
gradle.properties Normal file
View File

@@ -0,0 +1 @@
version=1.0.0.BUILD-SNAPSHOT