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 2010/10/12 12:51:20 UTC

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

Author: seelmann
Date: Tue Oct 12 10:51:20 2010
New Revision: 1021737

URL: http://svn.apache.org/viewvc?rev=1021737&view=rev
Log:
[maven-release-plugin] prepare release checkstyle-configuration-0.1

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

Modified: directory/buildtools/trunk/checkstyle-configuration/pom.xml
URL: http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle-configuration/pom.xml?rev=1021737&r1=1021736&r2=1021737&view=diff
==============================================================================
--- directory/buildtools/trunk/checkstyle-configuration/pom.xml (original)
+++ directory/buildtools/trunk/checkstyle-configuration/pom.xml Tue Oct 12 10:51:20 2010
@@ -31,7 +31,7 @@
   <artifactId>checkstyle-configuration</artifactId>
   <name>Apache Directory Checkstyle Configuration</name>
   <packaging>jar</packaging>
-  <version>0.1-SNAPSHOT</version>
+  <version>0.1</version>
 
   <description>
      Customized checkstyle configuration used by the maven-checkstyle-plugin.
@@ -55,9 +55,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/trunk/checkstyle-configuration</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/trunk/checkstyle-configuration</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle-configuration</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/tags/checkstyle-configuration-0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/tags/checkstyle-configuration-0.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/buildtools/tags/checkstyle-configuration-0.1</url>
   </scm>
 
 </project>