You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/19 22:43:01 UTC

svn commit: r639028 - /maven/enforcer/trunk/pom.xml

Author: brianf
Date: Wed Mar 19 14:42:56 2008
New Revision: 639028

URL: http://svn.apache.org/viewvc?rev=639028&view=rev
Log:
bump to latest parent

Modified:
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=639028&r1=639027&r2=639028&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Wed Mar 19 14:42:56 2008
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>maven-parent</artifactId>
     <groupId>org.apache.maven</groupId>
-    <version>6</version>
+    <version>8</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
   <groupId>org.apache.maven.enforcer</groupId>
@@ -169,7 +169,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
+        <version>2.0-beta-6</version>
       </plugin>
     </plugins>
   </pluginManagement>