Author: jbalunas(a)redhat.com
Date: 2010-08-16 18:10:31 -0400 (Mon, 16 Aug 2010)
New Revision: 18681
Modified:
modules/build/resources/branches/RF-9023/checkstyle/pom.xml
Log:
RF-9023 & fixed svn paths
Modified: modules/build/resources/branches/RF-9023/checkstyle/pom.xml
===================================================================
--- modules/build/resources/branches/RF-9023/checkstyle/pom.xml 2010-08-16 22:08:48 UTC
(rev 18680)
+++ modules/build/resources/branches/RF-9023/checkstyle/pom.xml 2010-08-16 22:10:31 UTC
(rev 18681)
@@ -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