You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2008/12/23 16:22:27 UTC

svn commit: r728994 - /maven/components/branches/maven-2.1.x/pom.xml

Author: vsiveton
Date: Tue Dec 23 07:22:27 2008
New Revision: 728994

URL: http://svn.apache.org/viewvc?rev=728994&view=rev
Log:
o using latest parent

Modified:
    maven/components/branches/maven-2.1.x/pom.xml

Modified: maven/components/branches/maven-2.1.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/pom.xml?rev=728994&r1=728993&r2=728994&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/pom.xml (original)
+++ maven/components/branches/maven-2.1.x/pom.xml Tue Dec 23 07:22:27 2008
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>9</version>
+    <version>10</version>
     <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
@@ -475,29 +475,6 @@
       <id>release</id>
       <build>
         <plugins>
-<!-- TODO: Commented until a release version is available
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <version>1.0-alpha-5-SNAPSHOT</version>
-            <executions>
-              <execution>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireNoRepositories>
-                      <allowedRepositories>
-                        <allowedRepository>apache.snapshots</allowedRepository>
-                      </allowedRepositories>
-                    </requireNoRepositories>
-                  </rules>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
--->
           <!-- This is here until it is enabled in the parent -->
           <plugin>
             <groupId>org.codehaus.mojo</groupId>
@@ -584,4 +561,4 @@
       </reporting>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file