You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/01/22 22:42:49 UTC

svn commit: r1234623 - /maven/maven-3/trunk/maven-core/pom.xml

Author: hboutemy
Date: Sun Jan 22 21:42:49 2012
New Revision: 1234623

URL: http://svn.apache.org/viewvc?rev=1234623&view=rev
Log:
removed unused configuration: version is defined in parents' managed versions

Modified:
    maven/maven-3/trunk/maven-core/pom.xml

Modified: maven/maven-3/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/pom.xml?rev=1234623&r1=1234622&r2=1234623&view=diff
==============================================================================
--- maven/maven-3/trunk/maven-core/pom.xml (original)
+++ maven/maven-3/trunk/maven-core/pom.xml Sun Jan 22 21:42:49 2012
@@ -61,17 +61,14 @@
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-impl</artifactId>
-      <version>${aetherVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-api</artifactId>
-      <version>${aetherVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.sonatype.aether</groupId>
       <artifactId>aether-util</artifactId>
-      <version>${aetherVersion}</version>
     </dependency>
     <!-- Plexus -->
     <dependency>