You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2017/08/09 18:56:35 UTC

svn commit: r1804601 - /maven/shared/trunk/maven-archiver/pom.xml

Author: khmarbaise
Date: Wed Aug  9 18:56:35 2017
New Revision: 1804601

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

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1804601&r1=1804600&r2=1804601&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Wed Aug  9 18:56:35 2017
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
-  <version>3.2.0</version>
+  <version>3.2.1-SNAPSHOT</version>
 
   <name>Apache Maven Archiver</name>
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
@@ -39,9 +39,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.2.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/tags/maven-archiver-3.2.0</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/shared/tags/maven-archiver-3.2.0</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/shared/trunk/maven-archiver</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver</url>
   </scm>
   <issueManagement>
     <system>jira</system>