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/28 17:27:33 UTC

svn commit: r1343279 - /maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml

Author: olamy
Date: Mon May 28 15:27:32 2012
New Revision: 1343279

URL: http://svn.apache.org/viewvc?rev=1343279&view=rev
Log:
to test 3.0 released version :-)

Modified:
    maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml

Modified: maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml?rev=1343279&r1=1343278&r2=1343279&view=diff
==============================================================================
--- maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml (original)
+++ maven/plugins/branches/maven-compiler-plugin-annotations/pom.xml Mon May 28 15:27:32 2012
@@ -60,7 +60,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>3.0-SNAPSHOT</version>
+      <version>3.0</version>
       <scope>compile</scope>
     </dependency>
     <!-- Maven -->
@@ -178,7 +178,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.0-SNAPSHOT</version>
+          <version>3.0</version>
           <configuration>
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
           </configuration>
@@ -207,7 +207,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
       </plugin>
     </plugins>
   </reporting>