Author: mkleint
Date: Tue Mar 30 07:31:25 2010
New Revision: 929025

URL: http://svn.apache.org/viewvc?rev=929025&view=rev
Log:
depend on non-snapshot plexus-compiler

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=929025&r1=929024&r2=929025&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Tue Mar 30 07:31:25 2010
@@ -50,15 +50,6 @@ under the License.
     <url>http://jira.codehaus.org/browse/MCOMPILER</url>
   </issueManagement>
 
-  <!-- FIXME: remove once not depending on snapshots -->
-  <repositories>
-      <repository>
-          <id>plexus.snapshot</id>
-          
<url>http://oss.repository.sonatype.org/content/repositories/plexus-snapshots</url>
-      </repository>
-  </repositories>
-
-
   <dependencies>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -87,7 +78,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-api</artifactId>
-      <version>1.8-SNAPSHOT</version>
+      <version>1.8</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -103,7 +94,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-manager</artifactId>
-      <version>1.8-SNAPSHOT</version>
+      <version>1.8</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>
@@ -114,7 +105,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-compiler-javac</artifactId>
-      <version>1.8-SNAPSHOT</version>
+      <version>1.8</version>
       <scope>runtime</scope>
       <exclusions>
         <exclusion>


Reply via email to