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/01/20 17:33:32 UTC

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

Branch: refs/heads/master
Commit: 6ca9d6ea028ce0bfc55dfaabc6732fe5cb68ba84
Parents: de9c213
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jan 20 17:33:21 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jan 20 17:33:21 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/6ca9d6ea/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c8a719..b5aec89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1190,7 +1190,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.3</version> 
+          <version>3.5</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>