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 10:26:36 UTC

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

Author: seelmann
Date: Tue Oct 12 08:26:35 2010
New Revision: 1021665

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

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

Modified: directory/buildtools/trunk/checkstyle/pom.xml
URL: http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle/pom.xml?rev=1021665&r1=1021664&r2=1021665&view=diff
==============================================================================
--- directory/buildtools/trunk/checkstyle/pom.xml (original)
+++ directory/buildtools/trunk/checkstyle/pom.xml Tue Oct 12 08:26:35 2010
@@ -31,7 +31,7 @@
   <artifactId>directory-checkstyle</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</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/trunk/checkstyle</developerConnection>
-    <url>http://svn.apache.org/viewvc/directory/buildtools/trunk/checkstyle</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/directory/buildtools/tags/directory-checkstyle-0.1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/directory/buildtools/tags/directory-checkstyle-0.1</developerConnection>
+    <url>http://svn.apache.org/viewvc/directory/buildtools/tags/directory-checkstyle-0.1</url>
   </scm>
 
 </project>