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 2016/10/31 06:00:24 UTC

[2/2] syncope git commit: Upgrading the compiler plugin

Upgrading the compiler plugin


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/5904070b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5904070b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5904070b

Branch: refs/heads/master
Commit: 5904070b28cb97656f74f9585ff6332fc0a752f6
Parents: 2d2afac
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Oct 31 06:59:57 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Oct 31 07:00:10 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/5904070b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ad68cb2..07e067d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1399,7 +1399,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.5.1</version> 
+          <version>3.6.0</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>