You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by da...@apache.org on 2007/07/15 22:32:23 UTC

svn commit: r556445 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: dantran
Date: Sun Jul 15 13:32:22 2007
New Revision: 556445

URL: http://svn.apache.org/viewvc?view=rev&rev=556445
Log:
remove accidental committed info in the pom.xml

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?view=diff&rev=556445&r1=556444&r2=556445
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Sun Jul 15 13:32:22 2007
@@ -30,8 +30,7 @@
   <artifactId>maven-eclipse-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
-  <version>2.5-555344</version>
-  <description>Eclipse 2.5 SNAPSHOT at rev 555344 with fixes for the unapprove MECLIPSE-127 and MECLIPSE-296</description>
+  <version>2.5-SNAPSHOT</version>
   <prerequisites>
     <maven>2.0.1</maven>
   </prerequisites>
@@ -171,23 +170,5 @@
       <version>0.0.145</version>
     </dependency>
   </dependencies>
-  
-  <distributionManagement>
-    <site>
-      <id>iplocks.site</id>
-      <name>IPLocks Maven Site</name>
-      <url>file:///\\\\scm.iplocks.com/site</url>
-    </site>
-    <repository>
-      <id>iplocks.releases</id>
-      <name>IPLocks Release Distribution Repository</name>
-      <url>file:///\\\\scm.iplocks.com/maven-repositories/interim</url>
-    </repository>
-    <snapshotRepository>
-      <id>iplocks.snapshots</id>
-      <name>IPlocks Development Snapshot Repository</name>
-      <url>file:///\\\\scm.iplocks.com/maven-repositories/snapshot</url>
-    </snapshotRepository>
-  </distributionManagement>
   
 </project>