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 2020/08/15 07:47:02 UTC

[syncope] branch master updated: Upgrading Spring Boot and cargo-maven2-plugin

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


The following commit(s) were added to refs/heads/master by this push:
     new f4fbaed  Upgrading Spring Boot and cargo-maven2-plugin
f4fbaed is described below

commit f4fbaed0da9da9aed643ce559f0f6efcb87d4a98
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Sat Aug 15 09:46:47 2020 +0200

    Upgrading Spring Boot and cargo-maven2-plugin
---
 fit/core-reference/pom.xml                                           | 2 +-
 fit/core-reference/src/main/resources/application-wildfly.properties | 2 +-
 pom.xml                                                              | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 251133f..5154c7a 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1688,7 +1688,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly19x</containerId>
+                <containerId>wildfly20x</containerId>
                 <zipUrlInstaller>
                   <url>https://download.jboss.org/wildfly/${wildfly.version}/wildfly-${wildfly.version}.zip</url>
                   <downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/src/main/resources/application-wildfly.properties b/fit/core-reference/src/main/resources/application-wildfly.properties
index b93af49..1a3b96d 100644
--- a/fit/core-reference/src/main/resources/application-wildfly.properties
+++ b/fit/core-reference/src/main/resources/application-wildfly.properties
@@ -16,6 +16,6 @@
 # under the License.
 service.discovery.address=http://localhost:9080/syncope/rest/
 
-openjpaMetaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly19x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar; vfs:${project.build.directory}/cargo/configurations/wildfly19x/deployments/syncope.war/WEB-INF/lib/syncope-ext-self-keymaster-persistence-jpa-${syncope.version}.jar, Resources=##orm##)
+openjpaMetaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly20x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar; vfs:${project.build.directory}/cargo/configurations/wildfly20x/deployments/syncope.war/WEB-INF/lib/syncope-ext-self-keymaster-persistence-jpa-${syncope.version}.jar, Resources=##orm##)
 javadocPaths=/WEB-INF/lib/syncope-common-idrepo-rest-api-${syncope.version}-javadoc.jar,\
 /WEB-INF/lib/syncope-common-idm-rest-api-${syncope.version}-javadoc.jar
diff --git a/pom.xml b/pom.xml
index b811a2e..7dd0240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@ under the License.
 
     <spring.version>5.2.8.RELEASE</spring.version>
     <spring-security.version>5.3.4.RELEASE</spring-security.version>
-    <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
+    <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
     <spring-cloud-gateway.version>2.2.4.RELEASE</spring-cloud-gateway.version>
 
     <openjpa.version>3.1.2</openjpa.version>
@@ -2268,7 +2268,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.16</version>
+          <version>1.8.0</version>
           <configuration>
             <configuration>
               <type>standalone</type>