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

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

Repository: syncope
Updated Branches:
  refs/heads/2_0_X dd9e95ee1 -> b5abbe9f8
  refs/heads/master 2d2afac91 -> 5904070b2


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/b5abbe9f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b5abbe9f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b5abbe9f

Branch: refs/heads/2_0_X
Commit: b5abbe9f81c55ccca035710594ce013365f91620
Parents: dd9e95e
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 06:59:57 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/b5abbe9f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e77abd9..0341190 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1404,7 +1404,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>


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

Posted by il...@apache.org.
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>