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 2017/01/18 06:42:09 UTC

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

Repository: syncope
Updated Branches:
  refs/heads/2_0_X ae159005e -> 15575d824
  refs/heads/master fd998a2fc -> 6b6b81ebd


Upgrading maven-compiler-plugin


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

Branch: refs/heads/2_0_X
Commit: 15575d824bb5225e60adc14af38aa1a3e74ca2db
Parents: ae15900
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jan 18 07:41:45 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jan 18 07:41:45 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/15575d82/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d559ec1..1ace363 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1380,7 +1380,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.0</version> 
+          <version>3.6.1</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>


[2/2] syncope git commit: Upgrading maven-compiler-plugin

Posted by il...@apache.org.
Upgrading maven-compiler-plugin


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

Branch: refs/heads/master
Commit: 6b6b81ebd8fdb26525ee1b2359c0079498f00ef7
Parents: fd998a2
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Wed Jan 18 07:41:45 2017 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Wed Jan 18 07:41:53 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6b6b81eb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index be4ceb9..a25707a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1375,7 +1375,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.6.0</version> 
+          <version>3.6.1</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>