You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/12/28 09:46:17 UTC

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

Author: fgiust
Date: Wed Dec 28 00:46:12 2005
New Revision: 359448

URL: http://svn.apache.org/viewcvs?rev=359448&view=rev
Log:
removing wrong scm connection (tags)

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=359448&r1=359447&r2=359448&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Wed Dec 28 00:46:12 2005
@@ -11,11 +11,6 @@
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
   <version>2.1-SNAPSHOT</version>
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.0</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/plugins/tags/maven-eclipse-plugin-2.0</url>
-  </scm>
   <build>
     <plugins>
       <plugin>