Author: jbalunas(a)redhat.com
Date: 2011-02-27 10:04:12 -0500 (Sun, 27 Feb 2011)
New Revision: 21965
Modified:
branches/4.0.0.CR1/archetypes/pom.xml
branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml
branches/4.0.0.CR1/bom/pom.xml
branches/4.0.0.CR1/cdk/annotations/pom.xml
branches/4.0.0.CR1/cdk/attributes/pom.xml
branches/4.0.0.CR1/cdk/commons/pom.xml
branches/4.0.0.CR1/cdk/dist/pom.xml
branches/4.0.0.CR1/cdk/generator/pom.xml
branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml
branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml
branches/4.0.0.CR1/cdk/parent/pom.xml
branches/4.0.0.CR1/cdk/pom.xml
branches/4.0.0.CR1/cdk/xinclude/pom.xml
branches/4.0.0.CR1/core/api/pom.xml
branches/4.0.0.CR1/core/impl/pom.xml
branches/4.0.0.CR1/core/parent/pom.xml
branches/4.0.0.CR1/core/pom.xml
branches/4.0.0.CR1/dist/pom.xml
branches/4.0.0.CR1/examples/core-demo/pom.xml
branches/4.0.0.CR1/examples/dnd-demo/pom.xml
branches/4.0.0.CR1/examples/input-demo/pom.xml
branches/4.0.0.CR1/examples/irc-client/pom.xml
branches/4.0.0.CR1/examples/iteration-demo/pom.xml
branches/4.0.0.CR1/examples/misc-demo/pom.xml
branches/4.0.0.CR1/examples/output-demo/pom.xml
branches/4.0.0.CR1/examples/parent/pom.xml
branches/4.0.0.CR1/examples/pom.xml
branches/4.0.0.CR1/examples/push-demo/pom.xml
branches/4.0.0.CR1/examples/repeater-demo/pom.xml
branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml
branches/4.0.0.CR1/examples/template/pom.xml
branches/4.0.0.CR1/examples/validator-demo/pom.xml
branches/4.0.0.CR1/parent/pom.xml
branches/4.0.0.CR1/pom.xml
branches/4.0.0.CR1/ui/common/api/pom.xml
branches/4.0.0.CR1/ui/common/pom.xml
branches/4.0.0.CR1/ui/common/ui/pom.xml
branches/4.0.0.CR1/ui/core/api/pom.xml
branches/4.0.0.CR1/ui/core/pom.xml
branches/4.0.0.CR1/ui/core/ui/pom.xml
branches/4.0.0.CR1/ui/dist/pom.xml
branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml
branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml
branches/4.0.0.CR1/ui/dnd/api/pom.xml
branches/4.0.0.CR1/ui/dnd/pom.xml
branches/4.0.0.CR1/ui/dnd/ui/pom.xml
branches/4.0.0.CR1/ui/input/api/pom.xml
branches/4.0.0.CR1/ui/input/pom.xml
branches/4.0.0.CR1/ui/input/ui/pom.xml
branches/4.0.0.CR1/ui/iteration/api/pom.xml
branches/4.0.0.CR1/ui/iteration/pom.xml
branches/4.0.0.CR1/ui/iteration/ui/pom.xml
branches/4.0.0.CR1/ui/misc/pom.xml
branches/4.0.0.CR1/ui/misc/ui/pom.xml
branches/4.0.0.CR1/ui/output/api/pom.xml
branches/4.0.0.CR1/ui/output/pom.xml
branches/4.0.0.CR1/ui/output/ui/pom.xml
branches/4.0.0.CR1/ui/parent/pom.xml
branches/4.0.0.CR1/ui/pom.xml
branches/4.0.0.CR1/ui/validator/api/pom.xml
branches/4.0.0.CR1/ui/validator/pom.xml
branches/4.0.0.CR1/ui/validator/ui/pom.xml
Log:
[maven-release-plugin] prepare release 4.0.0.20110227-CR1
Modified: branches/4.0.0.CR1/archetypes/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/archetypes/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -30,7 +30,7 @@
<groupId>org.richfaces.archetypes</groupId>
<artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>RichFaces Archetypes: Aggregator</name>
@@ -49,9 +49,9 @@
</properties>
<scm>
-
<
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.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-gae</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-26
22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-27
15:04:12 UTC (rev 21965)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-simpleapp</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml 2011-02-26 22:49:01
UTC (rev 21964)
+++ branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml 2011-02-27 15:04:12
UTC (rev 21965)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component-short</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml 2011-02-26
22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml 2011-02-27
15:04:12 UTC (rev 21965)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-components-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/arche...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/bom/pom.xml
===================================================================
--- branches/4.0.0.CR1/bom/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/bom/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -18,7 +18,7 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces BOM</name>
<parent>
@@ -227,9 +227,9 @@
</dependencyManagement>
<scm>
- <
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.CR1/build...
+ <
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/cdk/annotations/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/annotations/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/annotations/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<description>That project contains annotations for JSF
classes</description>
<name>annotations</name>
<dependencies>
Modified: branches/4.0.0.CR1/cdk/attributes/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/attributes/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/attributes/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<description>That project contains JAXB bindings for model classes representing
schema attributes data</description>
<name>attributes</name>
Modified: branches/4.0.0.CR1/cdk/commons/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/commons/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/commons/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>commons</name>
<build>
<plugins>
Modified: branches/4.0.0.CR1/cdk/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/dist/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/dist/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <
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.CR1/c...
+ <
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.20110227-...
</scm>
<build>
<finalName>cdk</finalName>
Modified: branches/4.0.0.CR1/cdk/generator/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/generator/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/generator/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Java Server Faces component generator</name>
Modified: branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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.CR1/cdk/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/parent/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/parent/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -13,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
- <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/branches/4.0....
+ <
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...
</scm>
<build>
Modified: branches/4.0.0.CR1/cdk/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
- <
url>http://fisheye.jboss.org/browse/Richfaces/cdk/branches/4.0.0.CR1/c...
+ <
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.20110227-...
</scm>
<!-- Minimal build configuration -->
Modified: branches/4.0.0.CR1/cdk/xinclude/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/xinclude/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/cdk/xinclude/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme
support.</description>
Modified: branches/4.0.0.CR1/core/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/core/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -80,8 +80,8 @@
</build>
<scm>
-
<
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.CR1/core/...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/impl/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/impl/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/core/impl/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -220,8 +220,8 @@
</profiles>
<scm>
- <
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.CR1/core/...
+ <
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/parent/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/core/parent/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -23,13 +23,13 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces Core Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -46,8 +46,8 @@
</dependencyManagement>
<scm>
-
<
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.CR1/core/...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/core/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -43,9 +43,9 @@
</modules>
<scm>
-
<
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.CR1/core&...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/dist/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/dist/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-distribution</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>Richfaces Distribution Assembler</name>
@@ -187,8 +187,8 @@
</build>
<scm>
-
<
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.CR1/dist&...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/examples/core-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/core-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/core-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -193,8 +193,8 @@
</profiles>
<scm>
-
<
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.CR1/examp...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/dnd-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/dnd-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/dnd-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>dnd-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Richfaces Examples: DND</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/input-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/input-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/input-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>input-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Richfaces Examples: Inputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/irc-client/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/irc-client/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/irc-client/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -6,14 +6,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>irc-client</artifactId>
<name>Richfaces Examples: Richfaces IRC Client Application</name>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>war</packaging>
<
url>http://jboss.org/richfaces</url>
Modified: branches/4.0.0.CR1/examples/iteration-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/iteration-demo/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/examples/iteration-demo/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>iteration-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: branches/4.0.0.CR1/examples/misc-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/misc-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/misc-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>misc-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: branches/4.0.0.CR1/examples/output-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/output-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/output-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>output-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Richfaces Examples: Outputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/parent/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/parent/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>RichFaces Examples Parent</name>
@@ -263,8 +263,8 @@
</profiles>
<scm>
-
<
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.CR1/examp...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/examples/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -34,7 +34,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>examples-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>RichFaces Examples: Aggregator</name>
@@ -55,9 +55,9 @@
</modules>
<scm>
-
<
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.CR1/examp...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/push-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/push-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/push-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>push-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces Examples: Push</name>
<properties>
@@ -196,8 +196,8 @@
</profiles>
<scm>
-
<
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.CR1/examp...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/repeater-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/repeater-demo/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/repeater-demo/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,14 +25,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -7,13 +7,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-showcase</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
@@ -431,8 +431,8 @@
</profiles>
<scm>
-
<
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.CR1/examp...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/template/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/template/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/examples/template/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -3,14 +3,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>examples template</name>
<dependencies>
<dependency>
Modified: branches/4.0.0.CR1/examples/validator-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/validator-demo/pom.xml 2011-02-26 22:49:01 UTC (rev
21964)
+++ branches/4.0.0.CR1/examples/validator-demo/pom.xml 2011-02-27 15:04:12 UTC (rev
21965)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>validator-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<type>war</type>
</dependency>
<dependency>
Modified: branches/4.0.0.CR1/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/parent/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/parent/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -18,13 +18,13 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>RichFaces Root Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
@@ -398,11 +398,11 @@
<!-- SCM and distribution management -->
<scm>
- <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+ <
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
</connection>
- <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+ <
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
</developerConnection>
- <
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/paren...
+ <
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/pom.xml
===================================================================
--- branches/4.0.0.CR1/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>Richfaces Aggregator</name>
@@ -59,8 +59,8 @@
</profiles>
<scm>
-
<
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.CR1</u...
+
<
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.20110227-CR1&...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/common/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/common/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/common/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/common/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: branches/4.0.0.CR1/ui/common/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/common/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/core/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/core/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/core/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/core/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/co...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/core/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/core/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -61,10 +61,10 @@
</build>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
</connection>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/co...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/dist/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
@@ -63,9 +63,9 @@
</profiles>
<scm>
-
<
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.CR1/ui/di...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml 2011-02-26 22:49:01 UTC
(rev 21964)
+++ branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml 2011-02-27 15:04:12 UTC
(rev 21965)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -171,8 +171,8 @@
</profiles>
<scm>
-
<
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.CR1/ui/di...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml 2011-02-26 22:49:01 UTC
(rev 21964)
+++ branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml 2011-02-27 15:04:12 UTC
(rev 21965)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
@@ -196,9 +196,9 @@
</profiles>
<scm>
-
<
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.CR1/ui/di...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/dnd/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -64,9 +64,9 @@
</dependencies>
<scm>
-
<
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.CR1/ui/ou...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/dnd/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.dnd</groupId>
<artifactId>richfaces-ui-dnd-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/ou...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/dnd/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -77,9 +77,9 @@
</dependencies>
<scm>
-
<
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.CR1/ui/ou...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/input/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/input/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/input/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/input/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
<artifactId>richfaces-ui-input-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/in...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/input/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/input/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/iteration/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/iteration/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -54,9 +54,9 @@
</dependencies>
<scm>
-
<
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.CR1/ui/it...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/iteration/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/iteration/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/it...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/iteration/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/iteration/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,8 +60,8 @@
</build>
<scm>
-
<
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.CR1/ui/it...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/misc/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/misc/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/misc/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/mi...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/misc/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/misc/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/misc/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
@@ -58,10 +58,10 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
</connection>
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/mi...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/output/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -51,10 +51,10 @@
</dependencies>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags...
</developerConnection>
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/ou...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/output/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/ou...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/output/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -76,9 +76,9 @@
</dependencies>
<scm>
-
<
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.CR1/ui/ou...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/parent/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/parent/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -180,8 +180,8 @@
<scm>
-
<
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.CR1/ui/pa...
+
<
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.20110227-CR1/...
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/bra...
+
<
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...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/api/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/validator/api/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,9 +60,9 @@
</dependencies>
<scm>
-
<
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.CR1/ui/va...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/validator/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</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/branches/4...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/bran...
-
<
url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/va...
+
<
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.20110227-CR1/...
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/ui/pom.xml 2011-02-26 22:49:01 UTC (rev 21964)
+++ branches/4.0.0.CR1/ui/validator/ui/pom.xml 2011-02-27 15:04:12 UTC (rev 21965)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110227-CR1</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -131,8 +131,8 @@
</dependencies>
<scm>
- <
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.CR1/ui/va...
+ <
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.20110227-CR1/...
</scm>
</project>