Author: jbalunas(a)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/tag...
+
<
tagBase>https://svn.jboss.org/repos/richfaces/modules/build/resources/...
</configuration>
</plugin>
</plugins>
@@ -46,9 +46,9 @@
<!-- SCM and distribution management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/build...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
- <
url>http://fisheye.jboss.org/browse/richfaces</url>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/bu...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
+
<
url>http://fisheye.jboss.org/browse/richfaces/modules/build/resources/...
</scm>
</project>
\ No newline at end of file