to test 3.0 released version :-)

git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/branches/maven-compiler-plugin-annotations@1343279 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index b22e6f1..7175c38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <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 @@
         <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 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.0-SNAPSHOT</version>
+        <version>3.0</version>
       </plugin>
     </plugins>
   </reporting>