Author: nbelaevski
Date: 2007-06-25 14:41:43 -0400 (Mon, 25 Jun 2007)
New Revision: 1309
Modified:
trunk/sandbox/panelmenu/pom.xml
Log:
Version declaration fixed
Modified: trunk/sandbox/panelmenu/pom.xml
===================================================================
--- trunk/sandbox/panelmenu/pom.xml 2007-06-25 18:26:59 UTC (rev 1308)
+++ trunk/sandbox/panelmenu/pom.xml 2007-06-25 18:41:43 UTC (rev 1309)
@@ -1,8 +1,8 @@
<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>sandbox-parent</artifactId>
+ <artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>