You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/11/08 07:04:53 UTC

svn commit: r472397 - in /directory/branches/mina: 0.8/pom.xml 1.0/pom.xml 1.2/pom.xml

Author: trustin
Date: Tue Nov  7 22:04:52 2006
New Revision: 472397

URL: http://svn.apache.org/viewvc?view=rev&rev=472397
Log:
Removed Maven Eclipse plugin version configuration, which prevents from using a newer version.


Modified:
    directory/branches/mina/0.8/pom.xml
    directory/branches/mina/1.0/pom.xml
    directory/branches/mina/1.2/pom.xml

Modified: directory/branches/mina/0.8/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/mina/0.8/pom.xml?view=diff&rev=472397&r1=472396&r2=472397
==============================================================================
--- directory/branches/mina/0.8/pom.xml (original)
+++ directory/branches/mina/0.8/pom.xml Tue Nov  7 22:04:52 2006
@@ -261,7 +261,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
     </plugins>
   </build>

Modified: directory/branches/mina/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.0/pom.xml?view=diff&rev=472397&r1=472396&r2=472397
==============================================================================
--- directory/branches/mina/1.0/pom.xml (original)
+++ directory/branches/mina/1.0/pom.xml Tue Nov  7 22:04:52 2006
@@ -313,7 +313,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
     </plugins>
   </build>

Modified: directory/branches/mina/1.2/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/mina/1.2/pom.xml?view=diff&rev=472397&r1=472396&r2=472397
==============================================================================
--- directory/branches/mina/1.2/pom.xml (original)
+++ directory/branches/mina/1.2/pom.xml Tue Nov  7 22:04:52 2006
@@ -265,7 +265,6 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-eclipse-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
     </plugins>
   </build>