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/03/15 08:38:14 UTC

[syncope] branch master updated (a039899 -> dc1340d)

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

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


    from a039899  [SYNCOPE-1667] Adding PropagationPolicy (#325)
     new 16eb770  Upgrading maven-compiler-plugin
     new a7a0f09  Upgrading maven-dependency-plugin
     new dc1340d  Upgrading Groovy and Tomcat

The 3 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 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

[syncope] 02/03: Upgrading maven-dependency-plugin

Posted by il...@apache.org.
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

commit a7a0f09a2e199444e6c6f68a89b739a7b43f12c4
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Mar 14 08:01:29 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 55a4b51..9224bdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2047,7 +2047,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>3.2.0</version>
+          <version>3.3.0</version>
           <configuration>
             <outputDirectory>${bundles.directory}</outputDirectory>
             <useBaseVersion>true</useBaseVersion>

[syncope] 03/03: Upgrading Groovy and Tomcat

Posted by il...@apache.org.
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

commit dc1340d85dbfa5985598be3d69a4cff2638aee03
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Mar 15 08:37:51 2022 +0100

    Upgrading Groovy and Tomcat
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9224bdd..cb714e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -422,7 +422,7 @@ under the License.
 
     <cocoon.version>3.0.0-alpha-3</cocoon.version>
 
-    <groovy.version>4.0.0</groovy.version>
+    <groovy.version>4.0.1</groovy.version>
 
     <flowable.version>6.7.2</flowable.version>
 
@@ -502,7 +502,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.59</tomcat.version>
+    <tomcat.version>9.0.60</tomcat.version>
     <wildfly.version>25.0.1.Final</wildfly.version>
     <payara.version>5.2022.1</payara.version>
     <javax.faces.version>2.3.14</javax.faces.version>

[syncope] 01/03: Upgrading maven-compiler-plugin

Posted by il...@apache.org.
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

commit 16eb770342d739debc3953d98d94cfde5eab98de
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Mar 11 16:18:34 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 635cceb..55a4b51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1979,7 +1979,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.10.0</version>
+          <version>3.10.1</version>
           <configuration>
             <release>${targetJdk}</release>
             <useIncrementalCompilation>false</useIncrementalCompilation>