Author: maksimkaszynski
Date: 2007-06-04 11:52:18 -0400 (Mon, 04 Jun 2007)
New Revision: 1002
Modified:
trunk/sandbox-samples/panel2-sample/pom.xml
trunk/sandbox-samples/panelmenu-sample/pom.xml
trunk/sandbox-samples/pom.xml
trunk/sandbox-samples/scrollable-grid-demo/pom.xml
trunk/sandbox-samples/simpleTogglePanel2-sample/pom.xml
trunk/sandbox/panel2/pom.xml
trunk/sandbox/panelmenu/pom.xml
trunk/sandbox/scrollable-grid/pom.xml
trunk/sandbox/simpleTogglePanel2/pom.xml
Log:
freshest pomz for sandbox
Modified: trunk/sandbox/panel2/pom.xml
===================================================================
--- trunk/sandbox/panel2/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox/panel2/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -3,7 +3,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/sandbox/panelmenu/pom.xml
===================================================================
--- trunk/sandbox/panelmenu/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox/panelmenu/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/sandbox/scrollable-grid/pom.xml
===================================================================
--- trunk/sandbox/scrollable-grid/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox/scrollable-grid/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -147,7 +147,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/sandbox/simpleTogglePanel2/pom.xml
===================================================================
--- trunk/sandbox/simpleTogglePanel2/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox/simpleTogglePanel2/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/sandbox-samples/panel2-sample/pom.xml
===================================================================
--- trunk/sandbox-samples/panel2-sample/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox-samples/panel2-sample/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>panel2</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
</dependencies>
Modified: trunk/sandbox-samples/panelmenu-sample/pom.xml
===================================================================
--- trunk/sandbox-samples/panelmenu-sample/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox-samples/panelmenu-sample/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/sandbox-samples/pom.xml
===================================================================
--- trunk/sandbox-samples/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox-samples/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Modified: trunk/sandbox-samples/scrollable-grid-demo/pom.xml
===================================================================
--- trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-06-04 15:17:22 UTC (rev 1001)
+++ trunk/sandbox-samples/scrollable-grid-demo/pom.xml 2007-06-04 15:52:18 UTC (rev 1002)
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>richfaces</artifactId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</dependency>
Modified: trunk/sandbox-samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- trunk/sandbox-samples/simpleTogglePanel2-sample/pom.xml 2007-06-04 15:17:22 UTC (rev
1001)
+++ trunk/sandbox-samples/simpleTogglePanel2-sample/pom.xml 2007-06-04 15:52:18 UTC (rev
1002)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Show replies by date