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 2022/06/13 06:06:36 UTC

[syncope] branch 2_1_X updated (8bc5f8609a -> ba9e854585)

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

ilgrosso pushed a change to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


    from 8bc5f8609a Simplifying assignable cond term search
     new aadf4cd27b Upgrading Tomcat
     new ba9e854585 Upgrading docker-maven-plugin and maven-enforcer-plugin

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[syncope] 02/02: Upgrading docker-maven-plugin and maven-enforcer-plugin

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ba9e85458575c2eca43d8f7fc08687d3e25a0221
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jun 13 08:02:44 2022 +0200

    Upgrading docker-maven-plugin and maven-enforcer-plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d787962e98..4c0c0e3065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2118,7 +2118,7 @@ under the License.
         <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
-          <version>0.40.0</version>
+          <version>0.40.1</version>
         </plugin>
 
         <plugin>
@@ -2215,7 +2215,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0</version>
+        <version>3.1.0</version>
         <executions>
           <execution>
             <id>enforce-maven</id>


[syncope] 01/02: Upgrading Tomcat

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit aadf4cd27bd69d3df0082be267d6b94df1cf0bb8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Thu Jun 9 14:29:01 2022 +0200

    Upgrading Tomcat
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f720b2253..d787962e98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -534,7 +534,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>9.0.63</tomcat.version>
+    <tomcat.version>9.0.64</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>