[richfaces-svn-commits] JBoss Rich Faces SVN: r18961 - in trunk: archetypes and 53 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Aug 24 20:18:27 EDT 2010


Author: jbalunas at redhat.com
Date: 2010-08-24 20:18:25 -0400 (Tue, 24 Aug 2010)
New Revision: 18961

Modified:
   trunk/archetypes/pom.xml
   trunk/archetypes/richfaces-archetype-simpleapp/pom.xml
   trunk/archetypes/richfaces-component-short/pom.xml
   trunk/archetypes/richfaces-component/pom.xml
   trunk/archetypes/richfaces-components-aggregator/pom.xml
   trunk/bom/pom.xml
   trunk/cdk/annotations/pom.xml
   trunk/cdk/attributes/pom.xml
   trunk/cdk/commons/pom.xml
   trunk/cdk/dist/pom.xml
   trunk/cdk/generator/pom.xml
   trunk/cdk/maven-cdk-plugin/pom.xml
   trunk/cdk/maven-resources-plugin/pom.xml
   trunk/cdk/parent/pom.xml
   trunk/cdk/pom.xml
   trunk/cdk/xinclude/pom.xml
   trunk/core/api/pom.xml
   trunk/core/commons/pom.xml
   trunk/core/impl/pom.xml
   trunk/core/parent/pom.xml
   trunk/core/pom.xml
   trunk/dist/pom.xml
   trunk/examples/core-demo/pom.xml
   trunk/examples/input-demo/pom.xml
   trunk/examples/iteration-demo/pom.xml
   trunk/examples/misc-demo/pom.xml
   trunk/examples/output-demo/pom.xml
   trunk/examples/parent/pom.xml
   trunk/examples/pom.xml
   trunk/examples/repeater-demo/pom.xml
   trunk/examples/richfaces-showcase/pom.xml
   trunk/parent/pom.xml
   trunk/pom.xml
   trunk/ui/common/api/pom.xml
   trunk/ui/common/pom.xml
   trunk/ui/common/ui/pom.xml
   trunk/ui/core/api/pom.xml
   trunk/ui/core/pom.xml
   trunk/ui/core/ui/pom.xml
   trunk/ui/dist/pom.xml
   trunk/ui/dist/richfaces-components-api/pom.xml
   trunk/ui/dist/richfaces-components-ui/pom.xml
   trunk/ui/input/api/pom.xml
   trunk/ui/input/pom.xml
   trunk/ui/input/ui/pom.xml
   trunk/ui/iteration/api/pom.xml
   trunk/ui/iteration/pom.xml
   trunk/ui/iteration/ui/pom.xml
   trunk/ui/misc/pom.xml
   trunk/ui/misc/ui/pom.xml
   trunk/ui/output/api/pom.xml
   trunk/ui/output/pom.xml
   trunk/ui/output/ui/pom.xml
   trunk/ui/parent/pom.xml
   trunk/ui/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: trunk/archetypes/pom.xml
===================================================================
--- trunk/archetypes/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/archetypes/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -30,7 +30,7 @@
     
     <groupId>org.richfaces.archetypes</groupId>
     <artifactId>archetypes-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>RichFaces Archetypes: Aggregator</name>
 
@@ -48,9 +48,9 @@
     </properties>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/archetypes</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/archetypes</url>
     </scm>
     
 </project>

Modified: trunk/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- trunk/archetypes/richfaces-archetype-simpleapp/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/archetypes/richfaces-archetype-simpleapp/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces.archetypes</groupId>
     <artifactId>richfaces-archetype-simpleapp</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>RichFaces Archetypes: Simple Application</name>
 
@@ -78,9 +78,9 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-archetype-simpleapp</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-archetype-simpleapp</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-archetype-simpleapp</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-archetype-simpleapp</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-archetype-simpleapp</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
 

Modified: trunk/archetypes/richfaces-component/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/archetypes/richfaces-component/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces.archetypes</groupId>
     <artifactId>richfaces-component</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>RichFaces Archetypes: Component</name>
 
@@ -96,9 +96,9 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-component</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-component</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
 

Modified: trunk/archetypes/richfaces-component-short/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component-short/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/archetypes/richfaces-component-short/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces.archetypes</groupId>
     <artifactId>richfaces-component-short</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>RichFaces Archetypes: Component Short</name>
 
@@ -96,9 +96,9 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-component</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-component</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-component</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
 

