You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/05/09 20:49:44 UTC

svn commit: r942581 - /maven/shared/trunk/maven-reporting-api/pom.xml

Author: hboutemy
Date: Sun May  9 18:49:43 2010
New Revision: 942581

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

Modified:
    maven/shared/trunk/maven-reporting-api/pom.xml

Modified: maven/shared/trunk/maven-reporting-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api/pom.xml?rev=942581&r1=942580&r2=942581&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-api/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-api/pom.xml Sun May  9 18:49:43 2010
@@ -30,7 +30,7 @@ under the License.
 
   <groupId>org.apache.maven.reporting</groupId>
   <artifactId>maven-reporting-api</artifactId>
-  <version>3.0</version>
+  <version>3.1-SNAPSHOT</version>
 
   <name>Maven Reporting API</name>
   <description>API to manage report generation.</description>
@@ -48,9 +48,9 @@ under the License.
   </developers>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-reporting-api-3.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-reporting-api-3.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-reporting-api</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-api</url>
   </scm>
 
   <issueManagement>