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 2012/05/02 10:44:19 UTC

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

Author: coheigea
Date: Wed May  2 08:44:18 2012
New Revision: 1332955

URL: http://svn.apache.org/viewvc?rev=1332955&view=rev
Log:
Upgrading compiler plugin to 2.4

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=1332955&r1=1332954&r2=1332955&view=diff
==============================================================================
--- incubator/syncope/trunk/parent/pom.xml (original)
+++ incubator/syncope/trunk/parent/pom.xml Wed May  2 08:44:18 2012
@@ -662,13 +662,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <dependencies>
-            <dependency>
-              <groupId>org.codehaus.plexus</groupId>
-              <artifactId>plexus-compiler-javac</artifactId>
-              <version>1.8.6</version>
-            </dependency>
-          </dependencies>
+          <version>2.4</version> 
           <configuration>
             <source>${targetJdk}</source>
             <target>${targetJdk}</target>