Modified: trunk/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/archetypes/richfaces-components-aggregator/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces.archetypes</groupId>
     <artifactId>richfaces-components-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>RichFaces Archetypes: Components Aggregator</name>
 
@@ -96,9 +96,9 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-components-aggregator</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-components-aggregator</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/archetypes/richfaces-components-aggregator</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-components-aggregator</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/archetypes/richfaces-components-aggregator</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
 

Modified: trunk/bom/pom.xml
===================================================================
--- trunk/bom/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/bom/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -23,7 +23,7 @@
     <groupId>org.richfaces</groupId>
     <artifactId>richfaces-bom</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces BOM</name>
 
     <parent>
@@ -217,9 +217,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/build/bom</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/build/bom</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/build/bom</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/build/bom</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/build/bom</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/build/bom</url>
     </scm>
 
 </project>

Modified: trunk/cdk/annotations/pom.xml
===================================================================
--- trunk/cdk/annotations/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/annotations/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,12 +4,12 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
   <groupId>org.richfaces.cdk</groupId>
   <artifactId>annotations</artifactId>
-  <version>4.0.0.20100824-M2</version>
+  <version>4.0.0-SNAPSHOT</version>
   <description>That project contains annotations for JSF classes</description>
   <name>annotations</name>
   <dependencies>

Modified: trunk/cdk/attributes/pom.xml
===================================================================
--- trunk/cdk/attributes/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/attributes/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,12 +4,12 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>attributes</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
 	<name>attributes</name>
 

Modified: trunk/cdk/commons/pom.xml
===================================================================
--- trunk/cdk/commons/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/commons/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,12 +4,12 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>commons</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<name>commons</name>
 	<build>
 		<plugins>

Modified: trunk/cdk/dist/pom.xml
===================================================================
--- trunk/cdk/dist/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/dist/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,20 +4,20 @@
         <parent>
                 <groupId>org.richfaces.cdk</groupId>
                 <artifactId>parent</artifactId>
-                <version>4.0.0.20100824-M2</version>
+                <version>4.0.0-SNAPSHOT</version>
                 <relativePath>../parent</relativePath>
         </parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>dist</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<name>JSF Components Development Kit (CDK) distribution assembly</name>
 
 	<!-- SCM and distribution management -->
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk/dist</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk/dist</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100824-M2/cdk/dist</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/dist</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/dist</developerConnection>
+		<url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
 	</scm>
 	<build>
 	    <finalName>cdk</finalName>

Modified: trunk/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/generator/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -3,13 +3,13 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>generator</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<name>Java Server Faces component generator</name>
 
 

Modified: trunk/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/maven-cdk-plugin/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -2,13 +2,13 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>maven-cdk-plugin</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<packaging>maven-plugin</packaging>
 	<name>Maven plugin for JSF components code generation</name>
 	<dependencies>

Modified: trunk/cdk/maven-resources-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-resources-plugin/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/maven-resources-plugin/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,13 +4,13 @@
     <parent>
         <artifactId>parent</artifactId>
         <groupId>org.richfaces.cdk</groupId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.cdk</groupId>
     <artifactId>maven-resources-plugin</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>maven-plugin</packaging>
     <name>maven-resources-plugin</name>
     <description>Maven plugin for packaging resources with web application</description>

Modified: trunk/cdk/parent/pom.xml
===================================================================
--- trunk/cdk/parent/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/parent/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.richfaces</groupId>
 		<artifactId>richfaces-root-parent</artifactId>
-		<version>4.0.0.20100824-M2</version>
+		<version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
@@ -13,7 +13,7 @@
 
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>parent</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JSF Components Development Kit (CDK)</name>
 
@@ -22,9 +22,9 @@
 		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 	</properties>
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk/parent</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk/parent</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20100824-M2/cdk/parent</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk/parent</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk/parent</developerConnection>
+		<url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent</url>
 	</scm>
 
 	<build>

Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -11,7 +11,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>aggregator</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JSF Components Development Kit (CDK)</name>
 	<properties>
@@ -32,9 +32,9 @@
 	</modules>
 	<!-- SCM and distribution management -->
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/cdk</developerConnection>
-		<url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20100824-M2/cdk</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/cdk</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/cdk</developerConnection>
+		<url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
 	</scm>
 
 	<!-- Minimal build configuration -->

