[richfaces-svn-commits] JBoss Rich Faces SVN: r18829 - in branches/RF-9112: parent and 8 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Aug 19 16:14:15 EDT 2010
Author: jbalunas at redhat.com
Date: 2010-08-19 16:14:14 -0400 (Thu, 19 Aug 2010)
New Revision: 18829
Modified:
branches/RF-9112/examples/parent/pom.xml
branches/RF-9112/parent/pom.xml
branches/RF-9112/ui/common/pom.xml
branches/RF-9112/ui/core/pom.xml
branches/RF-9112/ui/dist/pom.xml
branches/RF-9112/ui/input/pom.xml
branches/RF-9112/ui/iteration/pom.xml
branches/RF-9112/ui/misc/pom.xml
branches/RF-9112/ui/output/pom.xml
branches/RF-9112/ui/parent/pom.xml
Log:
RF-9112 updates based on Nicks comments
Modified: branches/RF-9112/examples/parent/pom.xml
===================================================================
--- branches/RF-9112/examples/parent/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/examples/parent/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -135,8 +135,6 @@
</plugins>
</pluginManagement>
</build>
-
- `
<profiles>
<!--
The following profiles determine the JSF api/impl
Modified: branches/RF-9112/parent/pom.xml
===================================================================
--- branches/RF-9112/parent/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/parent/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -316,7 +316,7 @@
</dependencies>
</profile>
<profile>
- <id>jsf_ri_2_1_snapshot</id>
+ <id>jsf_ri_snapshot</id>
<activation>
<property>
<name>jsf_profile</name>
Modified: branches/RF-9112/ui/common/pom.xml
===================================================================
--- branches/RF-9112/ui/common/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/common/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -23,10 +23,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
Modified: branches/RF-9112/ui/core/pom.xml
===================================================================
--- branches/RF-9112/ui/core/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/core/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -23,12 +23,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
-
+
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
<version>4.0.0-SNAPSHOT</version>
Modified: branches/RF-9112/ui/dist/pom.xml
===================================================================
--- branches/RF-9112/ui/dist/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/dist/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -20,10 +20,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
Modified: branches/RF-9112/ui/input/pom.xml
===================================================================
--- branches/RF-9112/ui/input/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/input/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -23,10 +23,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
Modified: branches/RF-9112/ui/iteration/pom.xml
===================================================================
--- branches/RF-9112/ui/iteration/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/iteration/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -23,10 +23,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
Modified: branches/RF-9112/ui/misc/pom.xml
===================================================================
--- branches/RF-9112/ui/misc/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/misc/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -25,10 +25,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
Modified: branches/RF-9112/ui/output/pom.xml
===================================================================
--- branches/RF-9112/ui/output/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/output/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -23,10 +23,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-ui-parent</artifactId>
+ <groupId>org.richfaces</groupId>
+ <artifactId>richfaces-root-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../parent/pom.xml</relativePath>
+ <relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
Modified: branches/RF-9112/ui/parent/pom.xml
===================================================================
--- branches/RF-9112/ui/parent/pom.xml 2010-08-19 19:45:57 UTC (rev 18828)
+++ branches/RF-9112/ui/parent/pom.xml 2010-08-19 20:14:14 UTC (rev 18829)
@@ -54,12 +54,6 @@
<version>1.0-beta-2</version>
</plugin>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-archetype-plugin</artifactId>
- <version>2.0-alpha-4</version>
- <extensions>true</extensions>
- </plugin>
- <plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
<version>${project.version}</version>
More information about the richfaces-svn-commits
mailing list