You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by co...@apache.org on 2013/04/09 11:19:30 UTC

svn commit: r1465940 - /syncope/branches/1_0_X/parent/pom.xml

Author: coheigea
Date: Tue Apr  9 09:19:30 2013
New Revision: 1465940

URL: http://svn.apache.org/r1465940
Log:
Upgrading compiler plugin version


Conflicts:
	pom.xml

Modified:
    syncope/branches/1_0_X/parent/pom.xml

Modified: syncope/branches/1_0_X/parent/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_0_X/parent/pom.xml?rev=1465940&r1=1465939&r2=1465940&view=diff
==============================================================================
--- syncope/branches/1_0_X/parent/pom.xml (original)
+++ syncope/branches/1_0_X/parent/pom.xml Tue Apr  9 09:19:30 2013
@@ -752,7 +752,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.0</version> 
+          <version>3.1</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>