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

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


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 7635c7d7fa Upgrading cargo-maven3-plugin
7635c7d7fa is described below

commit 7635c7d7fa5df1cfe657a21da499cb182497e005
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Aug 11 15:59:24 2025 +0200

    Upgrading cargo-maven3-plugin
---
 fit/build-tools/pom.xml                                       | 2 +-
 fit/core-reference/pom.xml                                    | 2 +-
 fit/core-reference/src/main/resources/core-wildfly.properties | 2 +-
 pom.xml                                                       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/fit/build-tools/pom.xml b/fit/build-tools/pom.xml
index c793259472..0112b74996 100644
--- a/fit/build-tools/pom.xml
+++ b/fit/build-tools/pom.xml
@@ -378,7 +378,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly36x</containerId>
+                <containerId>wildfly37x</containerId>
                 <zipUrlInstaller>
                   
<url>https://github.com/wildfly/wildfly/releases/download/${wildfly.version}/wildfly-${wildfly.version}.zip</url>
                   
<downloadDir>${settings.localRepository}/org/codehaus/cargo/cargo-container-archives</downloadDir>
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index 60f2be43f8..cfe77e95f5 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -1374,7 +1374,7 @@ under the License.
             <inherited>true</inherited>
             <configuration>
               <container>
-                <containerId>wildfly36x</containerId>
+                <containerId>wildfly37x</containerId>
                 <zipUrlInstaller>
                   
<url>https://github.com/wildfly/wildfly/releases/download/${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/core-wildfly.properties 
b/fit/core-reference/src/main/resources/core-wildfly.properties
index b75eddce4d..9b001ec2a5 100644
--- a/fit/core-reference/src/main/resources/core-wildfly.properties
+++ b/fit/core-reference/src/main/resources/core-wildfly.properties
@@ -14,7 +14,7 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly36x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly36x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${syncope.version}.jar,
 Resources=##orm##)
+persistence.metaDataFactory=jpa(URLs=vfs:${project.build.directory}/cargo/configurations/wildfly37x/deployments/syncope.war/WEB-INF/lib/syncope-core-persistence-jpa-${syncope.version}.jar;
 
vfs:${project.build.directory}/cargo/configurations/wildfly37x/deployments/syncope.war/WEB-INF/lib/syncope-core-self-keymaster-starter-${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 dd7a31c74a..47ca03c965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1736,7 +1736,7 @@ under the License.
         <plugin>
           <groupId>org.codehaus.cargo</groupId>
           <artifactId>cargo-maven3-plugin</artifactId>
-          <version>1.10.20</version>
+          <version>1.10.21</version>
           <configuration>
             <container>
               <log>${project.build.directory}/log/cargo.log</log>

Reply via email to