Author: jbalunas(a)redhat.com
Date: 2010-07-13 20:49:06 -0400 (Tue, 13 Jul 2010)
New Revision: 18076
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/parent/pom.xml
root/cdk/trunk/bom/pom.xml
root/commons/trunk/bom/pom.xml
root/core/trunk/bom/pom.xml
root/dist/trunk/pom.xml
root/examples/core-demo/trunk/pom.xml
root/examples/output-demo/trunk/pom.xml
root/examples/richfaces-showcase/trunk/pom.xml
root/ui-sandbox/inputs/trunk/parent/pom.xml
root/ui-sandbox/notify/trunk/bom/pom.xml
root/ui-sandbox/notify/trunk/parent/pom.xml
root/ui-sandbox/schedule/trunk/bom/pom.xml
root/ui-sandbox/schedule/trunk/parent/pom.xml
root/ui/core/trunk/bom/pom.xml
root/ui/core/trunk/parent/pom.xml
root/ui/dist/trunk/bom/pom.xml
root/ui/iteration/trunk/bom/pom.xml
root/ui/iteration/trunk/parent/pom.xml
root/ui/misc/trunk/bom/pom.xml
root/ui/misc/trunk/dist/richfaces-ui-misc-ui/pom.xml
root/ui/misc/trunk/parent/pom.xml
root/ui/output/trunk/bom/pom.xml
root/ui/output/trunk/parent/pom.xml
Log:
Reverted inter-module versions to next development version
Modified:
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml
===================================================================
---
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-07-14
00:19:03 UTC (rev 18075)
+++
root/archetypes/richfaces-archetype-simpleapp/trunk/src/main/resources/archetype-resources/pom.xml 2010-07-14
00:49:06 UTC (rev 18076)
@@ -30,7 +30,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<org.richfaces.ui.version>4.0.0.20100713-M1</org.richfaces.ui.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<build>
Modified:
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml
===================================================================
---
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml 2010-07-14
00:19:03 UTC (rev 18075)
+++
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/bom/pom.xml 2010-07-14
00:49:06 UTC (rev 18076)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified:
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/parent/pom.xml
===================================================================
---
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/parent/pom.xml 2010-07-14
00:19:03 UTC (rev 18075)
+++
root/archetypes/richfaces-components-aggregator/trunk/src/main/resources/archetype-resources/trunk/parent/pom.xml 2010-07-14
00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/cdk/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -17,7 +17,7 @@
<name>JSF Components Development Kit (CDK) bill of materials.</name>
<description>This module defines all versions of CDK projects and their
dependencies.</description>
<properties>
- <org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
+ <org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
</properties>
<scm>
<
connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/root/cdk/t...
Modified: root/commons/trunk/bom/pom.xml
===================================================================
--- root/commons/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/commons/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -39,7 +39,7 @@
<
url>http://www.jboss.org/richfaces</url>
<properties>
-
<org.richfaces.bom.version>4.0.0.20100713-M1</org.richfaces.bom.version>
+
<org.richfaces.bom.version>4.0.0-SNAPSHOT</org.richfaces.bom.version>
</properties>
<!-- Runtime dependency management -->
Modified: root/core/trunk/bom/pom.xml
===================================================================
--- root/core/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/core/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -38,7 +38,7 @@
<
url>http://www.jboss.org/richfaces</url>
<properties>
-
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
+
<org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
</properties>
<!-- Runtime dependency management -->
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/dist/trunk/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -34,12 +34,12 @@
<name>Richfaces Distribution Assembler</name>
<properties>
-
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
-
<org.richfaces.ui.version>4.0.0.20100713-M1</org.richfaces.ui.version>
-
<org.richfaces.examples.core-demo.version>4.0.0.20100713-M1</org.richfaces.examples.core-demo.version>
-
<org.richfaces.examples.richfaces-showcase.version>4.0.0.20100713-M1</org.richfaces.examples.richfaces-showcase.version>
-
<org.richfaces.archetypes.richfaces-archetype-simpleapp.version>4.0.0.20100713-M1</org.richfaces.archetypes.richfaces-archetype-simpleapp.version>
+
<org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
+
<org.richfaces.examples.core-demo.version>4.0.0-SNAPSHOT</org.richfaces.examples.core-demo.version>
+
<org.richfaces.examples.richfaces-showcase.version>4.0.0-SNAPSHOT</org.richfaces.examples.richfaces-showcase.version>
+
<org.richfaces.archetypes.richfaces-archetype-simpleapp.version>4.0.0-SNAPSHOT</org.richfaces.archetypes.richfaces-archetype-simpleapp.version>
</properties>
<dependencies>
Modified: root/examples/core-demo/trunk/pom.xml
===================================================================
--- root/examples/core-demo/trunk/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/examples/core-demo/trunk/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -41,7 +41,7 @@
<jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.ui.core.version>4.0.0.20100713-M1</org.richfaces.ui.core.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
<dependencyManagement>
Modified: root/examples/output-demo/trunk/pom.xml
===================================================================
--- root/examples/output-demo/trunk/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/examples/output-demo/trunk/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -27,7 +27,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-
<org.richfaces.ui.version>4.0.0.20100713-M1</org.richfaces.ui.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<build>
Modified: root/examples/richfaces-showcase/trunk/pom.xml
===================================================================
--- root/examples/richfaces-showcase/trunk/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/examples/richfaces-showcase/trunk/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -24,7 +24,7 @@
<jetty.port>8080</jetty.port>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.ui.version>4.0.0.20100713-M1</org.richfaces.ui.version>
+ <org.richfaces.ui.version>4.0.0-SNAPSHOT</org.richfaces.ui.version>
</properties>
<dependencyManagement>
Modified: root/ui/core/trunk/bom/pom.xml
===================================================================
--- root/ui/core/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/core/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/core/trunk/parent/pom.xml
===================================================================
--- root/ui/core/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/core/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui/dist/trunk/bom/pom.xml
===================================================================
--- root/ui/dist/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/dist/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -38,12 +38,12 @@
<
url>http://www.jboss.org/richfaces</url>
<properties>
-
<org.richfaces.commons.version>4.0.0.20100713-M1</org.richfaces.commons.version>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
-
<org.richfaces.ui.core.version>4.0.0.20100713-M1</org.richfaces.ui.core.version>
-
<org.richfaces.ui.misc.version>4.0.0.20100713-M1</org.richfaces.ui.misc.version>
-
<org.richfaces.ui.iteration.version>4.0.0.20100713-M1</org.richfaces.ui.iteration.version>
-
<org.richfaces.ui.output.version>4.0.0.20100713-M1</org.richfaces.ui.output.version>
+
<org.richfaces.commons.version>4.0.0-SNAPSHOT</org.richfaces.commons.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
+
<org.richfaces.ui.misc.version>4.0.0-SNAPSHOT</org.richfaces.ui.misc.version>
+
<org.richfaces.ui.iteration.version>4.0.0-SNAPSHOT</org.richfaces.ui.iteration.version>
+
<org.richfaces.ui.output.version>4.0.0-SNAPSHOT</org.richfaces.ui.output.version>
</properties>
<!-- Runtime dependency management -->
Modified: root/ui/iteration/trunk/bom/pom.xml
===================================================================
--- root/ui/iteration/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/iteration/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -35,7 +35,7 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/iteration/trunk/parent/pom.xml
===================================================================
--- root/ui/iteration/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/iteration/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui/misc/trunk/bom/pom.xml
===================================================================
--- root/ui/misc/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/misc/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -35,8 +35,8 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
-
<org.richfaces.ui.core.version>4.0.0.20100713-M1</org.richfaces.ui.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/misc/trunk/dist/richfaces-ui-misc-ui/pom.xml
===================================================================
--- root/ui/misc/trunk/dist/richfaces-ui-misc-ui/pom.xml 2010-07-14 00:19:03 UTC (rev
18075)
+++ root/ui/misc/trunk/dist/richfaces-ui-misc-ui/pom.xml 2010-07-14 00:49:06 UTC (rev
18076)
@@ -37,7 +37,7 @@
<properties>
<assembly.projects.group>org.richfaces.ui.misc</assembly.projects.group>
<faces-shade-transformers.version>2</faces-shade-transformers.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencies>
Modified: root/ui/misc/trunk/parent/pom.xml
===================================================================
--- root/ui/misc/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/misc/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -35,8 +35,8 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.ui.core.version>4.0.0.20100713-M1</org.richfaces.ui.core.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui/output/trunk/bom/pom.xml
===================================================================
--- root/ui/output/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/output/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -35,8 +35,8 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
-
<org.richfaces.ui.core.version>4.0.0.20100713-M1</org.richfaces.ui.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
+
<org.richfaces.ui.core.version>4.0.0-SNAPSHOT</org.richfaces.ui.core.version>
</properties>
<dependencyManagement>
Modified: root/ui/output/trunk/parent/pom.xml
===================================================================
--- root/ui/output/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui/output/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/inputs/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/inputs/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui-sandbox/inputs/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/notify/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/notify/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui-sandbox/notify/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -39,7 +39,7 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/notify/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/notify/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui-sandbox/notify/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -40,7 +40,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/schedule/trunk/bom/pom.xml
===================================================================
--- root/ui-sandbox/schedule/trunk/bom/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui-sandbox/schedule/trunk/bom/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -36,7 +36,7 @@
<packaging>pom</packaging>
<properties>
-
<org.richfaces.core.version>4.0.0.20100713-M1</org.richfaces.core.version>
+
<org.richfaces.core.version>4.0.0-SNAPSHOT</org.richfaces.core.version>
</properties>
<dependencyManagement>
Modified: root/ui-sandbox/schedule/trunk/parent/pom.xml
===================================================================
--- root/ui-sandbox/schedule/trunk/parent/pom.xml 2010-07-14 00:19:03 UTC (rev 18075)
+++ root/ui-sandbox/schedule/trunk/parent/pom.xml 2010-07-14 00:49:06 UTC (rev 18076)
@@ -37,7 +37,7 @@
<properties>
<richfaces.checkstyle.version>1</richfaces.checkstyle.version>
-
<org.richfaces.cdk.version>4.0.0.20100713-M1</org.richfaces.cdk.version>
+
<org.richfaces.cdk.version>4.0.0-SNAPSHOT</org.richfaces.cdk.version>
</properties>
<dependencyManagement>