Modified: trunk/cdk/xinclude/pom.xml
===================================================================
--- trunk/cdk/xinclude/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/cdk/xinclude/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -22,13 +22,13 @@
   <parent>
     <artifactId>parent</artifactId>
     <groupId>org.richfaces.cdk</groupId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
 	<groupId>org.richfaces.cdk</groupId>
 	<artifactId>xinclude</artifactId>
-	<version>4.0.0.20100824-M2</version>
+	<version>4.0.0-SNAPSHOT</version>
 	<name>Cocoon 3: xinclude transformer</name>
 	<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
 

Modified: trunk/core/api/pom.xml
===================================================================
--- trunk/core/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/core/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.richfaces.core</groupId>
         <artifactId>richfaces-core-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -82,8 +82,8 @@
     </dependencies>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/api</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/core/api</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/api</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/api</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/api</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/core/commons/pom.xml
===================================================================
--- trunk/core/commons/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/core/commons/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -21,13 +21,13 @@
     <parent>
         <groupId>org.richfaces.core</groupId>
         <artifactId>richfaces-core-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
     
     <groupId>org.richfaces.commons</groupId>
     <artifactId>richfaces-commons-api</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces Commons API</name>
 
     <dependencies>
@@ -57,8 +57,8 @@
     </dependencies>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/commons/api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/commons/api</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/commons/api</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/commons/api</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/commons/api</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/commons/api</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/core/impl/pom.xml
===================================================================
--- trunk/core/impl/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/core/impl/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>org.richfaces.core</groupId>
 		<artifactId>richfaces-core-parent</artifactId>
-		<version>4.0.0.20100824-M2</version>
+		<version>4.0.0-SNAPSHOT</version>
 		<relativePath>../parent/pom.xml</relativePath>
 	</parent>
 
@@ -253,8 +253,8 @@
 	</profiles>
 
 	<scm>
-		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/impl</connection>
-		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/impl</developerConnection>
-		<url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/core/impl</url>
+		<connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/impl</connection>
+		<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/impl</developerConnection>
+		<url>http://fisheye.jboss.org/browse/richfaces/trunk/core/impl</url>
 	</scm>
 </project>
\ No newline at end of file

Modified: trunk/core/parent/pom.xml
===================================================================
--- trunk/core/parent/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/core/parent/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -23,13 +23,13 @@
     <groupId>org.richfaces.core</groupId>
     <artifactId>richfaces-core-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces Core Parent</name>
 
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -54,8 +54,8 @@
         </plugins>
     </build>
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/parent</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core/parent</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/core/parent</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core/parent</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core/parent</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/core/parent</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/core/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -29,7 +29,7 @@
 
     <groupId>org.richfaces.core</groupId>
     <artifactId>richfaces-core-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>RichFaces Core Aggregator</name>
@@ -44,9 +44,9 @@
     </modules>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/core</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/core</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/core</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/core</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/core</url>
     </scm>
 </project>
 

Modified: trunk/dist/pom.xml
===================================================================
--- trunk/dist/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/dist/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces</groupId>
     <artifactId>richfaces-distribution</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces Distribution Assembler</name>
 
@@ -191,8 +191,8 @@
     </build>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/dist</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/dist</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/dist</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/dist</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/dist</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/examples/core-demo/pom.xml
===================================================================
--- trunk/examples/core-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/core-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>core-demo</artifactId>
     <packaging>war</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces Examples: Core</name>
 
     <properties>
@@ -217,8 +217,8 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/core-demo</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/core-demo</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/examples/core-demo</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/core-demo</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/core-demo</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>

Modified: trunk/examples/input-demo/pom.xml
===================================================================
--- trunk/examples/input-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/input-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -12,7 +12,7 @@
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>input-demo</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>Richfaces Examples: Inputs</name>
     <packaging>war</packaging>
 

Modified: trunk/examples/iteration-demo/pom.xml
===================================================================
--- trunk/examples/iteration-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/iteration-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,14 +24,14 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>iteration-demo</artifactId>
     <packaging>war</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces Examples: Iteration</name>
 
     <properties>

Modified: trunk/examples/misc-demo/pom.xml
===================================================================
--- trunk/examples/misc-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/misc-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>misc-demo</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>RichFaces Examples: Miscellanous</name>
 

Modified: trunk/examples/output-demo/pom.xml
===================================================================
--- trunk/examples/output-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/output-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -12,7 +12,7 @@
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>output-demo</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>Richfaces Examples: Outputs</name>
     <packaging>war</packaging>
 

