Author: jbalunas(a)redhat.com
Date: 2010-05-11 13:35:55 -0400 (Tue, 11 May 2010)
New Revision: 16992
Modified:
root/build/resources/trunk/checkstyle/pom.xml
root/commons/trunk/api/pom.xml
root/commons/trunk/bom/pom.xml
root/commons/trunk/parent/pom.xml
root/commons/trunk/pom.xml
Log:
Updated to use qualified artifact id's
Modified: root/build/resources/trunk/checkstyle/pom.xml
===================================================================
--- root/build/resources/trunk/checkstyle/pom.xml 2010-05-11 15:07:10 UTC (rev 16991)
+++ root/build/resources/trunk/checkstyle/pom.xml 2010-05-11 17:35:55 UTC (rev 16992)
@@ -1,14 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
+ <!--
+ JBoss, Home of Professional Open Source Copyright 2010, Red Hat,
+ Inc. and individual contributors by the @authors tag. See the
+ copyright.txt in the distribution for a full listing of
+ individual contributors. This is free software; you can
+ redistribute it and/or modify it under the terms of the GNU
+ Lesser General Public License as published by the Free Software
+ Foundation; either version 2.1 of the License, or (at your
+ option) any later version. This software is distributed in the
+ hope that it will be useful, but WITHOUT ANY WARRANTY; without
+ even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+ PARTICULAR PURPOSE. See the GNU Lesser General Public License
+ for more details. You should have received a copy of the GNU
+ Lesser General Public License along with this software; if not,
+ write to the Free Software Foundation, Inc., 51 Franklin St,
+ Fifth Floor, Boston, MA 02110-1301 USA, or see the FSF site:
+
http://www.fsf.org.
+ -->
<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>
+ <artifactId>richfaces-build-checkstyle</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <name>Richfaces checkstyle</name>
+ <name>Richfaces Checkstyle</name>
<parent>
<groupId>org.richfaces</groupId>
Modified: root/commons/trunk/api/pom.xml
===================================================================
--- root/commons/trunk/api/pom.xml 2010-05-11 15:07:10 UTC (rev 16991)
+++ root/commons/trunk/api/pom.xml 2010-05-11 17:35:55 UTC (rev 16992)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.commons</groupId>
- <artifactId>commons-api</artifactId>
+ <artifactId>richfaces-commons-api</artifactId>
<name>RichFaces Commons Api</name>
<dependencies>
Modified: root/commons/trunk/bom/pom.xml
===================================================================
--- root/commons/trunk/bom/pom.xml 2010-05-11 15:07:10 UTC (rev 16991)
+++ root/commons/trunk/bom/pom.xml 2010-05-11 17:35:55 UTC (rev 16992)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.commons</groupId>
- <artifactId>bom</artifactId>
+ <artifactId>richfaces-commons-bom</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons BOM</name>
Modified: root/commons/trunk/parent/pom.xml
===================================================================
--- root/commons/trunk/parent/pom.xml 2010-05-11 15:07:10 UTC (rev 16991)
+++ root/commons/trunk/parent/pom.xml 2010-05-11 17:35:55 UTC (rev 16992)
@@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.commons</groupId>
- <artifactId>parent</artifactId>
+ <artifactId>richfaces-commons-parent</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
<name>RichFaces Commons Parent</name>
@@ -44,7 +44,7 @@
<dependencies>
<dependency>
<groupId>org.richfaces.commons</groupId>
- <artifactId>bom</artifactId>
+ <artifactId>richfaces-commons-bom</artifactId>
<version>${richfaces.commons.version}</version>
<type>pom</type>
<scope>import</scope>
Modified: root/commons/trunk/pom.xml
===================================================================
--- root/commons/trunk/pom.xml 2010-05-11 15:07:10 UTC (rev 16991)
+++ root/commons/trunk/pom.xml 2010-05-11 17:35:55 UTC (rev 16992)
@@ -29,7 +29,7 @@
</parent>
<groupId>org.richfaces.commons</groupId>
- <artifactId>aggregator</artifactId>
+ <artifactId>richfaces-commons-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>