Author: alexsmirnov
Date: 2007-05-16 20:32:43 -0400 (Wed, 16 May 2007)
New Revision: 789
Modified:
trunk/pom.xml
trunk/richfaces-samples/dataFilterSliderDemo/pom.xml
trunk/richfaces-samples/dataTableDemo/pom.xml
trunk/richfaces-samples/datascroller-sample/pom.xml
trunk/richfaces-samples/dragDropDemo/pom.xml
trunk/richfaces-samples/dropdownmenu-sample/pom.xml
trunk/richfaces-samples/gmap-sample/pom.xml
trunk/richfaces-samples/inputNumberSliderDemo/pom.xml
trunk/richfaces-samples/inputNumberSpinnerDemo/pom.xml
trunk/richfaces-samples/modalpanel-sample/pom.xml
trunk/richfaces-samples/panel-sample/pom.xml
trunk/richfaces-samples/panelbar-sample/pom.xml
trunk/richfaces-samples/pom.xml
trunk/richfaces-samples/richfaces-demo/pom.xml
trunk/richfaces-samples/simpleTogglePanel-sample/pom.xml
trunk/richfaces-samples/skins/pom.xml
trunk/richfaces-samples/suggestionbox-sample/pom.xml
trunk/richfaces-samples/tabPanelDemo/pom.xml
trunk/richfaces-samples/togglePanel-sample/pom.xml
trunk/richfaces-samples/toolBarDemo/pom.xml
trunk/richfaces-samples/tree-demo/pom.xml
trunk/richfaces/assembly/pom.xml
trunk/richfaces/common/pom.xml
trunk/richfaces/dataFilterSlider/pom.xml
trunk/richfaces/dataTable/pom.xml
trunk/richfaces/datascroller/pom.xml
trunk/richfaces/drag-drop/pom.xml
trunk/richfaces/dropdown-menu/pom.xml
trunk/richfaces/gmap/pom.xml
trunk/richfaces/inputnumber-slider/pom.xml
trunk/richfaces/inputnumber-spinner/pom.xml
trunk/richfaces/menu-components/pom.xml
trunk/richfaces/modal-panel/pom.xml
trunk/richfaces/paint2D/pom.xml
trunk/richfaces/panel/pom.xml
trunk/richfaces/panelbar/pom.xml
trunk/richfaces/panelmenu/pom.xml
trunk/richfaces/pom.xml
trunk/richfaces/separator/pom.xml
trunk/richfaces/simpleTogglePanel/pom.xml
trunk/richfaces/spacer/pom.xml
trunk/richfaces/suggestionbox/pom.xml
trunk/richfaces/tabPanel/pom.xml
trunk/richfaces/togglePanel/pom.xml
trunk/richfaces/toolBar/pom.xml
trunk/richfaces/tree/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -4,7 +4,7 @@
<artifactId>master</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components Examples</name>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
<
url>http://labs.jboss.com/jbossrichfaces</url>
<dependencies />
<modules>
@@ -31,9 +31,9 @@
</snapshotRepository>
</distributionManagement>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1_rc4</url>
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/</conne...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/<...
+ <
url>http://anonsvn.jboss.org/repos/richfaces/</url>
</scm>
</project>
\ No newline at end of file
Modified: trunk/richfaces/assembly/pom.xml
===================================================================
--- trunk/richfaces/assembly/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/assembly/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/common/pom.xml
===================================================================
--- trunk/richfaces/common/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/common/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/dataFilterSlider/pom.xml
===================================================================
--- trunk/richfaces/dataFilterSlider/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/dataFilterSlider/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/dataTable/pom.xml
===================================================================
--- trunk/richfaces/dataTable/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/dataTable/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/datascroller/pom.xml
===================================================================
--- trunk/richfaces/datascroller/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/datascroller/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/drag-drop/pom.xml
===================================================================
--- trunk/richfaces/drag-drop/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/drag-drop/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/dropdown-menu/pom.xml
===================================================================
--- trunk/richfaces/dropdown-menu/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/dropdown-menu/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/gmap/pom.xml
===================================================================
--- trunk/richfaces/gmap/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/gmap/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/inputnumber-slider/pom.xml
===================================================================
--- trunk/richfaces/inputnumber-slider/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/inputnumber-slider/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/inputnumber-spinner/pom.xml
===================================================================
--- trunk/richfaces/inputnumber-spinner/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/inputnumber-spinner/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/menu-components/pom.xml
===================================================================
--- trunk/richfaces/menu-components/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/menu-components/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/modal-panel/pom.xml
===================================================================
--- trunk/richfaces/modal-panel/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/modal-panel/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/paint2D/pom.xml
===================================================================
--- trunk/richfaces/paint2D/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/paint2D/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/panel/pom.xml
===================================================================
--- trunk/richfaces/panel/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/panel/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/panelbar/pom.xml
===================================================================
--- trunk/richfaces/panelbar/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/panelbar/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/panelmenu/pom.xml
===================================================================
--- trunk/richfaces/panelmenu/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/panelmenu/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -4,7 +4,7 @@
<artifactId>richfaces-parent</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components</name>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
<url>http://richfaces.ajax4jsf.org</url>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
@@ -78,9 +78,9 @@
</license>
</licenses>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1_rc4trunk/richf...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/rich...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trun...
+ <
url>http://anonsvn.jboss.org/repos/richfaces/trunk/richfaces/</url>
</scm>
<build>
<plugins>
Modified: trunk/richfaces/separator/pom.xml
===================================================================
--- trunk/richfaces/separator/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/separator/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/simpleTogglePanel/pom.xml
===================================================================
--- trunk/richfaces/simpleTogglePanel/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/simpleTogglePanel/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/spacer/pom.xml
===================================================================
--- trunk/richfaces/spacer/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/spacer/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/suggestionbox/pom.xml
===================================================================
--- trunk/richfaces/suggestionbox/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/suggestionbox/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/tabPanel/pom.xml
===================================================================
--- trunk/richfaces/tabPanel/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/tabPanel/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/togglePanel/pom.xml
===================================================================
--- trunk/richfaces/togglePanel/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/togglePanel/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/toolBar/pom.xml
===================================================================
--- trunk/richfaces/toolBar/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/toolBar/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces/tree/pom.xml
===================================================================
--- trunk/richfaces/tree/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces/tree/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-parent</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/dataFilterSliderDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/dataFilterSliderDemo/pom.xml 2007-05-17 00:32:20 UTC (rev
788)
+++ trunk/richfaces-samples/dataFilterSliderDemo/pom.xml 2007-05-17 00:32:43 UTC (rev
789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/dataTableDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/dataTableDemo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/dataTableDemo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/datascroller-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/datascroller-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/datascroller-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/dragDropDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/dragDropDemo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/dragDropDemo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/dropdownmenu-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/dropdownmenu-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/dropdownmenu-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/gmap-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/gmap-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/gmap-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/inputNumberSliderDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/inputNumberSliderDemo/pom.xml 2007-05-17 00:32:20 UTC (rev
788)
+++ trunk/richfaces-samples/inputNumberSliderDemo/pom.xml 2007-05-17 00:32:43 UTC (rev
789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/inputNumberSpinnerDemo/pom.xml 2007-05-17 00:32:20 UTC (rev
788)
+++ trunk/richfaces-samples/inputNumberSpinnerDemo/pom.xml 2007-05-17 00:32:43 UTC (rev
789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/modalpanel-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/modalpanel-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/modalpanel-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/panel-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/panel-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/panel-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/panelbar-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/panelbar-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/panelbar-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/pom.xml
===================================================================
--- trunk/richfaces-samples/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -4,7 +4,7 @@
<artifactId>richfaces-samples</artifactId>
<packaging>pom</packaging>
<name>RichFaces Components Examples</name>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
<
url>http://labs.jboss.com/jbossrichfaces/samples</url>
<properties>
<org.ajax4jsf.version>1.1.1-rc4</org.ajax4jsf.version>
@@ -89,9 +89,9 @@
</dependencies>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1_rc4</url>
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/</conne...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/<...
+ <
url>http://anonsvn.jboss.org/repos/richfaces/</url>
</scm>
<distributionManagement>
Modified: trunk/richfaces-samples/richfaces-demo/pom.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/richfaces-demo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/simpleTogglePanel-sample/pom.xml 2007-05-17 00:32:20 UTC (rev
788)
+++ trunk/richfaces-samples/simpleTogglePanel-sample/pom.xml 2007-05-17 00:32:43 UTC (rev
789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/skins/pom.xml
===================================================================
--- trunk/richfaces-samples/skins/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/skins/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/suggestionbox-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/suggestionbox-sample/pom.xml 2007-05-17 00:32:20 UTC (rev
788)
+++ trunk/richfaces-samples/suggestionbox-sample/pom.xml 2007-05-17 00:32:43 UTC (rev
789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/tabPanelDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/tabPanelDemo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/tabPanelDemo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/togglePanel-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/togglePanel-sample/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/togglePanel-sample/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/toolBarDemo/pom.xml
===================================================================
--- trunk/richfaces-samples/toolBarDemo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/toolBarDemo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: trunk/richfaces-samples/tree-demo/pom.xml
===================================================================
--- trunk/richfaces-samples/tree-demo/pom.xml 2007-05-17 00:32:20 UTC (rev 788)
+++ trunk/richfaces-samples/tree-demo/pom.xml 2007-05-17 00:32:43 UTC (rev 789)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.0.1-rc4</version>
+ <version>3.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>