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 61675e6  Upgrading cargo-maven2-plugin
61675e6 is described below

commit 61675e68c9231afa6861282de0a8a8c3bcb96d36
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 19 08:40:14 2019 +0200

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

diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 2026845..52f9663 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1529,7 +1529,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly16x</containerId>
+                <containerId>wildfly17x</containerId>
                 <zipUrlInstaller>
                   
<url>https://download.jboss.org/wildfly/17.0.1.Final/wildfly-17.0.1.Final.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 c846671..0f4f845 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/wildfly16x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly16x/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/wildfly17x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly17x/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 32c8bba..9903da6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2026,7 +2026,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.6</version>
+          <version>1.7.7</version>
           <configuration>
             <configuration>
               <type>standalone</type>

Reply via email to