You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/03/21 21:35:42 UTC

svn commit: r639816 - /maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml

Author: brianf
Date: Fri Mar 21 13:35:42 2008
New Revision: 639816

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

Modified:
    maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml

Modified: maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml?rev=639816&r1=639815&r2=639816&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.4.1-dev/pom.xml Fri Mar 21 13:35:42 2008
@@ -7,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-reporting-impl</artifactId>
   <name>Maven Reporting Implementation</name>
-  <version>2.0.4.1</version>
+  <version>2.0.4.2-SNAPSHOT</version>
   
   <developers>
     <developer>
@@ -83,10 +83,4 @@
     <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName>
     <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl>
   </properties>
-
-  <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.0.4.1</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-impl-2.0.4.1</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/shared/tags/maven-reporting-impl-2.0.4.1</url>
-  </scm>
 </project>