Bumping versions before release

This commit is contained in:
Marcin Grzejszczak
2017-01-30 11:41:56 +01:00
parent c2a8bb8cb7
commit dfceed2ce1
75 changed files with 138 additions and 123 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-parent</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M1</version>
<relativePath>..</relativePath>
</parent>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-tools</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-contract-converters</artifactId>

View File

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

View File

@@ -16,4 +16,4 @@
nexusUsername =
nexusPassword =
verifierVersion=1.1.0.BUILD-SNAPSHOT
verifierVersion=1.1.0.M1

View File

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

View File

@@ -1,6 +1,9 @@
buildscript {
repositories {
mavenCentral()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/libs-release-local" }
}
}

View File

@@ -17,6 +17,6 @@
groupId=org.springframework.cloud.testprojects
jacksonMapper=1.9.13
restAssuredVersion=2.4.0
springVersion=4.1.7.RELEASE
springVersion=4.3.5.RELEASE
springBootVersion=1.3.3.RELEASE
springBootVersion=1.5.0.RC1

View File

@@ -18,9 +18,12 @@ buildscript {
repositories {
mavenLocal()
mavenCentral()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/libs-release-local" }
}
dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE"
classpath "org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RC1"
}
}

View File

@@ -18,9 +18,12 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/libs-release-local" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RC1")
}
}

View File

@@ -18,9 +18,12 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
maven { url "http://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/libs-release-local" }
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.4.0.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:1.5.0.RC1")
}
}

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-tools</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M1</version>
<relativePath>..</relativePath>
</parent>
@@ -29,7 +29,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dependency.locations.enabled>false</dependency.locations.enabled>
<spring.cloud.contract.verifier.version>1.1.0.BUILD-SNAPSHOT</spring.cloud.contract.verifier.version>
<spring.cloud.contract.verifier.version>1.1.0.M1</spring.cloud.contract.verifier.version>
<aether.version>1.0.2.v20150114</aether.version>
<maven.compiler.source>1.7</maven.compiler.source>

View File

@@ -30,7 +30,7 @@
<plugin>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-maven-plugin</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M1</version>
<configuration>
<contractsPath>com/example/server</contractsPath>
<contractDependency>

View File

@@ -26,7 +26,7 @@
<version>0.1</version>
<properties>
<spring.cloud.contract.version>1.1.0.BUILD-SNAPSHOT</spring.cloud.contract.version>
<spring.cloud.contract.version>1.1.0.M1</spring.cloud.contract.version>
</properties>
<build>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-tools</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.M1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-contract-spec-pact</artifactId>