Skip to content

Commit

Permalink
Update SNAPSHOT to 2.1.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Dec 11, 2018
1 parent 7e585f7 commit 434fedb
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<packaging>pom</packaging>
<name>Spring Cloud security Parent</name>
<description>Spring Cloud Security Parent</description>
<url>https://projects.spring.io/spring-cloud/</url>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC2</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>
Expand All @@ -21,9 +21,9 @@
<tag>HEAD</tag>
</scm>
<properties>
<spring-cloud-commons.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-netflix.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-cloud-openfeign.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-openfeign.version>
<spring-cloud-commons.version>2.1.0.RC1</spring-cloud-commons.version>
<spring-cloud-netflix.version>2.1.0.RC1</spring-cloud-netflix.version>
<spring-cloud-openfeign.version>2.1.0.RC1</spring-cloud-openfeign.version>
<bintray.package>security</bintray.package>
</properties>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-security-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC2</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-security-dependencies</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<packaging>pom</packaging>
<name>spring-cloud-security-dependencies</name>
<description>Spring Cloud Security Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-oauth2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-starter-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-security-parent</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<version>2.1.0.RC1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-security</artifactId>
Expand Down

0 comments on commit 434fedb

Please sign in to comment.