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/03/11 07:24:43 UTC

[syncope] branch master updated: Upgrading 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 256e51c  Upgrading cargo-maven2-plugin
256e51c is described below

commit 256e51c6d881a4ea417cc11dac274712be583a4e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 11 08:23:41 2019 +0100

    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 e138c96..764f8ea 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1246,7 +1246,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly14x</containerId>
+                <containerId>wildfly15x</containerId>
                 <zipUrlInstaller>
                   <url>https://download.jboss.org/wildfly/15.0.1.Final/wildfly-15.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 36a6aa8..0790251 100644
--- a/fit/core-reference/src/main/resources/application-wildfly.properties
+++ b/fit/core-reference/src/main/resources/application-wildfly.properties
@@ -14,6 +14,6 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-openjpaMetaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly14x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar, Resources=##orm##)
+openjpaMetaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly15x/deployments/syncope.war/WEB-INF/lib/syncope-core-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 de9c6a0..2db45f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2035,7 +2035,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven2-plugin</artifactId>
-          <version>1.7.2</version>
+          <version>1.7.3</version>
           <configuration>
             <configuration>
               <type>standalone</type>