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 2016/05/03 01:42:28 UTC

svn commit: r1742053 - /maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Author: hboutemy
Date: Mon May  2 23:42:28 2016
New Revision: 1742053

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

Modified:
    maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml

Modified: maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml
URL: http://svn.apache.org/viewvc/maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml?rev=1742053&r1=1742052&r2=1742053&view=diff
==============================================================================
--- maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml (original)
+++ maven/resources/trunk/apache-source-release-assembly-descriptor/pom.xml Mon May  2 23:42:28 2016
@@ -31,7 +31,7 @@ under the License.
   
   <artifactId>apache-source-release-assembly-descriptor</artifactId>
   <packaging>jar</packaging>
-  <version>1.0.6</version>
+  <version>1.0.7-SNAPSHOT</version>
   
   <name>Apache Source Release Assembly Descriptor</name>
   <description>
@@ -39,9 +39,9 @@ under the License.
   </description>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/tags/apache-source-release-assembly-descriptor-1.0.6</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-source-release-assembly-descriptor-1.0.6</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/resources/tags/apache-source-release-assembly-descriptor-1.0.6</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/resources/trunk/apache-source-release-assembly-descriptor</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/resources/trunk/apache-source-release-assembly-descriptor</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/resources/trunk/apache-source-release-assembly-descriptor</url>
   </scm>
 
   <!-- NOTE: Configuration below this line is for integration tests. -->