Bumping versions before release

This commit is contained in:
Marcin Grzejszczak
2016-09-23 20:07:58 +02:00
parent c37873f2b8
commit 8ee2ef4b18
56 changed files with 82 additions and 82 deletions

View File

@@ -23,7 +23,7 @@ ext {
]
}
project.version = findProperty('verifierVersion') ?: '1.0.0.BUILD-SNAPSHOT'
project.version = findProperty('verifierVersion') ?: '1.0.0.RELEASE'
apply plugin: 'groovy'
apply from: "$rootDir/gradle/release.gradle"
apply plugin: 'eclipse'

View File

@@ -16,4 +16,4 @@
nexusUsername =
nexusPassword =
verifierVersion=1.0.0.BUILD-SNAPSHOT
verifierVersion=1.0.0.RELEASE

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-tools</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0.RELEASE</version>
<relativePath>..</relativePath>
</parent>