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:11 UTC

[syncope] 01/03: 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 1db87acbf5c8244f085a48caf9b8029c5135ca2e
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Mar 11 16:18:47 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 0ad736e..6e7fb4c 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.10.0</version>
+          <version>3.10.1</version>
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>