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 2013/02/02 23:54:29 UTC

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

Author: olamy
Date: Sat Feb  2 22:54:29 2013
New Revision: 1441825

URL: http://svn.apache.org/viewvc?rev=1441825&view=rev
Log:
use released parent

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=1441825&r1=1441824&r2=1441825&view=diff
==============================================================================
--- maven/plugins/trunk/maven-compiler-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-compiler-plugin/pom.xml Sat Feb  2 22:54:29 2013
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>24-SNAPSHOT</version>
+    <version>24</version>
     <relativePath>../maven-plugins/pom.xml</relativePath>
   </parent>