Author: nbelaevski
Date: 2007-07-23 14:00:49 -0400 (Mon, 23 Jul 2007)
New Revision: 1805
Modified:
trunk/samples/panelmenu-sample/pom.xml
trunk/ui/panelmenu/pom.xml
Log:
sandbox removed from poms
Modified: trunk/samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/samples/panelmenu-sample/pom.xml 2007-07-23 17:49:50 UTC (rev 1804)
+++ trunk/samples/panelmenu-sample/pom.xml 2007-07-23 18:00:49 UTC (rev 1805)
@@ -1,7 +1,7 @@
<?xml version="1.0"?><project>
<parent>
<artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -11,7 +11,7 @@
<name>panelmenu-sample Maven Webapp</name>
<dependencies>
<dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
Modified: trunk/ui/panelmenu/pom.xml
===================================================================
--- trunk/ui/panelmenu/pom.xml 2007-07-23 17:49:50 UTC (rev 1804)
+++ trunk/ui/panelmenu/pom.xml 2007-07-23 18:00:49 UTC (rev 1805)
@@ -1,11 +1,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>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
+ <groupId>org.richfaces</groupId>
<version>3.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
+ <groupId>org.richfaces.ui</groupId>
<artifactId>panelmenu</artifactId>
<name>Panel menu</name>
<build>