Author: maksimkaszynski
Date: 2007-11-20 11:30:43 -0500 (Tue, 20 Nov 2007)
New Revision: 4112
Modified:
branches/3.1.x/sandbox/samples/contextMenuDemo/pom.xml
Log:
context menu moved to 3.1.x branch
Modified: branches/3.1.x/sandbox/samples/contextMenuDemo/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/contextMenuDemo/pom.xml 2007-11-20 16:30:38 UTC (rev
4111)
+++ branches/3.1.x/sandbox/samples/contextMenuDemo/pom.xml 2007-11-20 16:30:43 UTC (rev
4112)
@@ -2,34 +2,34 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.samples</groupId>
<artifactId>contextMenuDemo</artifactId>
<packaging>war</packaging>
<name>contextMenuDemo Maven Webapp</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>contextMenu</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.1.3-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Show replies by date