Author: Alex.Kolonitsky
Date: 2010-06-03 10:33:53 -0400 (Thu, 03 Jun 2010)
New Revision: 17483
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
root/dist/trunk/pom.xml
root/examples/richfaces-showcase/trunk/pom.xml
root/ui/dist/trunk/bom/pom.xml
root/ui/dist/trunk/parent/pom.xml
root/ui/dist/trunk/pom.xml
root/ui/dist/trunk/richfaces-components-api/pom.xml
root/ui/dist/trunk/richfaces-components-impl/pom.xml
root/ui/dist/trunk/richfaces-components-ui/pom.xml
Log:
rename org.richfaces.ui.dist to org.richface.ui
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
===================================================================
---
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-06-03
14:06:31 UTC (rev 17482)
+++
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-06-03
14:33:53 UTC (rev 17483)
@@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<org.richfaces.ui.dist.version>4.0.0-SNAPSHOT</org.richfaces.ui.dist.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<build>
@@ -128,9 +128,9 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-bom</artifactId>
- <version>${org.richfaces.ui.dist.version}</version>
+ <version>${org.richfaces.ui.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -139,7 +139,7 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
</dependency>
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-06-03 14:06:31 UTC (rev 17482)
+++ root/dist/trunk/pom.xml 2010-06-03 14:33:53 UTC (rev 17483)
@@ -38,7 +38,7 @@
<properties>
<org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
-
<org.richfaces.ui.dist.version>4.0.0-SNAPSHOT</org.richfaces.ui.dist.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
<org.richfaces.examples.core-demo.version>4.0.0-SNAPSHOT</org.richfaces.examples.core-demo.version>
<org.richfaces.examples.richfaces-showcase.version>4.0.0-SNAPSHOT</org.richfaces.examples.richfaces-showcase.version>
<org.richfaces.archetypes.richfaces-archetype-simpleapp.version>4.0.0-SNAPSHOT</org.richfaces.archetypes.richfaces-archetype-simpleapp.version>
@@ -46,19 +46,19 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>${org.richfaces.ui.dist.version}</version>
+ <version>${org.richfaces.ui.version}</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-impl</artifactId>
- <version>${org.richfaces.ui.dist.version}</version>
+ <version>${org.richfaces.ui.version}</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>${org.richfaces.ui.dist.version}</version>
+ <version>${org.richfaces.ui.version}</version>
</dependency>
<dependency>
@@ -112,7 +112,7 @@
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
-
<includeGroupIds>org.richfaces.core,org.richfaces.commons,org.richfaces.ui.dist</includeGroupIds>
+
<includeGroupIds>org.richfaces.core,org.richfaces.commons,org.richfaces.ui</includeGroupIds>
</configuration>
<executions>
<execution>
Modified: root/examples/richfaces-showcase/trunk/pom.xml
===================================================================
--- root/examples/richfaces-showcase/trunk/pom.xml 2010-06-03 14:06:31 UTC (rev 17482)
+++ root/examples/richfaces-showcase/trunk/pom.xml 2010-06-03 14:33:53 UTC (rev 17483)
@@ -26,15 +26,15 @@
<jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.ui.dist.version>4.0.0-SNAPSHOT</org.richfaces.ui.dist.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-bom</artifactId>
- <version>${org.richfaces.ui.dist.version}</version>
+ <version>${org.richfaces.ui.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -43,7 +43,7 @@
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
</dependency>
<dependency>
Modified: root/ui/dist/trunk/bom/pom.xml
===================================================================
--- root/ui/dist/trunk/bom/pom.xml 2010-06-03 14:06:31 UTC (rev 17482)
+++ root/ui/dist/trunk/bom/pom.xml 2010-06-03 14:33:53 UTC (rev 17483)
@@ -20,7 +20,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-bom</artifactId>
<packaging>pom</packaging>
<version>4.0.0-SNAPSHOT</version>
@@ -86,17 +86,17 @@
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-impl</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>${project.version}</version>
</dependency>
Modified: root/ui/dist/trunk/parent/pom.xml
===================================================================
--- root/ui/dist/trunk/parent/pom.xml 2010-06-03 14:06:31 UTC (rev 17482)
+++ root/ui/dist/trunk/parent/pom.xml 2010-06-03 14:33:53 UTC (rev 17483)
@@ -30,16 +30,16 @@
<version>7</version>
</parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-dist-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<name>Richfaces UI Components: Parent</name>
- <packaging>pom</packaging>
-
+ <packaging>pom</packaging>
+
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-bom</artifactId>
<version>${project.version}</version>
<scope>import</scope>
@@ -48,9 +48,9 @@
</dependencies>
</dependencyManagement>
- <scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
- <
url>http://fisheye.jboss.org/browse/richfaces/</url>
- </scm>
+ <scm>
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/ui/di...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root...
+ <
url>http://fisheye.jboss.org/browse/richfaces/</url>
+ </scm>
</project>
Modified: root/ui/dist/trunk/pom.xml
===================================================================
--- root/ui/dist/trunk/pom.xml 2010-06-03 14:06:31 UTC (rev 17482)
+++ root/ui/dist/trunk/pom.xml 2010-06-03 14:33:53 UTC (rev 17483)
@@ -27,7 +27,7 @@
<version>7</version>
</parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
Modified: root/ui/dist/trunk/richfaces-components-api/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-api/pom.xml 2010-06-03 14:06:31 UTC (rev
17482)
+++ root/ui/dist/trunk/richfaces-components-api/pom.xml 2010-06-03 14:33:53 UTC (rev
17483)
@@ -24,13 +24,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-dist-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
Modified: root/ui/dist/trunk/richfaces-components-impl/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-impl/pom.xml 2010-06-03 14:06:31 UTC (rev
17482)
+++ root/ui/dist/trunk/richfaces-components-impl/pom.xml 2010-06-03 14:33:53 UTC (rev
17483)
@@ -24,13 +24,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-dist-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-impl</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -48,7 +48,7 @@
</dependency>
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
</dependency>
Modified: root/ui/dist/trunk/richfaces-components-ui/pom.xml
===================================================================
--- root/ui/dist/trunk/richfaces-components-ui/pom.xml 2010-06-03 14:06:31 UTC (rev
17482)
+++ root/ui/dist/trunk/richfaces-components-ui/pom.xml 2010-06-03 14:33:53 UTC (rev
17483)
@@ -24,13 +24,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-dist-parent</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -58,7 +58,7 @@
<!-- for javadoc generation -->
<dependency>
- <groupId>org.richfaces.ui.dist</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-impl</artifactId>
</dependency>