Author: jbalunas(a)redhat.com
Date: 2010-07-15 18:46:56 -0400 (Thu, 15 Jul 2010)
New Revision: 18109
Modified:
root/pom.xml
Log:
Updated to support tag,branch based builds of M1 & output module
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-07-15 22:27:38 UTC (rev 18108)
+++ root/pom.xml 2010-07-15 22:46:56 UTC (rev 18109)
@@ -72,7 +72,7 @@
<id>tag_based</id>
<properties>
<!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.Alpha2</build-version>
+ <build-version>4.0.0.20100713-M1</build-version>
<richfaces.bom.path>tags/richfaces-bom-${build-version}</richfaces.bom.path>
<richfaces.commons.path>tags/richfaces-commons-${build-version}</richfaces.commons.path>
<richfaces.cdk.path>tags/richfaces-cdk-${build-version}</richfaces.cdk.path>
@@ -80,6 +80,7 @@
<richfaces.ui.core.path>tags/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
<richfaces.ui.iteration.path>tags/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
<richfaces.ui.misc.path>tags/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>tags/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
<richfaces.ui.dist.path>tags/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
<richfaces.archetype.simpleapp.path>tags/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
<richfaces.examples.core-demo.path>tags/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
@@ -92,7 +93,7 @@
<id>branch_based</id>
<properties>
<!-- TODO this can be generalized, and driven by property file, or script -->
- <build-version>4.0.0.Alpha2</build-version>
+ <build-version>4.0.0.20100713-M1</build-version>
<richfaces.bom.path>branches/richfaces-bom-${build-version}</richfaces.bom.path>
<richfaces.commons.path>branches/richfaces-commons-${build-version}</richfaces.commons.path>
<richfaces.cdk.path>branches/richfaces-cdk-${build-version}</richfaces.cdk.path>
@@ -100,6 +101,7 @@
<richfaces.ui.core.path>branches/richfaces-ui-core-${build-version}</richfaces.ui.core.path>
<richfaces.ui.iteration.path>branches/richfaces-ui-iteration-${build-version}</richfaces.ui.iteration.path>
<richfaces.ui.misc.path>branches/richfaces-ui-misc-${build-version}</richfaces.ui.misc.path>
+ <richfaces.ui.output.path>branches/richfaces-ui-output-${build-version}</richfaces.ui.output.path>
<richfaces.ui.dist.path>branches/richfaces-ui-dist-${build-version}</richfaces.ui.dist.path>
<richfaces.archetype.simpleapp.path>branches/richfaces-archetype-simpleapp-${build-version}</richfaces.archetype.simpleapp.path>
<richfaces.examples.core-demo.path>branches/richfaces-core-demo-${build-version}</richfaces.examples.core-demo.path>
Show replies by date