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/07/24 23:17:42 UTC

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

Author: seelmann
Date: Fri Jul 24 21:17:42 2015
New Revision: 1692587

URL: http://svn.apache.org/r1692587
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=1692587&r1=1692586&r2=1692587&view=diff
==============================================================================
--- directory/buildtools/checkstyle-configuration/trunk/pom.xml (original)
+++ directory/buildtools/checkstyle-configuration/trunk/pom.xml Fri Jul 24 21:17:42 2015
@@ -32,7 +32,7 @@
   <artifactId>checkstyle-configuration</artifactId>
   <name>Apache Directory Checkstyle Configuration</name>
   <packaging>jar</packaging>
-  <version>0.2</version>
+  <version>0.3-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.2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/checkstyle-configuration/tags/0.2</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/buildtools/checkstyle-configuration/tags/0.2</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>