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 11:23:32 UTC

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

Author: seelmann
Date: Tue Oct 12 09:23:32 2010
New Revision: 1021698

URL: http://svn.apache.org/viewvc?rev=1021698&view=rev
Log:
Update artifactId and paths

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=1021698&r1=1021697&r2=1021698&view=diff
==============================================================================
--- directory/buildtools/trunk/checkstyle-configuration/pom.xml (original)
+++ directory/buildtools/trunk/checkstyle-configuration/pom.xml Tue Oct 12 09:23:32 2010
@@ -28,7 +28,7 @@
   </parent>
   
   <groupId>org.apache.directory.buildtools</groupId>
-  <artifactId>directory-checkstyle</artifactId>
+  <artifactId>checkstyle-configuration</artifactId>
   <name>Apache Directory Checkstyle Configuration</name>
   <packaging>jar</packaging>
   <version>0.1-SNAPSHOT</version>
@@ -39,7 +39,7 @@
 
   <properties>
     <skin.version>1.0.2</skin.version>
-    <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/checkstyle/gen-docs/${version}/</distMgmtSiteUrl>
+    <distMgmtSiteUrl>scpexe://people.apache.org/www/directory.apache.org/checkstyle-configuration/gen-docs/${version}/</distMgmtSiteUrl>
   </properties>
 
   <distributionManagement>
@@ -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/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>
   </scm>
 
 </project>