[richfaces-svn-commits] JBoss Rich Faces SVN: r18688 - modules/build/resources/trunk/checkstyle.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 16 20:22:48 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-16 20:22:48 -0400 (Mon, 16 Aug 2010)
New Revision: 18688

Modified:
   modules/build/resources/trunk/checkstyle/pom.xml
Log:
RF-9023 Updated checkstyle

Modified: modules/build/resources/trunk/checkstyle/pom.xml
===================================================================
--- modules/build/resources/trunk/checkstyle/pom.xml	2010-08-17 00:07:05 UTC (rev 18687)
+++ modules/build/resources/trunk/checkstyle/pom.xml	2010-08-17 00:22:48 UTC (rev 18688)
@@ -19,9 +19,9 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
-        <groupId>org.richfaces</groupId>
-        <artifactId>richfaces-parent</artifactId>
-        <version>9</version>
+        <groupId>org.jboss</groupId>
+        <artifactId>jboss-parent</artifactId>
+        <version>5</version>
     </parent>
     
     <groupId>org.richfaces</groupId>
@@ -38,7 +38,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <tagBase>https://svn.jboss.org/repos/richfaces/root/build/resources/tags</tagBase>
+                    <tagBase>https://svn.jboss.org/repos/richfaces/modules/build/resources/tags</tagBase>
                 </configuration>
             </plugin>
         </plugins>
@@ -46,9 +46,9 @@
     
     <!-- SCM and distribution management -->
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/build/resources/trunk/checkstyle</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/build/resources/trunk/checkstyle</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/resources/trunk/checkstyle</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/resources/trunk/checkstyle</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/modules/build/resources/trunk/checkstyle</url>
     </scm>
 
 </project>
\ No newline at end of file



More information about the richfaces-svn-commits mailing list