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/02/21 07:04:25 UTC

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

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 0dc1eae0aae17624fd748efcfa89eef0e027521e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Mon Feb 14 17:03: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 3ecccd0..db685c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1888,7 +1888,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.9.0</version>
+          <version>3.10.0</version>
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>