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 ede419d15f Upgrading cargo-maven3-plugin
ede419d15f is described below
commit ede419d15f58080fbc3984aafcd7d886c10f6121
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 8a4084e462..4e47035ad8 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 732e1237e7..300f89d9bf 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 155dd96756..7c25f9171d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1702,7 +1702,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>