Modified: trunk/examples/parent/pom.xml
===================================================================
--- trunk/examples/parent/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/parent/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -29,7 +29,7 @@
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>richfaces-example-parent</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>RichFaces Examples Parent</name>
 
@@ -221,8 +221,8 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/parent</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/parent</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/examples/parent</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/parent</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/parent</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples/parent</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -34,7 +34,7 @@
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>examples-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>RichFaces Examples: Aggregator</name>
 
@@ -51,9 +51,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/examples</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/examples</url>
     </scm>
 
 </project>

Modified: trunk/examples/repeater-demo/pom.xml
===================================================================
--- trunk/examples/repeater-demo/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/repeater-demo/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,14 +25,14 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>repeater-demo</artifactId>
     <packaging>war</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>Richfaces Examples: Repeater</name>
 
     <properties>

Modified: trunk/examples/richfaces-showcase/pom.xml
===================================================================
--- trunk/examples/richfaces-showcase/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/examples/richfaces-showcase/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -7,13 +7,13 @@
     <parent>
         <groupId>org.richfaces.examples</groupId>
         <artifactId>richfaces-example-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.examples</groupId>
     <artifactId>richfaces-showcase</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>war</packaging>
     <name>Richfaces Examples: Richfaces Showcase Application</name>
 
@@ -379,8 +379,8 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/richfaces-showcase</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/examples/richfaces-showcase</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/examples/richfaces-showcase</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/examples/richfaces-showcase</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/examples/richfaces-showcase</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>

Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/parent/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -23,13 +23,13 @@
     <groupId>org.richfaces</groupId>
     <artifactId>richfaces-root-parent</artifactId>
     <packaging>pom</packaging>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>RichFaces Root Parent</name>
 
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-bom</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../bom/pom.xml</relativePath>
 
     </parent>
@@ -393,11 +393,11 @@
 
     <!-- SCM and distribution management -->
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/parent
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/parent
         </connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/parent
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/parent
         </developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/parent</url>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk/parent</url>
     </scm>
 
 </project>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -12,7 +12,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.richfaces</groupId>
     <artifactId>richfaces-root-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces Aggregator</name>
 
@@ -59,8 +59,8 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/trunk</url>
     </scm>
 </project>

Modified: trunk/ui/common/api/pom.xml
===================================================================
--- trunk/ui/common/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/common/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/ui/common/pom.xml
===================================================================
--- trunk/ui/common/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/common/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.common</groupId>
     <artifactId>richfaces-ui-common-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Common Aggregator</name>
 

Modified: trunk/ui/common/ui/pom.xml
===================================================================
--- trunk/ui/common/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/common/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/ui/core/api/pom.xml
===================================================================
--- trunk/ui/core/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/core/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/core/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
     
     <groupId>org.richfaces.ui.core</groupId>
     <artifactId>richfaces-ui-core-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Core Aggregator</name>
 
@@ -41,8 +41,8 @@
     </modules>
 
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/core</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/core</developerConnection>
-    <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/core</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core</developerConnection>
+    <url>http://fisheye.jboss.org/browse/richfaces</url>
   </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/core/ui/pom.xml
===================================================================
--- trunk/ui/core/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/core/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -63,10 +63,10 @@
     </build>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/core/ui
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/core/ui
         </connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/core/ui
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/core/ui
         </developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/core/ui</url>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/dist/pom.xml
===================================================================
--- trunk/ui/dist/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/dist/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-ui-assembler</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Assembler</name>
 
@@ -63,9 +63,9 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/dist</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 
 </project>
\ No newline at end of file

Modified: trunk/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/dist/richfaces-components-api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-components-api</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Richfaces UI Components API</name>
 
@@ -181,8 +181,8 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-api</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-api</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-components-api</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-components-api</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-components-ui</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Richfaces UI Components UI</name>
 
@@ -243,9 +243,9 @@
     </profiles>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-ui</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-ui</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/dist/richfaces-components-ui</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-components-ui</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/dist/richfaces-components-ui</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 
 </project>
\ No newline at end of file

Modified: trunk/ui/input/api/pom.xml
===================================================================
--- trunk/ui/input/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/input/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/ui/input/pom.xml
===================================================================
--- trunk/ui/input/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/input/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.input</groupId>
     <artifactId>richfaces-ui-input-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Input Aggregator</name>
 
