Author: nbelaevski
Date: 2007-11-29 22:40:58 -0500 (Thu, 29 Nov 2007)
New Revision: 4381
Modified:
branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml
branches/3.1.x/sandbox/samples/pom.xml
branches/3.1.x/sandbox/ui/listShuttle/pom.xml
branches/3.1.x/sandbox/ui/pom.xml
Log:
http://jira.jboss.com/jira/browse/RF-1465
Modified: branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml 2007-11-30 03:37:02 UTC (rev
4380)
+++ branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml 2007-11-30 03:40:58 UTC (rev
4381)
@@ -2,11 +2,11 @@
<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/maven-v4_0_0.xsd">
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.samples</groupId>
+ <groupId>org.richfaces.samples</groupId>
<artifactId>listShuttleDemo</artifactId>
<packaging>war</packaging>
<name>listShuttleDemo Maven Webapp</name>
@@ -15,7 +15,7 @@
</build>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
<version>${project.version}</version>
</dependency>
Modified: branches/3.1.x/sandbox/samples/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/pom.xml 2007-11-30 03:37:02 UTC (rev 4380)
+++ branches/3.1.x/sandbox/samples/pom.xml 2007-11-30 03:40:58 UTC (rev 4381)
@@ -14,6 +14,5 @@
<module>panel2-sample</module>
<module>simpleTogglePanel2-sample</module>
- <module>listShuttleDemo</module>
</modules>
</project>
\ No newline at end of file
Modified: branches/3.1.x/sandbox/ui/listShuttle/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/listShuttle/pom.xml 2007-11-30 03:37:02 UTC (rev 4380)
+++ branches/3.1.x/sandbox/ui/listShuttle/pom.xml 2007-11-30 03:40:58 UTC (rev 4381)
@@ -1,11 +1,11 @@
<?xml version="1.0"?><project>
<parent>
<artifactId>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
<name>listShuttle</name>
<build>
Modified: branches/3.1.x/sandbox/ui/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/pom.xml 2007-11-30 03:37:02 UTC (rev 4380)
+++ branches/3.1.x/sandbox/ui/pom.xml 2007-11-30 03:40:58 UTC (rev 4381)
@@ -13,7 +13,6 @@
<modules>
<module>panel2</module>
<module>simpleTogglePanel2</module>
-<module>listShuttle</module>
<module>state</module>
</modules>
</project>
\ No newline at end of file