You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2007/07/31 00:20:08 UTC

svn commit: r561155 - /maven/plugins/trunk/maven-docck-plugin/pom.xml

Author: dennisl
Date: Mon Jul 30 15:20:08 2007
New Revision: 561155

URL: http://svn.apache.org/viewvc?view=rev&rev=561155
Log:
[maven-release-plugin] prepare for next development iteration

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

Modified: maven/plugins/trunk/maven-docck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/pom.xml?view=diff&rev=561155&r1=561154&r2=561155
==============================================================================
--- maven/plugins/trunk/maven-docck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-docck-plugin/pom.xml Mon Jul 30 15:20:08 2007
@@ -7,7 +7,7 @@
   </parent>
   <artifactId>maven-docck-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <version>1.0-beta-2</version>
+  <version>1.0-beta-3-SNAPSHOT</version>
   <name>Maven Documentation Checker Plugin</name>
   <prerequisites>
     <maven>2.0</maven>
@@ -88,10 +88,4 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
-  <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-docck-plugin-1.0-beta-2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-docck-plugin-1.0-beta-2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-docck-plugin-1.0-beta-2</url>
-  </scm>
 </project>