You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/05/30 22:10:06 UTC

svn commit: r1344438 - /maven/plugins/trunk/maven-compiler-plugin/pom.xml

Author: olamy
Date: Wed May 30 20:10:05 2012
New Revision: 1344438

URL: http://svn.apache.org/viewvc?rev=1344438&view=rev
Log:
[MCOMPILER-172] Breaking change to plexus compiler api 1.9
use plexus-compiler 1.9.1-SNAPSHOT

Modified:
    maven/plugins/trunk/maven-compiler-plugin/pom.xml

Modified: maven/plugins/trunk/maven-compiler-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/pom.xml?rev=1344438&r1=1344437&r2=1344438&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Wed May 30 20:10:05 2012
@@ -53,7 +53,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <plexusCompilerVersion>1.9</plexusCompilerVersion>
+    <plexusCompilerVersion>1.9.1-SNAPSHOT</plexusCompilerVersion>
   </properties>
 
   <dependencies>
@@ -198,4 +198,17 @@ under the License.
     </profile>
   </profiles>
 
+  <repositories>
+    <repository>
+      <id>plexus-snapshots</id>
+      <url>https://oss.sonatype.org/content/repositories/plexus-snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </repository>
+  </repositories>
+
 </project>