@@ -41,8 +41,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/input</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/input</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/input</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/input</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/input</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/input/ui/pom.xml
===================================================================
--- trunk/ui/input/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/input/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 

Modified: trunk/ui/iteration/api/pom.xml
===================================================================
--- trunk/ui/iteration/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/iteration/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -46,9 +46,9 @@
 	</dependencies>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/api</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/api</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datascroller/api</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascroller/api</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 	
 </project>
\ No newline at end of file

Modified: trunk/ui/iteration/pom.xml
===================================================================
--- trunk/ui/iteration/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/iteration/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.iteration</groupId>
     <artifactId>richfaces-ui-iteration-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Iteration Aggregator</name>
 
@@ -41,8 +41,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/iteration</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/iteration/ui/pom.xml
===================================================================
--- trunk/ui/iteration/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/iteration/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -57,8 +57,8 @@
     </build>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/impl</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/impl</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/iteration/datascroller/impl</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/iteration/datascroller/impl</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/iteration/datascroller/impl</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/misc/pom.xml
===================================================================
--- trunk/ui/misc/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/misc/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.misc</groupId>
     <artifactId>richfaces-ui-misc-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Miscellanous Aggregator</name>
 
@@ -40,9 +40,9 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/misc</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/misc</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/misc</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 
 </project>
\ No newline at end of file

Modified: trunk/ui/misc/ui/pom.xml
===================================================================
--- trunk/ui/misc/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/misc/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,13 +24,13 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.misc</groupId>
     <artifactId>richfaces-ui-misc-ui</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Richfaces UI Misc UI</name>
 
@@ -152,10 +152,10 @@
     </profiles>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/misc/dist/richfaces-ui-misc-ui
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richfaces-ui-misc-ui
         </connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/misc/dist/richfaces-ui-misc-ui
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/misc/dist/richfaces-ui-misc-ui
         </developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/misc/dist/richfaces-ui-misc-ui</url>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/output/api/pom.xml
===================================================================
--- trunk/ui/output/api/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/output/api/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -43,10 +43,10 @@
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/api</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/api
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/api</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/api
         </developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/api</url>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 
 </project>
\ No newline at end of file

Modified: trunk/ui/output/pom.xml
===================================================================
--- trunk/ui/output/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/output/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui.output</groupId>
     <artifactId>richfaces-ui-output-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Richfaces UI Components: Output Aggregator</name>
 
@@ -41,8 +41,8 @@
     </modules>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/output</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/output/ui/pom.xml
===================================================================
--- trunk/ui/output/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/output/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.richfaces.ui</groupId>
         <artifactId>richfaces-ui-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
@@ -76,9 +76,9 @@
     </dependencies>
     
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/ui</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/ui</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/output/panels/ui</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/output/panels/ui</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces</url>
     </scm>
 	
 </project>
\ No newline at end of file

Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/parent/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -25,13 +25,13 @@
     <parent>
         <groupId>org.richfaces</groupId>
         <artifactId>richfaces-root-parent</artifactId>
-        <version>4.0.0.20100824-M2</version>
+        <version>4.0.0-SNAPSHOT</version>
         <relativePath>../../parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-ui-parent</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <name>Richfaces UI Components Parent</name>
     <packaging>pom</packaging>
 
@@ -202,8 +202,8 @@
 
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/parent</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20100824-M2/ui/parent</developerConnection>
-        <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20100824-M2/ui/parent</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/ui/parent</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trunk/ui/parent</developerConnection>
+        <url>http://fisheye.jboss.org/browse/richfaces/</url>
     </scm>
 </project>
\ No newline at end of file

Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml	2010-08-25 00:17:24 UTC (rev 18960)
+++ trunk/ui/pom.xml	2010-08-25 00:18:25 UTC (rev 18961)
@@ -32,7 +32,7 @@
 
     <groupId>org.richfaces.ui</groupId>
     <artifactId>richfaces-ui-aggregator</artifactId>
-    <version>4.0.0.20100824-M2</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>RichFaces UI: Aggregator</name>
 
@@ -46,11 +46,5 @@
         <module>input</module>
         <module>dist</module>
     </modules>
-
-  <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tags/4.0.0.20100824-M2</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4.0.0.20100824-M2</developerConnection>
-    <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0.20100824-M2</url>
-  </scm>
 </project>
 



More information about the richfaces-svn-commits mailing list