Author: jbalunas(a)redhat.com
Date: 2010-05-07 15:01:53 -0400 (Fri, 07 May 2010)
New Revision: 16933
Modified:
root/build/resources/trunk/checkstyle/pom.xml
Log:
Updated to use new project parent, and bom
Modified: root/build/resources/trunk/checkstyle/pom.xml
===================================================================
--- root/build/resources/trunk/checkstyle/pom.xml 2010-05-07 19:01:25 UTC (rev 16932)
+++ root/build/resources/trunk/checkstyle/pom.xml 2010-05-07 19:01:53 UTC (rev 16933)
@@ -3,31 +3,17 @@
<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>
<groupId>org.richfaces</groupId>
<artifactId>checkstyle</artifactId>
<version>4.0.0-SNAPSHOT</version>
<name>Richfaces checkstyle</name>
+
+ <parent>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-parent</artifactId>
+ <version>1-SNAPSHOT</version>
+ </parent>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
-
- <distributionManagement>
-
<
downloadUrl>http://labs.jboss.com/portal/jbossrichfaces/downloads</...
- <repository>
- <id>jboss-releases-repository</id>
- <uniqueVersion>false</uniqueVersion>
- <url>${releaseRepository}</url>
- </repository>
- <snapshotRepository>
- <id>jboss-snapshots-repository</id>
- <uniqueVersion>true</uniqueVersion>
- <url>${snapshotRepository}</url>
- </snapshotRepository>
- </distributionManagement>
-
</project>
\ No newline at end of file