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 2021/06/01 15:35:49 UTC

[syncope] branch 2_1_X updated (a3d4016 -> 7dff2f7)

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 a3d4016  Bump upgrades: CXF, Camel, OpenJPA, Elasticsearch, Tycho, cargo-maven2-plugin (#270)
     new 93e4a8d  Upgrading Checkstyle
     new 7dff2f7  Upgrading Netbeans

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 Netbeans

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 7dff2f78bc61a954066663a035c24676c576ffbf
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jun 1 16:28:24 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 97d19d4..f7960dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,7 +503,7 @@ under the License.
     <maven-invoker.version>3.0.1</maven-invoker.version>
 
     <tycho.version>1.7.0</tycho.version>
-    <netbeans.version>RELEASE122</netbeans.version>
+    <netbeans.version>RELEASE124</netbeans.version>
 
     <antlr4.version>4.9.2</antlr4.version>
 

[syncope] 01/02: Upgrading Checkstyle

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 93e4a8db267ba1ce6b9cc03abe7137d7281e5ead
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Jun 1 13:22:18 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 642616b..97d19d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2091,7 +2091,7 @@ under the License.
             <dependency>
               <groupId>com.puppycrawl.tools</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>8.42</version>
+              <version>8.43</version>
             </dependency>
           </dependencies>
           <configuration>