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 2020/07/07 11:16:29 UTC

[syncope] branch 2_0_X updated (3551932 -> 36f3894)

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

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


    from 3551932  [SYNCOPE-1573] Use paged search for groups
     new 76e431f  Upgrading GreenMail
     new 36f3894  Upgrading Tomcat

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


[syncope] 02/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_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git

commit 36f3894da7a53c24aab4851e155b9dc7663a27dc
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jul 7 10:55:34 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 1189322..80ac407 100644
--- a/pom.xml
+++ b/pom.xml
@@ -523,7 +523,7 @@ under the License.
     <cargo.log>${log.directory}/cargo.log</cargo.log>
     <cargo.output>${log.directory}/cargo-output.log</cargo.output>
 
-    <tomcat.version>8.5.56</tomcat.version>
+    <tomcat.version>8.5.57</tomcat.version>
 
     <nodejs.version>v8.11.4</nodejs.version>    
     <protractor.version>5.4.0</protractor.version>    


[syncope] 01/02: Upgrading GreenMail

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

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

commit 76e431f6e78f68d96a4d7783ad04aa022166ec2b
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Jul 6 10:04:34 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 660e832..1189322 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1207,7 +1207,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.13</version>
+        <version>1.5.14</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>