[richfaces-svn-commits] JBoss Rich Faces SVN: r984 - in trunk: richfaces and 44 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jun 1 20:45:07 EDT 2007


Author: alexsmirnov
Date: 2007-06-01 20:45:07 -0400 (Fri, 01 Jun 2007)
New Revision: 984

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/separator-sample/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/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 release 3_0_1

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -4,7 +4,7 @@
 	<artifactId>master</artifactId>
 	<packaging>pom</packaging>
 	<name>RichFaces Components Examples</name>
-	<version>3.0.1-SNAPSHOT</version>
+	<version>3.0.1</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/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/</developerConnection>
-		<url>http://anonsvn.jboss.org/repos/richfaces/</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3_0_1</developerConnection>
+		<url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1</url>
 	</scm>
 
 </project>
\ No newline at end of file

Modified: trunk/richfaces/assembly/pom.xml
===================================================================
--- trunk/richfaces/assembly/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/assembly/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
 	<parent>
 		<artifactId>richfaces-parent</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.0.1-SNAPSHOT</version>
+		<version>3.0.1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces</groupId>

Modified: trunk/richfaces/common/pom.xml
===================================================================
--- trunk/richfaces/common/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/common/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/dataFilterSlider/pom.xml
===================================================================
--- trunk/richfaces/dataFilterSlider/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/dataFilterSlider/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/dataTable/pom.xml
===================================================================
--- trunk/richfaces/dataTable/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/dataTable/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/datascroller/pom.xml
===================================================================
--- trunk/richfaces/datascroller/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/datascroller/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/drag-drop/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/dropdown-menu/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/gmap/pom.xml
===================================================================
--- trunk/richfaces/gmap/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/gmap/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/inputnumber-slider/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/inputnumber-spinner/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/menu-components/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/modal-panel/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/paint2D/pom.xml
===================================================================
--- trunk/richfaces/paint2D/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/paint2D/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/panel/pom.xml
===================================================================
--- trunk/richfaces/panel/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/panel/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/panelbar/pom.xml
===================================================================
--- trunk/richfaces/panelbar/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/panelbar/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -4,7 +4,7 @@
 	<artifactId>richfaces-parent</artifactId>
 	<packaging>pom</packaging>
 	<name>RichFaces Components</name>
-	<version>3.0.1-SNAPSHOT</version>
+	<version>3.0.1</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/trunk/richfaces/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/richfaces/</developerConnection>
-		<url>http://anonsvn.jboss.org/repos/richfaces/trunk/richfaces/</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1trunk/richfaces</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3_0_1trunk/richfaces</developerConnection>
+		<url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1trunk/richfaces</url>
 	</scm>
 	<build>
 		<plugins>

Modified: trunk/richfaces/separator/pom.xml
===================================================================
--- trunk/richfaces/separator/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/separator/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/simpleTogglePanel/pom.xml
===================================================================
--- trunk/richfaces/simpleTogglePanel/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/simpleTogglePanel/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/spacer/pom.xml
===================================================================
--- trunk/richfaces/spacer/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/spacer/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/suggestionbox/pom.xml
===================================================================
--- trunk/richfaces/suggestionbox/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/suggestionbox/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-parent</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/tabPanel/pom.xml
===================================================================
--- trunk/richfaces/tabPanel/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/tabPanel/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/togglePanel/pom.xml
===================================================================
--- trunk/richfaces/togglePanel/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/togglePanel/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/toolBar/pom.xml
===================================================================
--- trunk/richfaces/toolBar/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/toolBar/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces/tree/pom.xml
===================================================================
--- trunk/richfaces/tree/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces/tree/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-parent</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/dataFilterSliderDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/dataTableDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/datascroller-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/dragDropDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/dropdownmenu-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/gmap-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/inputNumberSliderDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/inputNumberSpinnerDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/modalpanel-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/panel-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/panelbar-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.richfaces</groupId>

Modified: trunk/richfaces-samples/pom.xml
===================================================================
--- trunk/richfaces-samples/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -4,7 +4,7 @@
 	<artifactId>richfaces-samples</artifactId>
 	<packaging>pom</packaging>
 	<name>RichFaces Components Examples</name>
-	<version>3.0.1-SNAPSHOT</version>
+	<version>3.0.1</version>
 	<url>http://labs.jboss.com/jbossrichfaces/samples</url>
     <properties>
 		<!-- -->
@@ -89,9 +89,9 @@
 	</dependencies>
 
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/</developerConnection>
-		<url>http://anonsvn.jboss.org/repos/richfaces/</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/3_0_1</developerConnection>
+		<url>http://anonsvn.jboss.org/repos/richfaces/tags/3_0_1</url>
 	</scm>
 
 	<distributionManagement>

Modified: trunk/richfaces-samples/richfaces-demo/pom.xml
===================================================================
--- trunk/richfaces-samples/richfaces-demo/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/richfaces-demo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces</groupId>

Modified: trunk/richfaces-samples/separator-sample/pom.xml
===================================================================
--- trunk/richfaces-samples/separator-sample/pom.xml	2007-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/separator-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/simpleTogglePanel-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/skins/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/suggestionbox-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/tabPanelDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/togglePanel-sample/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/toolBarDemo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>richfaces-samples</artifactId>
     <groupId>org.richfaces</groupId>
-    <version>3.0.1-SNAPSHOT</version>
+    <version>3.0.1</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-06-02 00:28:46 UTC (rev 983)
+++ trunk/richfaces-samples/tree-demo/pom.xml	2007-06-02 00:45:07 UTC (rev 984)
@@ -2,7 +2,7 @@
     <parent>
         <artifactId>richfaces-samples</artifactId>
         <groupId>org.richfaces</groupId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces</groupId>




More information about the richfaces-svn-commits mailing list