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 2012/05/28 08:53:21 UTC

svn commit: r1343151 - /incubator/syncope/trunk/parent/pom.xml

Author: ilgrosso
Date: Mon May 28 06:53:21 2012
New Revision: 1343151

URL: http://svn.apache.org/viewvc?rev=1343151&view=rev
Log:
Updating to latest maven-compiler-plugin (2.5)

Modified:
    incubator/syncope/trunk/parent/pom.xml

Modified: incubator/syncope/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/parent/pom.xml?rev=1343151&r1=1343150&r2=1343151&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Mon May 28 06:53:21 2012
@@ -722,7 +722,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>2.4</version> 
+          <version>2.5</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>