You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/08/12 22:24:36 UTC

svn commit: r984947 - in /maven/maven-3/trunk: maven-repository/ pom.xml

Author: bentmann
Date: Thu Aug 12 20:24:35 2010
New Revision: 984947

URL: http://svn.apache.org/viewvc?rev=984947&view=rev
Log:
[MNG-4762] maven-repository module specifies incorrect version for parent

o Removed cruft

Removed:
    maven/maven-3/trunk/maven-repository/
Modified:
    maven/maven-3/trunk/pom.xml

Modified: maven/maven-3/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/pom.xml?rev=984947&r1=984946&r2=984947&view=diff
==============================================================================
--- maven/maven-3/trunk/pom.xml (original)
+++ maven/maven-3/trunk/pom.xml Thu Aug 12 20:24:35 2010
@@ -140,10 +140,6 @@
     <module>maven-model-builder</module>
     <module>maven-embedder</module>
     <module>maven-compat</module>
-    <!--
-    While working on the compatibility layer I've merged the code with maven-compat
-    <module>maven-repository</module>
-    -->
   </modules>
 
   <scm>
@@ -220,11 +216,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.maven</groupId>
-        <artifactId>maven-repository</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.maven</groupId>
         <artifactId>maven-compat</artifactId>
         <version>${project.version}</version>
       </dependency>