Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
Update SNAPSHOT to 2.2.2.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed May 28, 2020
1 parent 621321e commit 29fedd9
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Spring Boot and Spring Security OAuth2 we can quickly create systems that
implement common patterns like single sign on, token relay and token
exchange.

WARNING: In a future major release, the functionality contained in this project will move to the respective projects.

== Upgrading to 1.1.0

Most of the OAuth2 features moved from this project to Spring Boot 1.3, so from version 1.1 things are a little different here. Here
Expand Down Expand Up @@ -115,6 +117,11 @@ https://eclipse.org[Eclipse] when working with the code. We use the
https://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
should also work without issue as long as they use Maven 3.3.3 or better.

==== Activate the Spring Maven profile
Spring Cloud projects require the 'spring' Maven profile to be activated to resolve
the spring milestone and snapshot repositories. Use your preferred IDE to set this
profile to be active, or you may experience build errors.

==== Importing into eclipse with m2eclipse
We recommend the https://eclipse.org/m2e/[m2eclipse] eclipse plugin when working with
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
Expand Down
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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
12 changes: 6 additions & 6 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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</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.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<scm>
Expand All @@ -21,10 +21,10 @@
<tag>HEAD</tag>
</scm>
<properties>
<spring-cloud-commons.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-gateway.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-gateway.version>
<spring-cloud-netflix.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-netflix.version>
<spring-cloud-openfeign.version>2.2.3.BUILD-SNAPSHOT</spring-cloud-openfeign.version>
<spring-cloud-commons.version>2.2.3.RELEASE</spring-cloud-commons.version>
<spring-cloud-gateway.version>2.2.3.RELEASE</spring-cloud-gateway.version>
<spring-cloud-netflix.version>2.2.3.RELEASE</spring-cloud-netflix.version>
<spring-cloud-openfeign.version>2.2.3.RELEASE</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.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-security-dependencies</artifactId>
<version>2.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</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.2.2.BUILD-SNAPSHOT</version>
<version>2.2.2.RELEASE</version>
<relativePath>..</relativePath>
</parent>
<artifactId>spring-cloud-starter-security</artifactId>
Expand Down

0 comments on commit 29fedd9

Please sign in to comment.