You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2015/09/27 19:30:06 UTC

svn commit: r1705557 - /directory/buildtools/checkstyle-configuration/trunk/pom.xml

Author: seelmann
Date: Sun Sep 27 17:30:05 2015
New Revision: 1705557

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

Modified:
    directory/buildtools/checkstyle-configuration/trunk/pom.xml

Modified: directory/buildtools/checkstyle-configuration/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/buildtools/checkstyle-configuration/trunk/pom.xml?rev=1705557&r1=1705556&r2=1705557&view=diff
==============================================================================
--- directory/buildtools/checkstyle-configuration/trunk/pom.xml (original)
+++ directory/buildtools/checkstyle-configuration/trunk/pom.xml Sun Sep 27 17:30:05 2015
@@ -32,7 +32,7 @@
   <artifactId>checkstyle-configuration</artifactId>
   <name>Apache Directory Checkstyle Configuration</name>
   <packaging>jar</packaging>
-  <version>0.3</version>
+  <version>0.4-SNAPSHOT</version>
 
   <description>
      Customized checkstyle configuration used by the maven-checkstyle-plugin.
@@ -56,9 +56,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/checkstyle-configuration/tags/0.3</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/checkstyle-configuration/tags/0.3</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/buildtools/checkstyle-configuration/tags/0.3</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/checkstyle-configuration/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/checkstyle-configuration/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/buildtools/checkstyle-configuration/trunk</url>
   </scm>
 
 </project>