You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/11/27 14:48:42 UTC

[syncope] 01/02: Upgrade to Spring Gateway 2.2.0 GA

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 7d6bfc655f8d96212e036c711062269fb9491db4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Wed Nov 27 15:37:31 2019 +0100

    Upgrade to Spring Gateway 2.2.0 GA
---
 pom.xml | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3b31a8d..8c9faa1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
     <spring.version>5.2.1.RELEASE</spring.version>
     <spring-security.version>5.2.1.RELEASE</spring-security.version>
     <spring-boot.version>2.2.1.RELEASE</spring-boot.version>
-    <spring-cloud-gateway.version>2.2.0.RC2</spring-cloud-gateway.version>
+    <spring-cloud-gateway.version>2.2.0.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.1</hikaricp.version>
@@ -1823,18 +1823,6 @@ under the License.
       <id>jitpack.io</id>
       <url>https://jitpack.io</url>
     </repository>
-    <!-- Temporary until Spring Gateway goes GA -->
-    <repository>
-      <id>spring-milestones</id>
-      <name>Spring Milestones</name>
-      <url>https://repo.spring.io/milestone</url>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
-      <snapshots>
-        <enabled>false</enabled>
-      </snapshots>
-    </repository>
     <repository>
       <id>shibboleth-releases</id>
       <url>https://build.shibboleth.net/nexus/content/repositories/releases</url>