Author: jbalunas(a)redhat.com
Date: 2010-12-20 20:50:29 -0500 (Mon, 20 Dec 2010)
New Revision: 20710
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 release 4.0.0.20101220-M5
Modified: branches/4.0.0.M5/archetypes/pom.xml
===================================================================
--- branches/4.0.0.M5/archetypes/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/archetypes/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -30,7 +30,7 @@
<groupId>org.richfaces.archetypes</groupId>
<artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.M5/archet...
+
<
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...
</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:49:40 UTC (rev
20709)
+++ branches/4.0.0.M5/archetypes/rf-gae-sample/pom.xml 2010-12-21 01:50:29 UTC (rev
20710)
@@ -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.20101220-M5</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.M5/archet...
+
<
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...
</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:49:40
UTC (rev 20709)
+++ branches/4.0.0.M5/archetypes/richfaces-archetype-simpleapp/pom.xml 2010-12-21 01:50:29
UTC (rev 20710)
@@ -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.20101220-M5</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.M5/archet...
+
<
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...
</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:49:40 UTC (rev
20709)
+++ branches/4.0.0.M5/archetypes/richfaces-component/pom.xml 2010-12-21 01:50:29 UTC (rev
20710)
@@ -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.20101220-M5</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.M5/archet...
+
<
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...
</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:49:40 UTC
(rev 20709)
+++ branches/4.0.0.M5/archetypes/richfaces-component-short/pom.xml 2010-12-21 01:50:29 UTC
(rev 20710)
@@ -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.20101220-M5</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.M5/archet...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/archetypes/richfaces-components-aggregator/pom.xml 2010-12-21
01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/archet...
+
<
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...
</scm>
</project>
Modified: branches/4.0.0.M5/bom/pom.xml
===================================================================
--- branches/4.0.0.M5/bom/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/bom/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/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.20101220-M5/b...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/annotations/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/attributes/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/commons/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/dist/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/cd...
+ <
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-...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/generator/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/maven-cdk-plugin/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev
20709)
+++ branches/4.0.0.M5/cdk/maven-resources-plugin/pom.xml 2010-12-21 01:50:29 UTC (rev
20710)
@@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/parent/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/cdk/pom.xml
===================================================================
--- branches/4.0.0.M5/cdk/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/cd...
+ <
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-...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/cdk/xinclude/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/core/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/core/a...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/core/impl/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -237,8 +237,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.M5/core/i...
+ <
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/core/parent/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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.M5/core/p...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/core/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.M5/core&l...
+
<
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...
</scm>
</project>
Modified: branches/4.0.0.M5/dist/pom.xml
===================================================================
--- branches/4.0.0.M5/dist/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/dist/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/dist&l...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/core-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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.M5/exampl...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/dnd-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/input-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/iteration-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/misc-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/output-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/parent/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</version>
<packaging>pom</packaging>
<name>RichFaces Examples Parent</name>
@@ -229,8 +229,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.M5/exampl...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -34,7 +34,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>examples-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</version>
<packaging>pom</packaging>
<name>RichFaces Examples: Aggregator</name>
@@ -54,9 +54,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.M5/exampl...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/push-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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.M5/exampl...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/repeater-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev
20709)
+++ branches/4.0.0.M5/examples/richfaces-showcase/pom.xml 2010-12-21 01:50:29 UTC (rev
20710)
@@ -1,436 +1,436 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
-
- <modelVersion>4.0.0</modelVersion>
-
- <parent>
- <groupId>org.richfaces.examples</groupId>
- <artifactId>richfaces-example-parent</artifactId>
- <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-SNAPSHOT</version>
- <packaging>war</packaging>
- <name>Richfaces Examples: Richfaces Showcase Application</name>
-
- <properties>
- <gae.version>1.4.0</gae.version>
- </properties>
-
- <dependencies>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-api</artifactId>
- </dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>richfaces-components-ui</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.validation</groupId>
- <artifactId>validation-api</artifactId>
- </dependency>
- <dependency>
- <groupId>javax.servlet.jsp</groupId>
- <artifactId>jsp-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- </dependency>
-
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- </dependency>
-
- </dependencies>
-
- <build>
- <finalName>richfaces-showcase</finalName>
-
- <plugins>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- </plugin>
- <plugin>
- <artifactId>maven-compiler-plugin</artifactId>
- </plugin>
- <plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
- <configuration>
- <scanIntervalSeconds>10</scanIntervalSeconds>
- <connectors>
- <connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
- <port>${jetty.port}</port>
- <maxIdleTime>60000</maxIdleTime>
- </connector>
- </connectors>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
- <directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>net.kindleit</groupId>
- <artifactId>maven-gae-plugin</artifactId>
- <version>0.7.3</version>
- <dependencies>
- <dependency>
- <groupId>net.kindleit</groupId>
- <artifactId>gae-runtime</artifactId>
- <version>${gae.version}</version>
- <type>pom</type>
- <exclusions>
- <exclusion>
- <groupId>com.google.appengine.orm</groupId>
- <artifactId>jdo2-api</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- </dependencies>
- </plugin>
- </plugins>
- </build>
-
- <profiles>
- <profile>
- <id>gae</id>
- <dependencies>
- <dependency>
- <groupId>net.sf.ehcache</groupId>
- <artifactId>ehcache</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>org.glassfish.web</groupId>
- <artifactId>el-impl</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>javax.el</groupId>
- <artifactId>el-api</artifactId>
- <version>2.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jta_1.1_spec</artifactId>
- <version>1.1.1</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>org.apache.geronimo.specs</groupId>
- <artifactId>geronimo-jpa_3.0_spec</artifactId>
- <version>1.1.1</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.1</version>
- <scope>runtime</scope>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.9.1</version>
- <scope>runtime</scope>
- </dependency>
- </dependencies>
- <build>
- <resources>
- <resource>
- <directory>src/main/resources</directory>
- </resource>
- <resource>
- <directory>src/main/resources-gae</directory>
- </resource>
- </resources>
- <plugins>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>add-source</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>add-source</goal>
- </goals>
- <configuration>
- <sources>
-
<source>src/main/java-gae-jsf-ri</source>
- </sources>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webResources>
- <resource>
-
<directory>src/main/webapp-gae</directory>
- </resource>
- <resource>
- <directory>src/main/webapp</directory>
- </resource>
- <resource>
-
<directory>${project.build.directory}/generated-resources</directory>
-
<targetPath>static-resources</targetPath>
- </resource>
- <resource>
-
<directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-resources-plugin</artifactId>
- <version>${project.version}</version>
- <configuration>
- </configuration>
- <executions>
- <execution>
- <id>process</id>
- <goals>
- <goal>process</goal>
- </goals>
- <configuration>
-
<outputDir>generated-resources</outputDir>
- <skins>
- <skin>blueSky</skin>
- <skin>classic</skin>
- <skin>deepMarine</skin>
- <skin>emeraldTown</skin>
- <skin>japanCherry</skin>
- <skin>ruby</skin>
- <skin>wine</skin>
- </skins>
- <includedContentTypes>
-
<include>application/javascript</include>
- <include>text/css</include>
- <include>image/.+</include>
- </includedContentTypes>
- <fileNameMappings>
- <property>
-
<name>^.*showcase.*/([^/]+\.css)$</name>
-
<value>org.richfaces.showcase.css/$1</value>
- </property>
- <property>
-
<name>^.+/([^/]+\.(png|gif|jpg))$</name>
-
<value>org.richfaces.images/$1</value>
- </property>
- <property>
- <name>^.+/([^/]+\.css)$</name>
-
<value>org.richfaces.css/$1</value>
- </property>
- </fileNameMappings>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>jdk5</id>
- <activation>
- <jdk>1.5</jdk>
- </activation>
- <dependencies>
- <dependency>
- <groupId>javax.xml.bind</groupId>
- <artifactId>jaxb-api</artifactId>
- <version>2.2</version>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>release</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <executions>
- <execution>
- <id>jee6</id>
- <phase>package</phase>
- <goals>
- <goal>war</goal>
- </goals>
- <configuration>
-
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <classifier>jee6</classifier>
-
<packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*,WEB-INF/lib/jstl-*,WEB-INF/lib/validation-api-*</packagingExcludes>
-
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*,WEB-INF/lib/jstl-*,WEB-INF/lib/validation-api-*</warSourceExcludes>
- <webResources>
- <resource>
-
<directory>${basedir}/src/main/java</directory>
-
<targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </execution>
- </executions>
- <configuration>
- <classifier>tomcat6</classifier>
- <webResources>
- <resource>
-
<directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
-
- <plugin>
- <artifactId>maven-assembly-plugin</artifactId>
- <executions>
- <execution>
- <id>group-sources</id>
- <goals>
- <goal>single</goal>
- </goals>
- <phase>package</phase>
- <configuration>
- <finalName>sources</finalName>
- <descriptor>assembler.xml</descriptor>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
- <artifactId>maven-jar-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>jar</goal>
- </goals>
- <phase>package</phase>
- <configuration>
-
<classesDirectory>${basedir}/target/sources/sources</classesDirectory>
- <classifier>sources</classifier>
- </configuration>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>jee6</id>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
-
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
- <webResources>
- <resource>
-
<directory>${basedir}/src/main/java</directory>
- <targetPath>/WEB-INF/src</targetPath>
- </resource>
- </webResources>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>jstl</artifactId>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- <profile>
- <id>unpack-gae-sdk</id>
- <activation>
- <property>
- <name>!gae.home</name>
- </property>
- </activation>
- <dependencies>
- <dependency>
- <groupId>com.google.appengine</groupId>
- <artifactId>appengine-java-sdk</artifactId>
- <version>${gae.version}</version>
- <type>zip</type>
- </dependency>
- </dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>net.kindleit</groupId>
- <artifactId>maven-gae-plugin</artifactId>
- <executions>
- <execution>
- <phase>package</phase>
- <goals>
- <goal>unpack</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
-
- <scm>
-
<
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>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+
+ <modelVersion>4.0.0</modelVersion>
+
+ <parent>
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-example-parent</artifactId>
+ <version>4.0.0.20101220-M5</version>
+ <relativePath>../parent/pom.xml</relativePath>
+ </parent>
+
+ <groupId>org.richfaces.examples</groupId>
+ <artifactId>richfaces-showcase</artifactId>
+ <version>4.0.0.20101220-M5</version>
+ <packaging>war</packaging>
+ <name>Richfaces Examples: Richfaces Showcase Application</name>
+
+ <properties>
+ <gae.version>1.4.0</gae.version>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-components-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-components-ui</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.validation</groupId>
+ <artifactId>validation-api</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet.jsp</groupId>
+ <artifactId>jsp-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ </dependency>
+
+ </dependencies>
+
+ <build>
+ <finalName>richfaces-showcase</finalName>
+
+ <plugins>
+ <plugin>
+ <artifactId>maven-checkstyle-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ </plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <version>6.1.18</version>
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <connectors>
+ <connector
implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+ <port>${jetty.port}</port>
+ <maxIdleTime>60000</maxIdleTime>
+ </connector>
+ </connectors>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+ <directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>net.kindleit</groupId>
+ <artifactId>maven-gae-plugin</artifactId>
+ <version>0.7.3</version>
+ <dependencies>
+ <dependency>
+ <groupId>net.kindleit</groupId>
+ <artifactId>gae-runtime</artifactId>
+ <version>${gae.version}</version>
+ <type>pom</type>
+ <exclusions>
+ <exclusion>
+ <groupId>com.google.appengine.orm</groupId>
+ <artifactId>jdo2-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+
+ <profiles>
+ <profile>
+ <id>gae</id>
+ <dependencies>
+ <dependency>
+ <groupId>net.sf.ehcache</groupId>
+ <artifactId>ehcache</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.web</groupId>
+ <artifactId>el-impl</artifactId>
+ <version>2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.el</groupId>
+ <artifactId>el-api</artifactId>
+ <version>2.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jta_1.1_spec</artifactId>
+ <version>1.1.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.geronimo.specs</groupId>
+ <artifactId>geronimo-jpa_3.0_spec</artifactId>
+ <version>1.1.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>xerces</groupId>
+ <artifactId>xercesImpl</artifactId>
+ <version>2.9.1</version>
+ <scope>runtime</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <resources>
+ <resource>
+ <directory>src/main/resources</directory>
+ </resource>
+ <resource>
+ <directory>src/main/resources-gae</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>add-source</id>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>add-source</goal>
+ </goals>
+ <configuration>
+ <sources>
+
<source>src/main/java-gae-jsf-ri</source>
+ </sources>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webResources>
+ <resource>
+
<directory>src/main/webapp-gae</directory>
+ </resource>
+ <resource>
+ <directory>src/main/webapp</directory>
+ </resource>
+ <resource>
+
<directory>${project.build.directory}/generated-resources</directory>
+
<targetPath>static-resources</targetPath>
+ </resource>
+ <resource>
+
<directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-resources-plugin</artifactId>
+ <version>${project.version}</version>
+ <configuration>
+ </configuration>
+ <executions>
+ <execution>
+ <id>process</id>
+ <goals>
+ <goal>process</goal>
+ </goals>
+ <configuration>
+
<outputDir>generated-resources</outputDir>
+ <skins>
+ <skin>blueSky</skin>
+ <skin>classic</skin>
+ <skin>deepMarine</skin>
+ <skin>emeraldTown</skin>
+ <skin>japanCherry</skin>
+ <skin>ruby</skin>
+ <skin>wine</skin>
+ </skins>
+ <includedContentTypes>
+
<include>application/javascript</include>
+ <include>text/css</include>
+ <include>image/.+</include>
+ </includedContentTypes>
+ <fileNameMappings>
+ <property>
+
<name>^.*showcase.*/([^/]+\.css)$</name>
+
<value>org.richfaces.showcase.css/$1</value>
+ </property>
+ <property>
+
<name>^.+/([^/]+\.(png|gif|jpg))$</name>
+
<value>org.richfaces.images/$1</value>
+ </property>
+ <property>
+ <name>^.+/([^/]+\.css)$</name>
+
<value>org.richfaces.css/$1</value>
+ </property>
+ </fileNameMappings>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>jdk5</id>
+ <activation>
+ <jdk>1.5</jdk>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <version>2.2</version>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>release</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <classifier>jee6</classifier>
+
<packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*,WEB-INF/lib/jstl-*,WEB-INF/lib/validation-api-*</packagingExcludes>
+
<warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*,WEB-INF/lib/jstl-*,WEB-INF/lib/validation-api-*</warSourceExcludes>
+ <webResources>
+ <resource>
+
<directory>${basedir}/src/main/java</directory>
+
<targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <classifier>tomcat6</classifier>
+ <webResources>
+ <resource>
+
<directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>group-sources</id>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+ <finalName>sources</finalName>
+ <descriptor>assembler.xml</descriptor>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ <phase>package</phase>
+ <configuration>
+
<classesDirectory>${basedir}/target/sources/sources</classesDirectory>
+ <classifier>sources</classifier>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ <profile>
+ <id>jee6</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+
<webappDirectory>${project.build.directory}/${project.build.finalName}-jee6</webappDirectory>
+ <webResources>
+ <resource>
+
<directory>${basedir}/src/main/java</directory>
+ <targetPath>/WEB-INF/src</targetPath>
+ </resource>
+ </webResources>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>jstl</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ </profile>
+ <profile>
+ <id>unpack-gae-sdk</id>
+ <activation>
+ <property>
+ <name>!gae.home</name>
+ </property>
+ </activation>
+ <dependencies>
+ <dependency>
+ <groupId>com.google.appengine</groupId>
+ <artifactId>appengine-java-sdk</artifactId>
+ <version>${gae.version}</version>
+ <type>zip</type>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>net.kindleit</groupId>
+ <artifactId>maven-gae-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>unpack</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </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...
+ </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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/template/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/examples/validator-demo/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/parent/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -23,13 +23,13 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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/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.M5/parent...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/p...
</scm>
</project>
Modified: branches/4.0.0.M5/pom.xml
===================================================================
--- branches/4.0.0.M5/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5</ur...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/common/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/common/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/common/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/core/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/core/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/cor...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/core/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/cor...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/dist/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/dis...
+
<
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...
</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:49:40 UTC
(rev 20709)
+++ branches/4.0.0.M5/ui/dist/richfaces-components-api/pom.xml 2010-12-21 01:50:29 UTC
(rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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/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...
+
<
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...
</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:49:40 UTC (rev
20709)
+++ branches/4.0.0.M5/ui/dist/richfaces-components-ui/pom.xml 2010-12-21 01:50:29 UTC (rev
20710)
@@ -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.20101220-M5</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.20101220-M5</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/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...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/dnd/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/out...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/dnd/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/out...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/dnd/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/out...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/input/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/input/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/inp...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/input/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/iteration/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/ite...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/iteration/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/ite...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/iteration/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/ite...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/misc/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/mis...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/misc/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.20101220-M5</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/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.M5/ui/mis...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/output/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/out...
+
<
url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20101220-M5/u...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/output/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</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.M5/ui/out...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/output/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/out...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/parent/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.20101220-M5</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -194,8 +194,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.M5/ui/par...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.M5/ui/validator/api/pom.xml
===================================================================
--- branches/4.0.0.M5/ui/validator/api/pom.xml 2010-12-21 01:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/validator/api/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</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.M5/ui/val...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/validator/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20101220-M5</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.M5/ui/val...
+
<
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...
</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:49:40 UTC (rev 20709)
+++ branches/4.0.0.M5/ui/validator/ui/pom.xml 2010-12-21 01:50:29 UTC (rev 20710)
@@ -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.20101220-M5</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -135,8 +135,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.M5/ui/val...
+ <
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...
</scm>
</project>