Author: jbalunas(a)redhat.com
Date: 2010-12-20 20:51:45 -0500 (Mon, 20 Dec 2010)
New Revision: 20712
Modified:
branches/4.0.0.M5/archetypes/pom.xml
branches/4.0.0.M5/archetypes/rf-gae-sample/pom.xml
branches/4.0.0.M5/archetypes/richfaces-archetype-simpleapp/pom.xml
branches/4.0.0.M5/archetypes/richfaces-component-short/pom.xml
branches/4.0.0.M5/archetypes/richfaces-component/pom.xml
branches/4.0.0.M5/archetypes/richfaces-components-aggregator/pom.xml
branches/4.0.0.M5/bom/pom.xml
branches/4.0.0.M5/cdk/annotations/pom.xml
branches/4.0.0.M5/cdk/attributes/pom.xml
branches/4.0.0.M5/cdk/commons/pom.xml
branches/4.0.0.M5/cdk/dist/pom.xml
branches/4.0.0.M5/cdk/generator/pom.xml
branches/4.0.0.M5/cdk/maven-cdk-plugin/pom.xml
branches/4.0.0.M5/cdk/maven-resources-plugin/pom.xml
branches/4.0.0.M5/cdk/parent/pom.xml
branches/4.0.0.M5/cdk/pom.xml
branches/4.0.0.M5/cdk/xinclude/pom.xml
branches/4.0.0.M5/core/api/pom.xml
branches/4.0.0.M5/core/impl/pom.xml
branches/4.0.0.M5/core/parent/pom.xml
branches/4.0.0.M5/core/pom.xml
branches/4.0.0.M5/dist/pom.xml
branches/4.0.0.M5/examples/core-demo/pom.xml
branches/4.0.0.M5/examples/dnd-demo/pom.xml
branches/4.0.0.M5/examples/input-demo/pom.xml
branches/4.0.0.M5/examples/iteration-demo/pom.xml
branches/4.0.0.M5/examples/misc-demo/pom.xml
branches/4.0.0.M5/examples/output-demo/pom.xml
branches/4.0.0.M5/examples/parent/pom.xml
branches/4.0.0.M5/examples/pom.xml
branches/4.0.0.M5/examples/push-demo/pom.xml
branches/4.0.0.M5/examples/repeater-demo/pom.xml
branches/4.0.0.M5/examples/richfaces-showcase/pom.xml
branches/4.0.0.M5/examples/template/pom.xml
branches/4.0.0.M5/examples/validator-demo/pom.xml
branches/4.0.0.M5/parent/pom.xml
branches/4.0.0.M5/pom.xml
branches/4.0.0.M5/ui/common/api/pom.xml
branches/4.0.0.M5/ui/common/pom.xml
branches/4.0.0.M5/ui/common/ui/pom.xml
branches/4.0.0.M5/ui/core/api/pom.xml
branches/4.0.0.M5/ui/core/pom.xml
branches/4.0.0.M5/ui/core/ui/pom.xml
branches/4.0.0.M5/ui/dist/pom.xml
branches/4.0.0.M5/ui/dist/richfaces-components-api/pom.xml
branches/4.0.0.M5/ui/dist/richfaces-components-ui/pom.xml
branches/4.0.0.M5/ui/dnd/api/pom.xml
branches/4.0.0.M5/ui/dnd/pom.xml
branches/4.0.0.M5/ui/dnd/ui/pom.xml
branches/4.0.0.M5/ui/input/api/pom.xml
branches/4.0.0.M5/ui/input/pom.xml
branches/4.0.0.M5/ui/input/ui/pom.xml
branches/4.0.0.M5/ui/iteration/api/pom.xml
branches/4.0.0.M5/ui/iteration/pom.xml
branches/4.0.0.M5/ui/iteration/ui/pom.xml
branches/4.0.0.M5/ui/misc/pom.xml
branches/4.0.0.M5/ui/misc/ui/pom.xml
branches/4.0.0.M5/ui/output/api/pom.xml
branches/4.0.0.M5/ui/output/pom.xml
branches/4.0.0.M5/ui/output/ui/pom.xml
branches/4.0.0.M5/ui/parent/pom.xml
branches/4.0.0.M5/ui/pom.xml
branches/4.0.0.M5/ui/validator/api/pom.xml
branches/4.0.0.M5/ui/validator/pom.xml
branches/4.0.0.M5/ui/validator/ui/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: branches/4.0.0.M5/archetypes/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/archetypes/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -30,7 +30,7 @@
<groupId>org.richfaces.archetypes</groupId>
<artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Archetypes: Aggregator</name>
@@ -49,9 +49,9 @@
</properties>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/archetypes/rf-gae-sample/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/rf-gae-sample/pom.xml 2010-12-21 01:50:44 UTC (rev
20711)
+++ branches/4.0.0.M5/archetypes/rf-gae-sample/pom.xml 2010-12-21 01:51:45 UTC (rev
20712)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-gae</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: GAE Application</name>
@@ -93,9 +93,9 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-12-21 01:50:44
UTC (rev 20711)
+++ branches/4.0.0.M5/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-12-21 01:51:45
UTC (rev 20712)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-simpleapp</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Simple Application</name>
@@ -92,9 +92,9 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/archetypes/richfaces-component/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/richfaces-component/pom.xml 2010-12-21 01:50:44 UTC (rev
20711)
+++ branches/4.0.0.M5/archetypes/richfaces-component/pom.xml 2010-12-21 01:51:45 UTC (rev
20712)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component</artifactId>
- <version>4.0.0.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/archetypes/richfaces-component-short/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/richfaces-component-short/pom.xml 2010-12-21 01:50:44 UTC
(rev 20711)
+++ branches/4.0.0.M5/archetypes/richfaces-component-short/pom.xml 2010-12-21 01:51:45 UTC
(rev 20712)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component-short</artifactId>
- <version>4.0.0.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/richfaces-components-aggregator/pom.xml 2010-12-21
01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/archetypes/richfaces-components-aggregator/pom.xml 2010-12-21
01:51:45 UTC (rev 20712)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-components-aggregator</artifactId>
- <version>4.0.0.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/a...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/archet...
</scm>
</project>
Modified: branches/4.0.0.M5/bom/pom.xml
===================================================================
--- branches/4.0.0.M5/bom/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/bom/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -18,7 +18,7 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces BOM</name>
<parent>
@@ -227,9 +227,9 @@
</dependencyManagement>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/b...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/build/...
</scm>
</project>
Modified: branches/4.0.0.M5/cdk/annotations/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/annotations/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/annotations/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains annotations for JSF
classes</description>
<name>annotations</name>
<dependencies>
Modified: branches/4.0.0.M5/cdk/attributes/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/attributes/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/attributes/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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: branches/4.0.0.M5/cdk/commons/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/commons/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/commons/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>commons</name>
<build>
<plugins>
Modified: branches/4.0.0.M5/cdk/dist/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/dist/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/dist/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20101220-...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/branches/4.0.0.M5/cd...
</scm>
<build>
<finalName>cdk</finalName>
Modified: branches/4.0.0.M5/cdk/generator/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/generator/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/generator/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
Modified: branches/4.0.0.M5/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/maven-cdk-plugin/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/maven-cdk-plugin/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: branches/4.0.0.M5/cdk/maven-resources-plugin/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/maven-resources-plugin/pom.xml 2010-12-21 01:50:44 UTC (rev
20711)
+++ branches/4.0.0.M5/cdk/maven-resources-plugin/pom.xml 2010-12-21 01:51:45 UTC (rev
20712)
@@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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: branches/4.0.0.M5/cdk/parent/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/parent/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/parent/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/branches/4.0....
</scm>
<build>
Modified: branches/4.0.0.M5/cdk/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0.20101220-M5</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...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20101220-...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/branches/4.0.0.M5/cd...
</scm>
<!-- Minimal build configuration -->
Modified: branches/4.0.0.M5/cdk/xinclude/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/xinclude/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/cdk/xinclude/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme
support.</description>
Modified: branches/4.0.0.M5/core/api/pom.xml
===================================================================
--- branches/4.0.0.M5/core/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/core/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -80,8 +80,8 @@
</build>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/c...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/core/a...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/core/impl/pom.xml
===================================================================
--- branches/4.0.0.M5/core/impl/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/core/impl/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -237,8 +237,8 @@
</profiles>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/c...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/core/i...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/core/parent/pom.xml
===================================================================
--- branches/4.0.0.M5/core/parent/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/core/parent/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -23,13 +23,13 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -46,8 +46,8 @@
</dependencyManagement>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/c...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/core/p...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/core/pom.xml
===================================================================
--- branches/4.0.0.M5/core/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/core/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -43,9 +43,9 @@
</modules>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/c...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/core&l...
</scm>
</project>
Modified: branches/4.0.0.M5/dist/pom.xml
===================================================================
--- branches/4.0.0.M5/dist/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/dist/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Distribution Assembler</name>
@@ -187,8 +187,8 @@
</build>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/d...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/dist&l...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/examples/core-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/core-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/core-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -193,8 +193,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/e...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/exampl...
</scm>
</project>
Modified: branches/4.0.0.M5/examples/dnd-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/dnd-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/dnd-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>dnd-demo</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: DND</name>
<packaging>war</packaging>
Modified: branches/4.0.0.M5/examples/input-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/input-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/input-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Inputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.M5/examples/iteration-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/iteration-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/iteration-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: branches/4.0.0.M5/examples/misc-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/misc-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/misc-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: branches/4.0.0.M5/examples/output-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/output-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/output-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Outputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.M5/examples/parent/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/parent/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/parent/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples Parent</name>
@@ -229,8 +229,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/e...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/exampl...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/examples/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -34,7 +34,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>examples-aggregator</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples: Aggregator</name>
@@ -54,9 +54,9 @@
</modules>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/e...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/exampl...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/examples/push-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/push-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/push-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>push-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Push</name>
<properties>
@@ -196,8 +196,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/e...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/exampl...
</scm>
</project>
Modified: branches/4.0.0.M5/examples/repeater-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/repeater-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/repeater-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,14 +25,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: branches/4.0.0.M5/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/richfaces-showcase/pom.xml 2010-12-21 01:50:44 UTC (rev
20711)
+++ branches/4.0.0.M5/examples/richfaces-showcase/pom.xml 2010-12-21 01:51:45 UTC (rev
20712)
@@ -7,13 +7,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
@@ -429,8 +429,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5&l...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/trunk/exam...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/trun...
+ <
url>http://fisheye.jboss.org/browse/richfaces</url>
</scm>
</project>
Modified: branches/4.0.0.M5/examples/template/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/template/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/template/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -3,14 +3,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>examples template</name>
<dependencies>
</dependencies>
Modified: branches/4.0.0.M5/examples/validator-demo/pom.xml
===================================================================
--- branches/4.0.0.M5/examples/validator-demo/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/examples/validator-demo/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>validator-demo</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Validators</name>
<packaging>war</packaging>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
Modified: branches/4.0.0.M5/parent/pom.xml
===================================================================
--- branches/4.0.0.M5/parent/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/parent/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -23,13 +23,13 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
@@ -394,11 +394,11 @@
<!-- SCM and distribution management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
</connection>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/p...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/parent...
</scm>
</project>
Modified: branches/4.0.0.M5/pom.xml
===================================================================
--- branches/4.0.0.M5/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-aggregator</artifactId>
- <version>4.0.0.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5&l...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5</ur...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/common/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/common/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/common/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.M5/ui/common/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/common/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/common/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: branches/4.0.0.M5/ui/common/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/common/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/common/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.M5/ui/core/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/core/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/core/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.M5/ui/core/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/core/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/core/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/cor...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/core/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/core/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/core/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -61,10 +61,10 @@
</build>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
</connection>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/cor...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/dist/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dist/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/dist/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/dis...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dist/richfaces-components-api/pom.xml 2010-12-21 01:50:44 UTC
(rev 20711)
+++ branches/4.0.0.M5/ui/dist/richfaces-components-api/pom.xml 2010-12-21 01:51:45 UTC
(rev 20712)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -180,8 +180,8 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/dis...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dist/richfaces-components-ui/pom.xml 2010-12-21 01:50:44 UTC (rev
20711)
+++ branches/4.0.0.M5/ui/dist/richfaces-components-ui/pom.xml 2010-12-21 01:51:45 UTC (rev
20712)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/dis...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/dnd/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dnd/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/dnd/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -64,9 +64,9 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/dnd/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dnd/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/dnd/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.dnd</groupId>
<artifactId>richfaces-ui-dnd-aggregator</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Drag-n-Drop Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/dnd/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/dnd/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/dnd/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -77,9 +77,9 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/input/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/input/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/input/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.M5/ui/input/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/input/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/input/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/inp...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/input/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/input/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/input/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.M5/ui/iteration/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/iteration/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/iteration/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -54,9 +54,9 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/ite...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/iteration/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/iteration/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/iteration/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/ite...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/iteration/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/iteration/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/iteration/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,8 +60,8 @@
</build>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/ite...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/misc/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/misc/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/misc/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/mis...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/misc/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/misc/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/misc/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
@@ -155,10 +155,10 @@
</profiles>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
</connection>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/mis...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/output/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/output/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/output/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -51,10 +51,10 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/output/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/output/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/output/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/output/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/output/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/output/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</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...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/out...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/parent/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/parent/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/parent/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</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.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -194,8 +194,8 @@
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/par...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.M5/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces UI: Aggregator</name>
@@ -49,8 +49,8 @@
</modules>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/bu...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
-
<
url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tag...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/bu...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modu...
+
<
url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/bra...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/validator/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/validator/api/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/validator/api/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,9 +60,9 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/val...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/validator/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/validator/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/validator/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.validator</groupId>
@@ -38,8 +38,8 @@
</modules>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
-
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/val...
</scm>
</project>
Modified: branches/4.0.0.M5/ui/validator/ui/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/validator/ui/pom.xml 2010-12-21 01:50:44 UTC (rev 20711)
+++ branches/4.0.0.M5/ui/validator/ui/pom.xml 2010-12-21 01:51:45 UTC (rev 20712)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20101220-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -135,8 +135,8 @@
</dependencies>
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
- <
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.M5/ui/val...
</scm>
</project>