JBoss Rich Faces SVN: r21823 - modules/tests/metamer/tags.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-02-21 06:22:31 -0500 (Mon, 21 Feb 2011)
New Revision: 21823
Added:
modules/tests/metamer/tags/metamer-4.0.0.20110220-CR1/
Log:
[maven-scm] copy for tag metamer-4.0.0.20110220-CR1
14 years, 10 months
JBoss Rich Faces SVN: r21822 - in modules/tests/metamer/trunk: application and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-02-21 06:22:07 -0500 (Mon, 21 Feb 2011)
New Revision: 21822
Modified:
modules/tests/metamer/trunk/application/pom.xml
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
[maven-release-plugin] prepare release metamer-4.0.0.20110220-CR1
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2011-02-21 09:41:23 UTC (rev 21821)
+++ modules/tests/metamer/trunk/application/pom.xml 2011-02-21 11:22:07 UTC (rev 21822)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110220-CR1</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 09:41:23 UTC (rev 21821)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 11:22:07 UTC (rev 21822)
@@ -30,14 +30,14 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-ftest</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110220-CR1</version>
<name>Metamer: RichFaces Testing Application - Functional Test</name>
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/tr...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk/ftest</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
</scm>
<licenses>
@@ -80,8 +80,8 @@
<properties>
<context.path>/metamer/</context.path>
<deployable.classifier>mojarra</deployable.classifier>
- <deployable.version>4.0.0-SNAPSHOT</deployable.version>
- <ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
+ <deployable.version>4.0.0.20110220-CR1</deployable.version>
+ <ftest.source.version>4.0.0.20110220-CR1</ftest.source.version>
<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
<container.home>target/installs/${container.dir.deflatted}/${container.dir.unflatted}</container.home>
<jsf.config>Mojarra-2.0</jsf.config>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2011-02-21 09:41:23 UTC (rev 21821)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2011-02-21 11:22:07 UTC (rev 21822)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110220-CR1</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2011-02-21 09:41:23 UTC (rev 21821)
+++ modules/tests/metamer/trunk/pom.xml 2011-02-21 11:22:07 UTC (rev 21822)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110220-CR1</version>
<packaging>pom</packaging>
<name>Metamer: RichFaces Testing Application - Project Root</name>
@@ -50,9 +50,9 @@
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
</scm>
<distributionManagement>
14 years, 10 months
JBoss Rich Faces SVN: r21821 - in modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest: richAccordionItem and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2011-02-21 04:41:23 -0500 (Mon, 21 Feb 2011)
New Revision: 21821
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordionItem/TestRichAccordionItem.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java
Log:
tests for icons fixed
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java 2011-02-21 09:40:38 UTC (rev 21820)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java 2011-02-21 09:41:23 UTC (rev 21821)
@@ -56,19 +56,19 @@
public class TestRichAccordion extends AbstractMetamerTest {
private JQueryLocator accordion = pjq("div[id$=accordion]");
- private JQueryLocator[] itemHeaders = { pjq("div[id$=item1:header]"), pjq("div[id$=item2:header]"),
- pjq("div[id$=item3:header]"), pjq("div[id$=item4:header]"), pjq("div[id$=item5:header]") };
- private JQueryLocator[] itemContents = { pjq("div[id$=item1:content]"), pjq("div[id$=item2:content]"),
- pjq("div[id$=item3:content]"), pjq("div[id$=item4:content]"), pjq("div[id$=item5:content]") };
- private JQueryLocator[] activeHeaders = { pjq("div[id$=item1:header] div.rf-ac-itm-lbl-act"),
+ private JQueryLocator[] itemHeaders = {pjq("div[id$=item1:header]"), pjq("div[id$=item2:header]"),
+ pjq("div[id$=item3:header]"), pjq("div[id$=item4:header]"), pjq("div[id$=item5:header]")};
+ private JQueryLocator[] itemContents = {pjq("div[id$=item1:content]"), pjq("div[id$=item2:content]"),
+ pjq("div[id$=item3:content]"), pjq("div[id$=item4:content]"), pjq("div[id$=item5:content]")};
+ private JQueryLocator[] activeHeaders = {pjq("div[id$=item1:header] div.rf-ac-itm-lbl-act"),
pjq("div[id$=item2:header] div.rf-ac-itm-lbl-act"), pjq("div[id$=item3:header] div.rf-ac-itm-lbl-act"),
- pjq("div[id$=item4:header] div.rf-ac-itm-lbl-act"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-act") };
- private JQueryLocator[] inactiveHeaders = { pjq("div[id$=item1:header] div.rf-ac-itm-lbl-inact"),
+ pjq("div[id$=item4:header] div.rf-ac-itm-lbl-act"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-act")};
+ private JQueryLocator[] inactiveHeaders = {pjq("div[id$=item1:header] div.rf-ac-itm-lbl-inact"),
pjq("div[id$=item2:header] div.rf-ac-itm-lbl-inact"), pjq("div[id$=item3:header] div.rf-ac-itm-lbl-inact"),
- pjq("div[id$=item4:header] div.rf-ac-itm-lbl-inact"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-inact") };
- private JQueryLocator[] disabledHeaders = { pjq("div[id$=item1:header] div.rf-ac-itm-lbl-dis"),
+ pjq("div[id$=item4:header] div.rf-ac-itm-lbl-inact"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-inact")};
+ private JQueryLocator[] disabledHeaders = {pjq("div[id$=item1:header] div.rf-ac-itm-lbl-dis"),
pjq("div[id$=item2:header] div.rf-ac-itm-lbl-dis"), pjq("div[id$=item3:header] div.rf-ac-itm-lbl-dis"),
- pjq("div[id$=item4:header] div.rf-ac-itm-lbl-dis"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-dis") };
+ pjq("div[id$=item4:header] div.rf-ac-itm-lbl-dis"), pjq("div[id$=item5:header] div.rf-ac-itm-lbl-dis")};
private JQueryLocator leftIcon = pjq("div[id$=item{0}] td.rf-ac-itm-ico");
private JQueryLocator rightIcon = pjq("div[id$=item{0}] td.rf-ac-itm-exp-ico");
@@ -141,7 +141,7 @@
waitGui.failWith("Item 3 is not displayed.").until(isDisplayed.locator(itemContents[2]));
phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES, PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
+ PhaseId.RENDER_RESPONSE);
phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "item changed: item1 -> item3");
}
@@ -227,7 +227,7 @@
// icon=null
for (int i = 1; i < 6; i++) {
assertFalse(selenium.isElementPresent(leftIcon.format(i)), "Left icon of item" + i
- + " should not be present on the page.");
+ + " should not be present on the page.");
}
verifyStandardIcons(input, icon, image, "-hdr");
@@ -242,7 +242,7 @@
// icon=null
for (int i = 1; i < 6; i++) {
assertFalse(selenium.isElementPresent(rightIcon.format(i)), "Right icon of item" + i
- + " should not be present on the page.");
+ + " should not be present on the page.");
}
verifyStandardIcons(input, icon, image, "-hdr");
@@ -338,7 +338,7 @@
waitGui.failWith("Item 2 is not displayed.").until(isDisplayed.locator(itemContents[1]));
waitGui.failWith("onbeforeitemchange attribute does not work correctly").until(
- new EventFiredCondition(new Event("beforeitemchange")));
+ new EventFiredCondition(new Event("beforeitemchange")));
}
@Test
@@ -360,7 +360,7 @@
waitGui.failWith("Item 2 is not displayed.").until(isDisplayed.locator(itemContents[1]));
waitGui.failWith("onitemchange attribute does not work correctly").until(
- new EventFiredCondition(new Event("itemchange")));
+ new EventFiredCondition(new Event("itemchange")));
}
@Test
@@ -478,55 +478,54 @@
selenium.select(input, optionLabel("chevronDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-down" + classSuffix),
- "Div should have set class rf-ico-chevron-down" + classSuffix + ".");
+ "Div should have set class rf-ico-chevron-down" + classSuffix + ".");
assertTrue(
- selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronDown" + imageNameSuffix + ".png"),
- "Icon should contain a chevron down.");
+ selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronDown" + imageNameSuffix + ".png"),
+ "Icon should contain a chevron down.");
selenium.select(input, optionLabel("chevronUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-up" + classSuffix),
- "Div should have set class rf-ico-chevron-up" + classSuffix + ".");
+ "Div should have set class rf-ico-chevron-up" + classSuffix + ".");
assertTrue(
- selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronUp" + imageNameSuffix + ".png"),
- "Icon should contain a chevron up.");
+ selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronUp" + imageNameSuffix + ".png"),
+ "Icon should contain a chevron up.");
selenium.select(input, optionLabel("disc"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-disc" + classSuffix), "Div should have set class rf-ico-disc"
- + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Disc" + imageNameSuffix + ".png"),
- "Icon should contain a disc.");
+ + classSuffix + ".");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("disc" + imageNameSuffix + ".png"),
+ "Icon should contain a disc.");
selenium.select(input, optionLabel("grid"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-grid" + classSuffix), "Div should have set class rf-ico-grid"
- + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Grid" + imageNameSuffix + ".png"),
- "Icon should contain a grid.");
+ + classSuffix + ".");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("grid" + imageNameSuffix + ".png"),
+ "Icon should contain a grid.");
selenium.select(input, optionLabel("triangle"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle" + classSuffix),
- "Div should have set class rf-ico-triangle" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE)
- .contains("Triangle" + imageNameSuffix + ".png"), "Icon should contain a triangle.");
+ "Div should have set class rf-ico-triangle" + classSuffix + ".");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangle" + imageNameSuffix + ".png"), "Icon should contain a triangle.");
selenium.select(input, optionLabel("triangleDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-down" + classSuffix),
- "Div should have set class rf-ico-triangle-down" + classSuffix + ".");
+ "Div should have set class rf-ico-triangle-down" + classSuffix + ".");
assertTrue(
- selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleDown" + imageNameSuffix + ".png"),
- "Icon should contain a triangle down.");
+ selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleDown" + imageNameSuffix + ".png"),
+ "Icon should contain a triangle down.");
selenium.select(input, optionLabel("triangleUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-up" + classSuffix),
- "Div should have set class rf-ico-triangle-up" + classSuffix + ".");
+ "Div should have set class rf-ico-triangle-up" + classSuffix + ".");
assertTrue(
- selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleUp" + imageNameSuffix + ".png"),
- "Icon should contain a triangle up.");
+ selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleUp" + imageNameSuffix + ".png"),
+ "Icon should contain a triangle up.");
selenium.select(input, optionLabel("none"));
selenium.waitForPageToLoad();
@@ -537,13 +536,13 @@
assertFalse(selenium.isElementPresent(icon), "Icon's div should not be present when icon=star.");
assertTrue(selenium.isElementPresent(image), "Icon's image should be rendered.");
assertTrue(selenium.getAttribute(image.getAttribute(Attribute.SRC)).contains("star.png"),
- "Icon's src attribute should contain star.png.");
+ "Icon's src attribute should contain star.png.");
selenium.select(input, optionLabel("nonexisting"));
selenium.waitForPageToLoad();
assertFalse(selenium.isElementPresent(icon), "Icon's div should not be present when icon=nonexisting.");
assertTrue(selenium.isElementPresent(image), "Icon's image should be rendered.");
assertTrue(selenium.getAttribute(image.getAttribute(Attribute.SRC)).contains("nonexisting"),
- "Icon's src attribute should contain nonexisting.");
+ "Icon's src attribute should contain nonexisting.");
}
}
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordionItem/TestRichAccordionItem.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordionItem/TestRichAccordionItem.java 2011-02-21 09:40:38 UTC (rev 21820)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordionItem/TestRichAccordionItem.java 2011-02-21 09:41:23 UTC (rev 21821)
@@ -422,17 +422,17 @@
selenium.select(input, optionLabel("chevronDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-down-hdr" + classSuffix), "Div should have set class rf-ico-chevron-down" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronDown" + imageNameSuffix + ".png"), "Icon should contain a chevron down.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronDown" + imageNameSuffix + ".png"), "Icon should contain a chevron down.");
selenium.select(input, optionLabel("chevronUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-up-hdr" + classSuffix), "Div should have set class rf-ico-chevron-up" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronUp" + imageNameSuffix + ".png"), "Icon should contain a chevron up.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronUp" + imageNameSuffix + ".png"), "Icon should contain a chevron up.");
selenium.select(input, optionLabel("disc"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-disc-hdr" + classSuffix), "Div should have set class rf-ico-disc" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Disc" + imageNameSuffix + ".png"), "Icon should contain a disc.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("disc" + imageNameSuffix + ".png"), "Icon should contain a disc.");
for (int i = 2; i < 6; i++) {
assertFalse(selenium.isElementPresent(leftIcon.format(i)), "Left icon of item" + i + " should not be present on the page.");
@@ -441,22 +441,22 @@
selenium.select(input, optionLabel("grid"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-grid-hdr" + classSuffix), "Div should have set class rf-ico-grid" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Grid" + imageNameSuffix + ".png"), "Icon should contain a grid.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("grid" + imageNameSuffix + ".png"), "Icon should contain a grid.");
selenium.select(input, optionLabel("triangle"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-hdr" + classSuffix), "Div should have set class rf-ico-triangle" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Triangle" + imageNameSuffix + ".png"), "Icon should contain a triangle.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangle" + imageNameSuffix + ".png"), "Icon should contain a triangle.");
selenium.select(input, optionLabel("triangleDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-down-hdr" + classSuffix), "Div should have set class rf-ico-triangle-down" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleDown" + imageNameSuffix + ".png"), "Icon should contain a triangle down.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleDown" + imageNameSuffix + ".png"), "Icon should contain a triangle down.");
selenium.select(input, optionLabel("triangleUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-up-hdr" + classSuffix), "Div should have set class rf-ico-triangle-up" + classSuffix + ".");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleUp" + imageNameSuffix + ".png"), "Icon should contain a triangle up.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleUp" + imageNameSuffix + ".png"), "Icon should contain a triangle up.");
selenium.select(input, optionLabel("none"));
selenium.waitForPageToLoad();
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java 2011-02-21 09:40:38 UTC (rev 21820)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java 2011-02-21 09:41:23 UTC (rev 21821)
@@ -90,7 +90,7 @@
waitGui.failWith("Page was not updated").waitForChange(reqTime, retrieveText.locator(time));
phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES, PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
+ PhaseId.RENDER_RESPONSE);
phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "panel collapsed");
}
@@ -155,9 +155,9 @@
// icon=null
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-up-hdr"),
- "Div should have set class rf-ico-chevron-up-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronUp.png"),
- "Icon should contain a chevron up.");
+ "Div should have set class rf-ico-chevron-up-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronUp.png"),
+ "Icon should contain a chevron up.");
verifyStandardIcons(input, icon, image);
}
@@ -170,9 +170,9 @@
// icon=null
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-down-hdr"),
- "Div should have set class rf-ico-chevron-down-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronDown.png"),
- "Icon should contain a chevron down.");
+ "Div should have set class rf-ico-chevron-down-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronDown.png"),
+ "Icon should contain a chevron down.");
verifyStandardIcons(input, icon, image);
}
@@ -388,48 +388,48 @@
selenium.select(input, optionLabel("chevronDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-down-hdr"),
- "Div should have set class rf-ico-chevron-down-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronDown.png"),
- "Icon should contain a chevron down.");
+ "Div should have set class rf-ico-chevron-down-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronDown.png"),
+ "Icon should contain a chevron down.");
selenium.select(input, optionLabel("chevronUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-chevron-up-hdr"),
- "Div should have set class rf-ico-chevron-up-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("ChevronUp.png"),
- "Icon should contain a chevron up.");
+ "Div should have set class rf-ico-chevron-up-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("chevronUp.png"),
+ "Icon should contain a chevron up.");
selenium.select(input, optionLabel("disc"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-disc-hdr"), "Div should have set class rf-ico-disc-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Disc.png"),
- "Icon should contain a disc.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("disc.png"),
+ "Icon should contain a disc.");
selenium.select(input, optionLabel("grid"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-grid-hdr"), "Div should have set class rf-ico-grid-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Grid.png"),
- "Icon should contain a grid.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("grid.png"),
+ "Icon should contain a grid.");
selenium.select(input, optionLabel("triangle"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-hdr"), "Div should have set class rf-ico-triangle-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("Triangle.png"),
- "Icon should contain a triangle.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangle.png"),
+ "Icon should contain a triangle.");
selenium.select(input, optionLabel("triangleDown"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-down-hdr"),
- "Div should have set class rf-ico-triangle-down-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleDown.png"),
- "Icon should contain a triangle down.");
+ "Div should have set class rf-ico-triangle-down-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleDown.png"),
+ "Icon should contain a triangle down.");
selenium.select(input, optionLabel("triangleUp"));
selenium.waitForPageToLoad();
assertTrue(selenium.belongsClass(icon, "rf-ico-triangle-up-hdr"),
- "Div should have set class rf-ico-triangle-up-hdr.");
- assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("TriangleUp.png"),
- "Icon should contain a triangle up.");
+ "Div should have set class rf-ico-triangle-up-hdr.");
+ assertTrue(selenium.getStyle(icon, CssProperty.BACKGROUND_IMAGE).contains("triangleUp.png"),
+ "Icon should contain a triangle up.");
selenium.select(input, optionLabel("none"));
selenium.waitForPageToLoad();
@@ -440,13 +440,13 @@
assertFalse(selenium.isElementPresent(icon), "Icon's div should not be present when icon=star.");
assertTrue(selenium.isElementPresent(image), "Icon's image should be rendered.");
assertTrue(selenium.getAttribute(image.getAttribute(Attribute.SRC)).contains("star.png"),
- "Icon's src attribute should contain star.png.");
+ "Icon's src attribute should contain star.png.");
selenium.select(input, optionLabel("nonexisting"));
selenium.waitForPageToLoad();
assertFalse(selenium.isElementPresent(icon), "Icon's div should not be present when icon=nonexisting.");
assertTrue(selenium.isElementPresent(image), "Icon's image should be rendered.");
assertTrue(selenium.getAttribute(image.getAttribute(Attribute.SRC)).contains("nonexisting"),
- "Icon's src attribute should contain nonexisting.");
+ "Icon's src attribute should contain nonexisting.");
}
}
14 years, 10 months
JBoss Rich Faces SVN: r21820 - in modules/tests/metamer/trunk/application/src/main: webapp/components/richInputNumberSpinner and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2011-02-21 04:40:38 -0500 (Mon, 21 Feb 2011)
New Revision: 21820
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichInputNumberSpinnerBean.java
modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSpinner/simple.xhtml
Log:
sample for spinner fixed
Modified: modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichInputNumberSpinnerBean.java
===================================================================
--- modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichInputNumberSpinnerBean.java 2011-02-21 09:39:48 UTC (rev 21819)
+++ modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/bean/RichInputNumberSpinnerBean.java 2011-02-21 09:40:38 UTC (rev 21820)
@@ -60,7 +60,6 @@
attributes.setAttribute("maxValue", 10);
attributes.setAttribute("minValue", -10);
attributes.setAttribute("rendered", true);
- attributes.get("rendered").setType(boolean.class);
attributes.setAttribute("step", 1);
attributes.setAttribute("value", 2);
Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSpinner/simple.xhtml
===================================================================
--- modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSpinner/simple.xhtml 2011-02-21 09:39:48 UTC (rev 21819)
+++ modules/tests/metamer/trunk/application/src/main/webapp/components/richInputNumberSpinner/simple.xhtml 2011-02-21 09:40:38 UTC (rev 21820)
@@ -85,7 +85,7 @@
valueChangeListener="#{richBean.valueChangeListener}"
>
- <a4j:ajax render="output" />
+ <a4j:ajax event="change" render="output" />
</rich:inputNumberSpinner>
14 years, 10 months
JBoss Rich Faces SVN: r21819 - in modules/tests/metamer/trunk: ftest and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-02-21 04:39:48 -0500 (Mon, 21 Feb 2011)
New Revision: 21819
Modified:
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
tied on release versions - richfaces:4.0.0.20110220-CR1 and richfaces-selenium:1.5.2.SP5
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 09:36:07 UTC (rev 21818)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 09:39:48 UTC (rev 21819)
@@ -25,7 +25,7 @@
<parent>
<artifactId>functional-test-jboss-ci-template</artifactId>
<groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.2.SP5</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2011-02-21 09:36:07 UTC (rev 21818)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2011-02-21 09:39:48 UTC (rev 21819)
@@ -37,7 +37,7 @@
<dependency>
<artifactId>root</artifactId>
<groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.3-SNAPSHOT</version>
+ <version>1.5.2.SP5</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2011-02-21 09:36:07 UTC (rev 21818)
+++ modules/tests/metamer/trunk/pom.xml 2011-02-21 09:39:48 UTC (rev 21819)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.20110220-CR1</version>
</parent>
<groupId>org.richfaces.tests</groupId>
@@ -124,7 +124,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<richfaces.checkstyle.version>2</richfaces.checkstyle.version>
- <version.richfaces>4.0.0-SNAPSHOT</version.richfaces>
+ <version.richfaces>4.0.0.20110220-CR1</version.richfaces>
</properties>
<dependencyManagement>
14 years, 10 months
JBoss Rich Faces SVN: r21818 - modules/tests/metamer/trunk/ftest.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-02-21 04:36:07 -0500 (Mon, 21 Feb 2011)
New Revision: 21818
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
Log:
profile jboss6x-myfaces will be using jee6-bundled-myfaces metamer's war classifier
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 08:43:44 UTC (rev 21817)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-02-21 09:36:07 UTC (rev 21818)
@@ -442,8 +442,7 @@
<profile>
<id>jboss6x-myfaces</id>
<properties>
- <deployable.classifier>jee6</deployable.classifier>
- <jsf.config>MyFaces-2.0</jsf.config>
+ <deployable.classifier>jee6-bundled-myfaces</deployable.classifier>
</properties>
</profile>
<profile>
14 years, 10 months
JBoss Rich Faces SVN: r21817 - modules/tests/metamer/trunk/ftest/src/test/resources.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-02-21 03:43:44 -0500 (Mon, 21 Feb 2011)
New Revision: 21817
Modified:
modules/tests/metamer/trunk/ftest/src/test/resources/testng.xml
Log:
combined all test groups to one group (All Components)
Modified: modules/tests/metamer/trunk/ftest/src/test/resources/testng.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/src/test/resources/testng.xml 2011-02-21 06:53:36 UTC (rev 21816)
+++ modules/tests/metamer/trunk/ftest/src/test/resources/testng.xml 2011-02-21 08:43:44 UTC (rev 21817)
@@ -1,7 +1,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="seleniumTest">
- <test name="Core Components">
+ <test name="All Components">
<packages>
<package name="org.richfaces.tests.metamer.ftest.a4jActionListener" />
<package name="org.richfaces.tests.metamer.ftest.a4jAjax" />
@@ -18,11 +18,6 @@
<package name="org.richfaces.tests.metamer.ftest.a4jRegion" />
<package name="org.richfaces.tests.metamer.ftest.a4jRepeat" />
<package name="org.richfaces.tests.metamer.ftest.a4jStatus" />
- </packages>
- </test>
-
- <test name="Input Components">
- <packages>
<package name="org.richfaces.tests.metamer.ftest.richAutocomplete" />
<package name="org.richfaces.tests.metamer.ftest.richCalendar" />
<package name="org.richfaces.tests.metamer.ftest.richInplaceInput" />
@@ -30,11 +25,6 @@
<package name="org.richfaces.tests.metamer.ftest.richInputNumberSlider" />
<package name="org.richfaces.tests.metamer.ftest.richInputNumberSpinner" />
<package name="org.richfaces.tests.metamer.ftest.richSelect" />
- </packages>
- </test>
-
- <test name="Iteration Components">
- <packages>
<package name="org.richfaces.tests.metamer.ftest.richCollapsibleSubTable" />
<package name="org.richfaces.tests.metamer.ftest.richCollapsibleSubTableToggler" />
<package name="org.richfaces.tests.metamer.ftest.richColumn" />
@@ -46,11 +36,6 @@
<package name="org.richfaces.tests.metamer.ftest.richTree" />
<package name="org.richfaces.tests.metamer.ftest.richTreeNode" />
<package name="org.richfaces.tests.metamer.ftest.richTreeModelAdaptor" />
- </packages>
- </test>
-
- <test name="Miscellaneous Components">
- <packages>
<package name="org.richfaces.tests.metamer.ftest.hCommandButton" />
<package name="org.richfaces.tests.metamer.ftest.richComponentControl" />
<package name="org.richfaces.tests.metamer.ftest.richDropDownMenu" />
@@ -60,11 +45,6 @@
<package name="org.richfaces.tests.metamer.ftest.richMenuItem" />
<package name="org.richfaces.tests.metamer.ftest.richMenuSeparator" />
<package name="org.richfaces.tests.metamer.ftest.richToggleControl" />
- </packages>
- </test>
-
- <test name="Output Components">
- <packages>
<package name="org.richfaces.tests.metamer.ftest.richAccordion" />
<package name="org.richfaces.tests.metamer.ftest.richAccordionItem" />
<package name="org.richfaces.tests.metamer.ftest.richCollapsiblePanel" />
14 years, 10 months
JBoss Rich Faces SVN: r21816 - in modules/docs/trunk/Component_Reference/src/main/docbook/en-US: extras and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: SeanRogers
Date: 2011-02-21 01:53:36 -0500 (Mon, 21 Feb 2011)
New Revision: 21816
Added:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Old-Validation.xml
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-Validation-JSR-303_validation_annotations.js
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Basic_usage.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Messages.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Validation_triggers.xml_sample
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richvalidator-Messages.png
Modified:
modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Validation.xml
Log:
Added new CSV documentation RFPL-989
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Old-Validation.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Old-Validation.xml (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Old-Validation.xml 2011-02-21 06:53:36 UTC (rev 21816)
@@ -0,0 +1,259 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+]>
+<chapter id="chap-Component_Reference-Validation">
+ <title>Validation</title>
+ <para>
+ This chapter covers those components that validate user input. The components enhance <acronym>JSF</acronym> validation capabilities with Ajax support and the use of <application>Hibernate</application> validators.
+ </para>
+
+ <section id="sect-Component_Reference-Validation-richajaxValidator">
+ <title><sgmltag><rich:ajaxValidator></sgmltag></title>
+ <para>
+ The <sgmltag><rich:ajaxValidator></sgmltag> component provides Ajax validation for <acronym>JSF</acronym> inputs. It is added as a child component to a <acronym>JSF</acronym> tag, and the <varname>event</varname> attribute specifies when to trigger the validation.
+ </para>
+ <example id="exam-Component_Reference-richajaxValidator-richajaxValidator_example">
+ <title><sgmltag><rich:ajaxValidator></sgmltag> example</title>
+ <para>
+ This example shows the use of <sgmltag><rich:ajaxValidator></sgmltag> with standard <acronym>JSF</acronym> validators. The validators check the length of the entered name, and the range of the entered age.
+ </para>
+ <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richajaxValidator-richajaxValidator_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ </example>
+
+ <section id="sect-Component_Reference-richajaxValidator-Custom_validators">
+ <title>Custom validators</title>
+ <para>
+ The <sgmltag><rich:ajaxValidator></sgmltag> component can also work with custom validators made using the <acronym>JSF</acronym> Validation <acronym>API</acronym> in the <package>javax.faces.validator</package> package, or with Hibernate Validator. Refer to the <citetitle>Hibernate Validator documentation</citetitle> for details on how to use Hibernate Validator.
+ </para>
+ <example id="exam-Component_Reference-richajaxValidator-Using_richajaxValidator_with_Hibernate_Validator">
+ <title>Using <sgmltag><rich:ajaxValidator></sgmltag> with Hibernate Validator</title>
+ <para>
+ This example shows the use of <sgmltag><rich:ajaxValidator></sgmltag> with Hibernate Validator. It validates the entered name, email, and age.
+ </para>
+ <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richajaxValidator-Using_richajaxValidator_with_Hibernate_Validator-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <para>
+ The validation is performed using the <classname>ValidationBean</classname> class:
+ </para>
+ <programlisting language="Java" role="JAVA"><xi:include href="extras/exam-Component_Reference-ValidationBean.js" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <blockquote>
+ <figure id="figu-Component_Reference-Using_richajaxValidator_with_Hibernate_Validator-richajaxValidator_example_result">
+ <title><sgmltag><rich:ajaxValidator></sgmltag> example result</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/figu-Component_Reference-richajaxValidator-richajaxValidator_example_result.png" format="PNG" width="444" />
+ </imageobject>
+ <textobject>
+ <para>
+ The result of the <sgmltag><rich:ajaxValidator></sgmltag> example: three text entry fields with corresponding validation messages.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </blockquote>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richajaxValidator-Reference_data">
+ <title>Reference data</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <parameter>component-type</parameter>: <classname>org.richfaces.ajaxValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-class</parameter>: <classname>org.richfaces.component.html.HtmlajaxValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-family</parameter>: <classname>org.richfaces.ajaxValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>renderer-type</parameter>: <classname>org.richfaces.ajaxValidatorRenderer</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.ajaxValidatorTag</classname>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ </section>
+
+ <section id="sect-Component_Reference-Validation-richbeanValidator">
+ <title><sgmltag><rich:beanValidator></sgmltag></title>
+ <para>
+ The <sgmltag><rich:beanValidator></sgmltag> component provides model-based constraints using Hibernate Validator. This allows Hibernate Validator to be used similar to its use with Seam-based applications.
+ </para>
+ <section id="sect-Component_Reference-richbeanValidator-Basic_usage">
+ <title>Basic usage</title>
+ <para>
+ The <varname>summary</varname> attribute is used for displaying messages about validation errors.
+ </para>
+ <example id="exam-Component_Reference-richbeanValidator-richbeanValidator_example">
+ <title><sgmltag><rich:beanValidator></sgmltag> example</title>
+ <para>
+ This example shows the bean-based validation of a simple form, containing the user's name, email, and age. The <sgmltag><rich:beanValidator></sgmltag> component is defined in the same way as for <acronym>JSF</acronym> validators.
+ </para>
+ <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richbeanValidator-richbeanValidator_example-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <para>
+ The accompanying bean contains the validation data:
+ </para>
+ <programlisting language="Java" role="JAVA"><xi:include href="extras/exam-Component_Reference-ValidationBean.js" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <blockquote>
+ <figure id="figu-Component_Reference-richbeanValidator_example-richbeanValidator_example_result">
+ <title><sgmltag><rich:beanValidator></sgmltag> example result</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/figu-Component_Reference-richbeanValidator-richbeanValidator_example_result.png" format="PNG" width="444" />
+ </imageobject>
+ <textobject>
+ <para>
+ The result of the <sgmltag><rich:beanValidator></sgmltag> example: three text entry fields with corresponding validation messages.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </blockquote>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richbeanValidator-Reference_data">
+ <title>Reference data</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <parameter>component-type</parameter>: <classname>org.richfaces.beanValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-class</parameter>: <classname>org.richfaces.component.html.HtmlbeanValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-family</parameter>: <classname>org.richfaces.beanValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>renderer-type</parameter>: <classname>org.richfaces.beanValidatorRenderer</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.beanValidatorTag</classname>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ </section>
+
+ <section id="sect-Component_Reference-Validation-richgraphValidator">
+ <title><sgmltag><rich:graphValidator></sgmltag></title>
+ <para>
+ The <sgmltag><rich:graphValidator></sgmltag> component is used to wrap a group of input components for overall validation with Hibernate Validators. This is different from the <sgmltag><rich:beanValidator></sgmltag> component, which is used as a child element to individual input components.
+ </para>
+
+ <section id="sect-Component_Reference-richgraphValidator-Basic_usage">
+ <title>Basic usage</title>
+ <para>
+ The <varname>summary</varname> attribute is used for displaying messages about validation errors.
+ </para>
+ <example id="exam-Component_Reference-richgraphValidator-richgraphValidator_example">
+ <title><sgmltag><rich:graphValidator></sgmltag> example</title>
+ <para>
+ This example shows the validation of a simple form, containing the user's name, email, and age. The <sgmltag><rich:graphValidator></sgmltag> component wraps the input components to validate them together.
+ </para>
+ <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richgraphValidator-richgraphValidator_example-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <para>
+ The accompanying bean contains the validation data:
+ </para>
+ <programlisting language="Java" role="JAVA"><xi:include href="extras/exam-Component_Reference-ValidationBean.js" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <blockquote>
+ <figure id="figu-Component_Reference-richgraphValidator_example-richgraphValidator_example_result">
+ <title><sgmltag><rich:graphValidator></sgmltag> example result</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/figu-Component_Reference-richgraphValidator-richgraphValidator_example_result.png" format="PNG" width="444" />
+ </imageobject>
+ <textobject>
+ <para>
+ The result of the <sgmltag><rich:graphValidator></sgmltag> example: three text entry fields with corresponding validation messages.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </blockquote>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richgraphValidator-Bean_values">
+ <title>Bean values</title>
+ <para>
+ The optional <varname>value</varname> attribute can be used to define a value bound to the bean. The bean properties are then validated again <emphasis>after</emphasis> the model has been updated.
+ </para>
+ <example id="exam-Component_Reference-richgraphValidator-Using_the_value_attribute">
+ <title>Using the <varname>value</varname> attribute</title>
+
+ <programlisting language="XML" role="XML">
+ <xi:include href="extras/exam-Component_Reference-richgraphValidator-Using_the_value_attribute.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ </programlisting>
+ <blockquote>
+ <figure id="figu-Component_Reference-Using_the_value_attribute-Result_from_using_the_value_attribute">
+ <title>Result from using the <varname>value</varname> attribute</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/figu-Component_Reference-richgraphValidator-Result_from_using_the_value_attribute.png" format="PNG" width="444" />
+ </imageobject>
+ <textobject>
+ <para>
+ The result from the example of using the <varname>value</varname> attribute with <sgmltag><rich:graphValidator></sgmltag>. The values in the number spinners need to validate before being stored.
+ </para>
+ </textobject>
+ </mediaobject>
+ </figure>
+ </blockquote>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richgraphValidator-Reference_data">
+ <title>Reference data</title>
+ <itemizedlist>
+ <listitem>
+ <para>
+ <parameter>component-type</parameter>: <classname>org.richfaces.graphValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-class</parameter>: <classname>org.richfaces.component.html.HtmlgraphValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>component-family</parameter>: <classname>org.richfaces.graphValidator</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>renderer-type</parameter>: <classname>org.richfaces.graphValidatorRenderer</classname>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.graphValidatorTag</classname>
+ </para>
+ </listitem>
+ </itemizedlist>
+ </section>
+ </section>
+
+</chapter>
+
Modified: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Validation.xml
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Validation.xml 2011-02-20 17:43:14 UTC (rev 21815)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/chap-Component_Reference-Validation.xml 2011-02-21 06:53:36 UTC (rev 21816)
@@ -4,151 +4,125 @@
<chapter id="chap-Component_Reference-Validation">
<title>Validation</title>
<para>
- This chapter covers those components that validate user input. The components enhance <acronym>JSF</acronym> validation capabilities with Ajax support and the use of <application>Hibernate</application> validators.
+ JavaServer Faces 2 provides built-in support for bean validation as per the Java Specification Request JSR-303 standard. As such, containers must validate model objects. Validation is performed at different application tiers according to annotation-based constraints. Refer to <ulink url="http://jcp.org/en/jsr/detail?id=303">http://jcp.org/en/jsr/detail?id=303</ulink> for further details on the JSR-303 specification.
</para>
+ <para>
+ <xref linkend="exam-Component_Reference-Validation-JSR-303_validation_annotations" /> shows an example JSF managed bean. The bean includes JSR-303 annotations for validation. Validation annotations defined in this way are registered on components bound to the bean properties, and validation is triggered in the <emphasis>Process Validation</emphasis> phase.
+ </para>
+ <example id="exam-Component_Reference-Validation-JSR-303_validation_annotations">
+ <title>JSR-303 validation annotations</title>
+ <programlisting language="XML" role="XML"><xi:include parse="text" href="extras/exam-Component_Reference-Validation-JSR-303_validation_annotations.js" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ </example>
+ <para>
+ However, this built-in validation is only applied on the server side. RichFaces Client-Side Validation provides validation on the client side without the need to reproduce the server-side annotations. RichFaces Client-Side Validation consists of the <sgmltag><rich:validator></sgmltag> and <sgmltag><rich:graphValidator></sgmltag> behaviors.
+ </para>
+ <note>
+ <title>Requirements</title>
+ <para>
+ Bean validation in both JavaServer Faces and RichFaces requires the <emphasis>JSR-303</emphasis> implementation. The implementation is bundled with <productname>JEE 6 Application Server</productname>.
+ </para>
+ <para>
+ If using <productname>Tomcat</productname> or another simple servlet container, add the <filename>validation-api</filename> Java Archive and a validation provider (such as <productname>Hibernate Validator</productname>) to your application libraries.
+ </para>
+ </note>
- <section id="sect-Component_Reference-Validation-richajaxValidator">
- <title><sgmltag><rich:ajaxValidator></sgmltag></title>
+ <section id="sect-Component_Reference-Validation-richvalidator">
+ <title><sgmltag><rich:validator></sgmltag></title>
<para>
- The <sgmltag><rich:ajaxValidator></sgmltag> component provides Ajax validation for <acronym>JSF</acronym> inputs. It is added as a child component to a <acronym>JSF</acronym> tag, and the <varname>event</varname> attribute specifies when to trigger the validation.
+ The <sgmltag><rich:validator></sgmltag> behavior adds client-side validation to a control based on registered server-side validators. The <sgmltag><rich:validator></sgmltag> behavior triggers all client validator annotations listed in the relevant managed bean.
</para>
- <example id="exam-Component_Reference-richajaxValidator-richajaxValidator_example">
- <title><sgmltag><rich:ajaxValidator></sgmltag> example</title>
+
+ <section id="sect-Component_Reference-richvalidator-Basic_usage">
+ <title>Basic usage</title>
<para>
- This example shows the use of <sgmltag><rich:ajaxValidator></sgmltag> with standard <acronym>JSF</acronym> validators. The validators check the length of the entered name, and the range of the entered age.
+ The <sgmltag><rich:validator></sgmltag> behavior is added as a child element to any input control. The value of the input control must reference a managed bean. The <sgmltag><rich:validator></sgmltag> behavior validates the content of the input control on the client-side based on registered server-side validators included in the managed bean.
</para>
- <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richajaxValidator-richajaxValidator_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- </example>
-
- <section id="sect-Component_Reference-richajaxValidator-Custom_validators">
- <title>Custom validators</title>
+ <example id="exam-Component_Reference-richvalidator-Basic_usage">
+ <title>Basic usage</title>
+ <programlisting language="XML" role="XML"><xi:include parse="text" href="extras/exam-Component_Reference-richvalidator-Basic_usage.xml_sample" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <para>
+ The <sgmltag><rich:validator></sgmltag> behavior is added to an <sgmltag><h:inputText></sgmltag> control. The validator uses the registered server-side validators included in the managed bean referenced by the input control.
+ </para>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richvalidator-Messages_from_client-side_validators">
+ <title>Messages from client-side validators</title>
<para>
- The <sgmltag><rich:ajaxValidator></sgmltag> component can also work with custom validators made using the <acronym>JSF</acronym> Validation <acronym>API</acronym> in the <package>javax.faces.validator</package> package, or with Hibernate Validator. Refer to the <citetitle>Hibernate Validator documentation</citetitle> for details on how to use Hibernate Validator.
+ Use the <sgmltag><rich:message></sgmltag> and <sgmltag><rich:messages></sgmltag> components to display validation messages. The <varname>for</varname> attribute of the <sgmltag><rich:message></sgmltag> component references the <varname>id</varname> identifier of the input control being validated.
</para>
- <example id="exam-Component_Reference-richajaxValidator-Using_richajaxValidator_with_Hibernate_Validator">
- <title>Using <sgmltag><rich:ajaxValidator></sgmltag> with Hibernate Validator</title>
+ <example id="exam-Component_Reference-richvalidator-Messages">
+ <title>Messages</title>
+ <programlisting language="XML" role="XML"><xi:include parse="text" href="extras/exam-Component_Reference-richvalidator-Messages.xml_sample" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
<para>
- This example shows the use of <sgmltag><rich:ajaxValidator></sgmltag> with Hibernate Validator. It validates the entered name, email, and age.
+ Failed validation checks are reported using <sgmltag><rich:message></sgmltag> components. The validation annotations in the managed bean are outlined in <xref linkend="exam-Component_Reference-Validation-JSR-303_validation_annotations" />.
</para>
- <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richajaxValidator-Using_richajaxValidator_with_Hibernate_Validator-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/figu-Component_Reference-richvalidator-Messages.png" format="PNG" />
+ </imageobject>
+ <textobject>
+ <para>
+ Failed validation checks are reported using <sgmltag><rich:message></sgmltag> components.
+ </para>
+ </textobject>
+ </mediaobject>
+ </example>
+ </section>
+
+ <section id="sect-Component_Reference-richvalidator-Validation_triggers">
+ <title>Validation triggers</title>
+ <para>
+ Use the <varname>event</varname> attribute to specify which event on the input control triggers the validation process. By default, the <sgmltag><rich:validator></sgmltag> behavior triggers validation when the input control is changed (<code>event="change"</code>).
+ </para>
+ <example id="exam-Component_Reference-richvalidator-Validation_triggers">
+ <title>Validation triggers</title>
+ <programlisting language="XML" role="XML"><xi:include parse="text" href="extras/exam-Component_Reference-richvalidator-Validation_triggers.xml_sample" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
<para>
- The validation is performed using the <classname>ValidationBean</classname> class:
+ The <varname>event</varname> attribute is changed to the <literal>keyup</literal> event, such that validation takes place after each key press.
</para>
- <programlisting language="Java" role="JAVA"><xi:include href="extras/exam-Component_Reference-ValidationBean.js" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-Using_richajaxValidator_with_Hibernate_Validator-richajaxValidator_example_result">
- <title><sgmltag><rich:ajaxValidator></sgmltag> example result</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richajaxValidator-richajaxValidator_example_result.png" format="PNG" width="444" />
- </imageobject>
- <textobject>
- <para>
- The result of the <sgmltag><rich:ajaxValidator></sgmltag> example: three text entry fields with corresponding validation messages.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
</example>
</section>
-
- <section id="sect-Component_Reference-richajaxValidator-Reference_data">
- <title>Reference data</title>
- <itemizedlist>
- <listitem>
- <para>
- <parameter>component-type</parameter>: <classname>org.richfaces.ajaxValidator</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>component-class</parameter>: <classname>org.richfaces.component.html.HtmlajaxValidator</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>component-family</parameter>: <classname>org.richfaces.ajaxValidator</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>renderer-type</parameter>: <classname>org.richfaces.ajaxValidatorRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.ajaxValidatorTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- </section>
- </section>
-
- <section id="sect-Component_Reference-Validation-richbeanValidator">
- <title><sgmltag><rich:beanValidator></sgmltag></title>
- <para>
- The <sgmltag><rich:beanValidator></sgmltag> component provides model-based constraints using Hibernate Validator. This allows Hibernate Validator to be used similar to its use with Seam-based applications.
- </para>
- <section id="sect-Component_Reference-richbeanValidator-Basic_usage">
- <title>Basic usage</title>
+
+ <section id="sect-Component_Reference-richvalidator-Fall-backs">
+ <title>Fall-backs</title>
<para>
- The <varname>summary</varname> attribute is used for displaying messages about validation errors.
+ If no client-side validation method exists for a registered server-side validator, Ajax fall-back is used. The <sgmltag><rich:validator></sgmltag> behavior invokes all available client-side validators. If all the client-side validators return valid, RichFaces performs an Ajax request to invoke the remaining validators on the server side.
</para>
- <example id="exam-Component_Reference-richbeanValidator-richbeanValidator_example">
- <title><sgmltag><rich:beanValidator></sgmltag> example</title>
+ <note>
+ <title>JSF client-side validators</title>
<para>
- This example shows the bean-based validation of a simple form, containing the user's name, email, and age. The <sgmltag><rich:beanValidator></sgmltag> component is defined in the same way as for <acronym>JSF</acronym> validators.
+ JSF client-side validators, such as <sgmltag><f:validateLength></sgmltag> and <sgmltag><f:validateDoubleRange></sgmltag> validators, can be declared alongside <sgmltag><rich:validator></sgmltag> behaviors. However, because this duplicates the validation processes at both the view and model level, it is not recommended.
</para>
- <programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richbeanValidator-richbeanValidator_example-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- <para>
- The accompanying bean contains the validation data:
- </para>
- <programlisting language="Java" role="JAVA"><xi:include href="extras/exam-Component_Reference-ValidationBean.js" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-richbeanValidator_example-richbeanValidator_example_result">
- <title><sgmltag><rich:beanValidator></sgmltag> example result</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richbeanValidator-richbeanValidator_example_result.png" format="PNG" width="444" />
- </imageobject>
- <textobject>
- <para>
- The result of the <sgmltag><rich:beanValidator></sgmltag> example: three text entry fields with corresponding validation messages.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
- </example>
+ </note>
</section>
- <section id="sect-Component_Reference-richbeanValidator-Reference_data">
+ <section id="sect-Component_Reference-richvalidator-Reference_data">
<title>Reference data</title>
<itemizedlist>
<listitem>
<para>
- <parameter>component-type</parameter>: <classname>org.richfaces.beanValidator</classname>
+ <parameter>component-type</parameter>: <classname>org.richfaces.validator</classname>
</para>
</listitem>
<listitem>
<para>
- <parameter>component-class</parameter>: <classname>org.richfaces.component.html.HtmlbeanValidator</classname>
+ <parameter>component-class</parameter>: <classname>org.richfaces.component.html.Htmlvalidator</classname>
</para>
</listitem>
<listitem>
<para>
- <parameter>component-family</parameter>: <classname>org.richfaces.beanValidator</classname>
+ <parameter>component-family</parameter>: <classname>org.richfaces.validator</classname>
</para>
</listitem>
<listitem>
<para>
- <parameter>renderer-type</parameter>: <classname>org.richfaces.beanValidatorRenderer</classname>
+ <parameter>renderer-type</parameter>: <classname>org.richfaces.validatorRenderer</classname>
</para>
</listitem>
<listitem>
<para>
- <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.beanValidatorTag</classname>
+ <parameter>tag-class</parameter>: <classname>org.richfaces.taglib.validatorTag</classname>
</para>
</listitem>
</itemizedlist>
@@ -158,7 +132,7 @@
<section id="sect-Component_Reference-Validation-richgraphValidator">
<title><sgmltag><rich:graphValidator></sgmltag></title>
<para>
- The <sgmltag><rich:graphValidator></sgmltag> component is used to wrap a group of input components for overall validation with Hibernate Validators. This is different from the <sgmltag><rich:beanValidator></sgmltag> component, which is used as a child element to individual input components.
+ The <sgmltag><rich:graphValidator></sgmltag> behavior is used to wrap a group of input components for overall validation with Hibernate Validators. <!--This is different from the <sgmltag><rich:beanValidator></sgmltag> component, which is used as a child element to individual input components.-->
</para>
<section id="sect-Component_Reference-richgraphValidator-Basic_usage">
@@ -169,7 +143,7 @@
<example id="exam-Component_Reference-richgraphValidator-richgraphValidator_example">
<title><sgmltag><rich:graphValidator></sgmltag> example</title>
<para>
- This example shows the validation of a simple form, containing the user's name, email, and age. The <sgmltag><rich:graphValidator></sgmltag> component wraps the input components to validate them together.
+ This example shows the validation of a simple form, containing the user's name, email, and age. The <sgmltag><rich:graphValidator></sgmltag> behavior wraps the input components to validate them together.
</para>
<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richgraphValidator-richgraphValidator_example-0.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
<para>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-Validation-JSR-303_validation_annotations.js
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-Validation-JSR-303_validation_annotations.js (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-Validation-JSR-303_validation_annotations.js 2011-02-21 06:53:36 UTC (rev 21816)
@@ -0,0 +1,22 @@
+import javax.validation.constraints.Max;
+import javax.validation.constraints.Min;
+import javax.validation.constraints.Pattern;
+import javax.validation.constraints.Size;
+
+@ManagedBean
+@RequestScoped
+public class UserBean {
+
+ @Size(min=3, max=12)
+ private String name = null;
+
+ @Pattern(regexp = "^[\\w\\-]([\\.\\w])+[\\w]+(a)([\\w\\-]+\\.)+[a-zA-Z]{2,4}$" , message="Bad email")
+ private String email = null;
+
+ @Min(value = 18)
+ @Max(value = 99)
+ private Integer age;
+
+//...
+//Getters and Setters
+}
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Basic_usage.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Basic_usage.xml_sample (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Basic_usage.xml_sample 2011-02-21 06:53:36 UTC (rev 21816)
@@ -0,0 +1,3 @@
+<h:inputText value="#{userBean.name}">
+ <rich:validator/>
+</h:inputText>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Messages.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Messages.xml_sample (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Messages.xml_sample 2011-02-21 06:53:36 UTC (rev 21816)
@@ -0,0 +1,29 @@
+<rich:panel header="User information">
+ <h:panelGrid columns="3">
+
+ <h:outputText value="Name:" />
+ <h:inputText value="#{validationBean.name}" id="name">
+ <rich:validator />
+ </h:inputText>
+ <rich:message for="name" />
+
+ <h:outputText value="Email" />
+ <h:inputText value="#{validationBean.email}" id="email">
+ <rich:validator />
+ </h:inputText>
+ <rich:message for="email" />
+
+ <h:outputText value="Age" />
+ <h:inputText value="#{validationBean.age}" id="age">
+ <rich:validator />
+ </h:inputText>
+ <rich:message for="age" />
+
+ <h:outputText value="I agree the terms" />
+ <h:selectBooleanCheckbox value="#{validationBean.agree}" id="agree">
+ <rich:validator/>
+ </h:selectBooleanCheckbox>
+ <rich:message for="agree" />
+
+ </h:panelGrid>
+</rich:panel>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Validation_triggers.xml_sample
===================================================================
--- modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Validation_triggers.xml_sample (rev 0)
+++ modules/docs/trunk/Component_Reference/src/main/docbook/en-US/extras/exam-Component_Reference-richvalidator-Validation_triggers.xml_sample 2011-02-21 06:53:36 UTC (rev 21816)
@@ -0,0 +1,3 @@
+<h:inputText value="#{userBean.name}">
+ <rich:validator event="keyup"/>
+</h:inputText>
Added: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richvalidator-Messages.png
===================================================================
(Binary files differ)
Property changes on: modules/docs/trunk/Component_Reference/src/main/docbook/en-US/images/figu-Component_Reference-richvalidator-Messages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
14 years, 10 months
JBoss Rich Faces SVN: r21815 - in trunk: archetypes and 76 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-20 12:43:14 -0500 (Sun, 20 Feb 2011)
New Revision: 21815
Modified:
trunk/archetypes/pom.xml
trunk/archetypes/rf-gae-sample/pom.xml
trunk/archetypes/richfaces-archetype-simpleapp/pom.xml
trunk/archetypes/richfaces-component-short/pom.xml
trunk/archetypes/richfaces-component-short/readme.txt
trunk/archetypes/richfaces-component-short/src/main/resources/META-INF/maven/archetype-metadata.xml
trunk/archetypes/richfaces-component/pom.xml
trunk/archetypes/richfaces-component/readme.txt
trunk/archetypes/richfaces-component/src/main/resources/META-INF/maven/archetype-metadata.xml
trunk/archetypes/richfaces-components-aggregator/pom.xml
trunk/archetypes/richfaces-components-aggregator/readme.txt
trunk/archetypes/richfaces-components-aggregator/src/main/resources/META-INF/maven/archetype-metadata.xml
trunk/bom/pom.xml
trunk/cdk/annotations/pom.xml
trunk/cdk/attributes/pom.xml
trunk/cdk/commons/pom.xml
trunk/cdk/dist/pom.xml
trunk/cdk/generator/pom.xml
trunk/cdk/generator/src/main/resources/META-INF/templates/behavior.ftl
trunk/cdk/generator/src/main/resources/META-INF/templates/component.ftl
trunk/cdk/generator/src/main/resources/META-INF/templates/converter.ftl
trunk/cdk/generator/src/main/resources/META-INF/templates/sourceInterface.ftl
trunk/cdk/generator/src/main/resources/META-INF/templates/validator.ftl
trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedBehavior.java
trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedComponent.java
trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedConverter.java
trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedValidator.java
trunk/cdk/maven-cdk-plugin/pom.xml
trunk/cdk/maven-cdk-plugin/src/it/annotated-component/pom.xml
trunk/cdk/maven-cdk-plugin/src/it/renderer-template-test/pom.xml
trunk/cdk/maven-cdk-plugin/src/it/xml-configured-component/pom.xml
trunk/cdk/maven-javascript-plugin/pom.xml
trunk/cdk/maven-resources-plugin/pom.xml
trunk/cdk/maven-resources-plugin/src/it/richfaces-application/pom.xml
trunk/cdk/parent/pom.xml
trunk/cdk/pom.xml
trunk/cdk/xinclude/pom.xml
trunk/core/api/pom.xml
trunk/core/impl/pom.xml
trunk/core/impl/src/main/java/org/richfaces/VersionBean.java
trunk/core/legacy-tests/pom.xml
trunk/core/parent/pom.xml
trunk/core/pom.xml
trunk/dist/pom.xml
trunk/examples/core-demo/pom.xml
trunk/examples/dnd-demo/pom.xml
trunk/examples/input-demo/pom.xml
trunk/examples/irc-client/pom.xml
trunk/examples/iteration-demo/pom.xml
trunk/examples/misc-demo/pom.xml
trunk/examples/output-demo/pom.xml
trunk/examples/parent/pom.xml
trunk/examples/pom.xml
trunk/examples/push-demo/pom.xml
trunk/examples/repeater-demo/pom.xml
trunk/examples/richfaces-showcase/pom.xml
trunk/examples/template/pom.xml
trunk/examples/validator-demo/pom.xml
trunk/parent/pom.xml
trunk/pom.xml
trunk/ui/common/api/pom.xml
trunk/ui/common/pom.xml
trunk/ui/common/ui/pom.xml
trunk/ui/core/api/pom.xml
trunk/ui/core/pom.xml
trunk/ui/core/ui/pom.xml
trunk/ui/dist/pom.xml
trunk/ui/dist/richfaces-components-api/pom.xml
trunk/ui/dist/richfaces-components-ui/pom.xml
trunk/ui/dnd/api/pom.xml
trunk/ui/dnd/pom.xml
trunk/ui/dnd/ui/pom.xml
trunk/ui/input/api/pom.xml
trunk/ui/input/pom.xml
trunk/ui/input/ui/pom.xml
trunk/ui/iteration/api/pom.xml
trunk/ui/iteration/pom-tables.xml
trunk/ui/iteration/pom.xml
trunk/ui/iteration/ui/pom-list.xml
trunk/ui/iteration/ui/pom.xml
trunk/ui/misc/pom.xml
trunk/ui/misc/ui/pom.xml
trunk/ui/output/api/pom.xml
trunk/ui/output/pom.xml
trunk/ui/output/ui/pom.xml
trunk/ui/parent/pom.xml
trunk/ui/pom.xml
trunk/ui/validator/api/pom.xml
trunk/ui/validator/pom.xml
trunk/ui/validator/ui/pom.xml
Log:
Updated /trunk to next 4.1.0-SNAPSHOT version
Modified: trunk/archetypes/pom.xml
===================================================================
--- trunk/archetypes/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -30,7 +30,7 @@
<groupId>org.richfaces.archetypes</groupId>
<artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Archetypes: Aggregator</name>
Modified: trunk/archetypes/rf-gae-sample/pom.xml
===================================================================
--- trunk/archetypes/rf-gae-sample/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/rf-gae-sample/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: GAE Application</name>
Modified: trunk/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- trunk/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Simple Application</name>
Modified: trunk/archetypes/richfaces-component/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component</name>
Modified: trunk/archetypes/richfaces-component/readme.txt
===================================================================
--- trunk/archetypes/richfaces-component/readme.txt 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component/readme.txt 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,7 +25,7 @@
name : <name>
groupId : org.richfaces.ui.<category>
artifact : <category>-<name>
- version : 4.0.0-SNAPSHOT
+ version : 4.1.0-SNAPSHOT
TODO link to wiki page
TODO example with panels
\ No newline at end of file
Modified: trunk/archetypes/richfaces-component/src/main/resources/META-INF/maven/archetype-metadata.xml
===================================================================
--- trunk/archetypes/richfaces-component/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -36,7 +36,7 @@
<defaultValue>${category}-${name}</defaultValue>
</requiredProperty>
<requiredProperty key="version">
- <defaultValue>4.0.0-SNAPSHOT</defaultValue>
+ <defaultValue>4.1.0-SNAPSHOT</defaultValue>
</requiredProperty>
</requiredProperties>
Modified: trunk/archetypes/richfaces-component-short/pom.xml
===================================================================
--- trunk/archetypes/richfaces-component-short/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component-short/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component Short</name>
Modified: trunk/archetypes/richfaces-component-short/readme.txt
===================================================================
--- trunk/archetypes/richfaces-component-short/readme.txt 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component-short/readme.txt 2011-02-20 17:43:14 UTC (rev 21815)
@@ -16,7 +16,7 @@
name : <name>
groupId : org.richfaces.ui.<category>
artifact : <category>-<name>
- version : 4.0.0-SNAPSHOT
+ version : 4.1.0-SNAPSHOT
TODO link to wiki page
TODO example with panels
\ No newline at end of file
Modified: trunk/archetypes/richfaces-component-short/src/main/resources/META-INF/maven/archetype-metadata.xml
===================================================================
--- trunk/archetypes/richfaces-component-short/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-component-short/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -36,7 +36,7 @@
<defaultValue>${name}-ui</defaultValue>
</requiredProperty>
<requiredProperty key="version">
- <defaultValue>4.0.0-SNAPSHOT</defaultValue>
+ <defaultValue>4.1.0-SNAPSHOT</defaultValue>
</requiredProperty>
</requiredProperties>
Modified: trunk/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-components-aggregator/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Components Aggregator</name>
Modified: trunk/archetypes/richfaces-components-aggregator/readme.txt
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/readme.txt 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-components-aggregator/readme.txt 2011-02-20 17:43:14 UTC (rev 21815)
@@ -27,7 +27,7 @@
category : <category>
groupId : org.richfaces.ui.<category>
artifact : <category>-<name>
- version : 4.0.0-SNAPSHOT
+ version : 4.1.0-SNAPSHOT
TODO link to wiki page
TODO example with panels
\ No newline at end of file
Modified: trunk/archetypes/richfaces-components-aggregator/src/main/resources/META-INF/maven/archetype-metadata.xml
===================================================================
--- trunk/archetypes/richfaces-components-aggregator/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/archetypes/richfaces-components-aggregator/src/main/resources/META-INF/maven/archetype-metadata.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -33,7 +33,7 @@
<defaultValue>${category}</defaultValue>
</requiredProperty>
<requiredProperty key="version">
- <defaultValue>4.0.0-SNAPSHOT</defaultValue>
+ <defaultValue>4.1.0-SNAPSHOT</defaultValue>
</requiredProperty>
</requiredProperties>
Modified: trunk/bom/pom.xml
===================================================================
--- trunk/bom/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/bom/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -18,7 +18,7 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>RichFaces BOM</name>
<parent>
Modified: trunk/cdk/annotations/pom.xml
===================================================================
--- trunk/cdk/annotations/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/annotations/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: trunk/cdk/attributes/pom.xml
===================================================================
--- trunk/cdk/attributes/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/attributes/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: trunk/cdk/commons/pom.xml
===================================================================
--- trunk/cdk/commons/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/commons/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>commons</name>
<build>
<plugins>
Modified: trunk/cdk/dist/pom.xml
===================================================================
--- trunk/cdk/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/dist/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,13 +4,13 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
Modified: trunk/cdk/generator/pom.xml
===================================================================
--- trunk/cdk/generator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/behavior.ftl
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/behavior.ftl 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/behavior.ftl 2011-02-20 17:43:14 UTC (rev 21815)
@@ -13,7 +13,7 @@
/**
* ${description?if_exists}
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class ${targetClass.simpleName} extends ${baseClass} implements Behavior, PartialStateHolder
<#if (implemented?size > 0)>, <@util.concat seq=implemented ; interface>${interface.simpleName}</(a)util.concat></#if> {
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/component.ftl
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/component.ftl 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/component.ftl 2011-02-20 17:43:14 UTC (rev 21815)
@@ -22,7 +22,7 @@
/**
* ${description?if_exists}
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class ${targetClass.simpleName} extends ${baseClass.simpleName}
<#if (implemented?size > 0)>implements <@util.concat seq=implemented ; interface>${interface.simpleName}</(a)util.concat></#if> {
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/converter.ftl
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/converter.ftl 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/converter.ftl 2011-02-20 17:43:14 UTC (rev 21815)
@@ -14,7 +14,7 @@
/**
* ${description?if_exists}
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class ${targetClass.simpleName} extends ${baseClass} implements Converter, PartialStateHolder {
@Override
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/sourceInterface.ftl
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/sourceInterface.ftl 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/sourceInterface.ftl 2011-02-20 17:43:14 UTC (rev 21815)
@@ -8,7 +8,7 @@
/**
* ${description?if_exists}
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public interface ${sourceInterface.simpleName} {
/**
Modified: trunk/cdk/generator/src/main/resources/META-INF/templates/validator.ftl
===================================================================
--- trunk/cdk/generator/src/main/resources/META-INF/templates/validator.ftl 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/main/resources/META-INF/templates/validator.ftl 2011-02-20 17:43:14 UTC (rev 21815)
@@ -14,7 +14,7 @@
/**
* ${description?if_exists}
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class ${targetClass.simpleName} extends ${baseClass} implements Validator, PartialStateHolder {
@Override
Modified: trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedBehavior.java
===================================================================
--- trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedBehavior.java 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedBehavior.java 2011-02-20 17:43:14 UTC (rev 21815)
@@ -31,7 +31,7 @@
/**
*
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class GeneratedBehavior extends Object implements Behavior, PartialStateHolder {
@Override
Modified: trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedComponent.java
===================================================================
--- trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedComponent.java 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedComponent.java 2011-02-20 17:43:14 UTC (rev 21815)
@@ -43,7 +43,7 @@
/**
*
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class GeneratedComponent extends UIOutput
implements ClientBehaviorHolder
{
Modified: trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedConverter.java
===================================================================
--- trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedConverter.java 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedConverter.java 2011-02-20 17:43:14 UTC (rev 21815)
@@ -33,7 +33,7 @@
/**
*
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class GeneratedConverter extends Object implements Converter, PartialStateHolder {
@Override
Modified: trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedValidator.java
===================================================================
--- trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedValidator.java 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/generator/src/test/resources/org/richfaces/cdk/generate/java/GeneratedValidator.java 2011-02-20 17:43:14 UTC (rev 21815)
@@ -32,7 +32,7 @@
/**
*
**/
-@Generated({"RichFaces CDK", "4.0.0-SNAPSHOT"})
+@Generated({"RichFaces CDK", "4.1.0-SNAPSHOT"})
public class GeneratedValidator extends Object implements Validator, PartialStateHolder {
@Override
Modified: trunk/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-cdk-plugin/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: trunk/cdk/maven-cdk-plugin/src/it/annotated-component/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/it/annotated-component/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-cdk-plugin/src/it/annotated-component/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -9,7 +9,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<configuration>
</configuration>
<executions>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: trunk/cdk/maven-cdk-plugin/src/it/renderer-template-test/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/it/renderer-template-test/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-cdk-plugin/src/it/renderer-template-test/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -9,7 +9,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<configuration>
</configuration>
<executions>
@@ -72,12 +72,12 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-commons</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: trunk/cdk/maven-cdk-plugin/src/it/xml-configured-component/pom.xml
===================================================================
--- trunk/cdk/maven-cdk-plugin/src/it/xml-configured-component/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-cdk-plugin/src/it/xml-configured-component/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<configuration>
</configuration>
<executions>
@@ -47,7 +47,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: trunk/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-javascript-plugin/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-javascript-plugin/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-plugins</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
Modified: trunk/cdk/maven-resources-plugin/pom.xml
===================================================================
--- trunk/cdk/maven-resources-plugin/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-resources-plugin/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-resources-plugin</name>
<description>Maven plugin for packaging resources with web application</description>
Modified: trunk/cdk/maven-resources-plugin/src/it/richfaces-application/pom.xml
===================================================================
--- trunk/cdk/maven-resources-plugin/src/it/richfaces-application/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/maven-resources-plugin/src/it/richfaces-application/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<configuration>
</configuration>
<executions>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: trunk/cdk/parent/pom.xml
===================================================================
--- trunk/cdk/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/parent/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -13,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
Modified: trunk/cdk/xinclude/pom.xml
===================================================================
--- trunk/cdk/xinclude/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/cdk/xinclude/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: trunk/core/api/pom.xml
===================================================================
--- trunk/core/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: trunk/core/impl/pom.xml
===================================================================
--- trunk/core/impl/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/impl/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: trunk/core/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- trunk/core/impl/src/main/java/org/richfaces/VersionBean.java 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/impl/src/main/java/org/richfaces/VersionBean.java 2011-02-20 17:43:14 UTC (rev 21815)
@@ -64,7 +64,7 @@
private String implementationVendor = UNKNOWN;
//TODO nick - default value for manifest file absense - review
- private String implementationVersion = "4.0.0-SNAPSHOT";
+ private String implementationVersion = "4.1.0-SNAPSHOT";
private String implementationTitle = UNKNOWN;
Modified: trunk/core/legacy-tests/pom.xml
===================================================================
--- trunk/core/legacy-tests/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/legacy-tests/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
Modified: trunk/core/parent/pom.xml
===================================================================
--- trunk/core/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/parent/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<name>RichFaces Core Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/core/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
Modified: trunk/dist/pom.xml
===================================================================
--- trunk/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/dist/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-distribution</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Distribution Assembler</name>
Modified: trunk/examples/core-demo/pom.xml
===================================================================
--- trunk/examples/core-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/core-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>RichFaces Examples: Core</name>
<properties>
Modified: trunk/examples/dnd-demo/pom.xml
===================================================================
--- trunk/examples/dnd-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/dnd-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>dnd-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Richfaces Examples: DND</name>
<packaging>war</packaging>
Modified: trunk/examples/input-demo/pom.xml
===================================================================
--- trunk/examples/input-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/input-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>input-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Richfaces Examples: Inputs</name>
<packaging>war</packaging>
Modified: trunk/examples/irc-client/pom.xml
===================================================================
--- trunk/examples/irc-client/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/irc-client/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -6,14 +6,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>irc-client</artifactId>
<name>Richfaces Examples: Richfaces IRC Client Application</name>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<url>http://jboss.org/richfaces</url>
Modified: trunk/examples/iteration-demo/pom.xml
===================================================================
--- trunk/examples/iteration-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/iteration-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>iteration-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: trunk/examples/misc-demo/pom.xml
===================================================================
--- trunk/examples/misc-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/misc-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>misc-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: trunk/examples/output-demo/pom.xml
===================================================================
--- trunk/examples/output-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/output-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>output-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Richfaces Examples: Outputs</name>
<packaging>war</packaging>
Modified: trunk/examples/parent/pom.xml
===================================================================
--- trunk/examples/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/parent/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples Parent</name>
Modified: trunk/examples/pom.xml
===================================================================
--- trunk/examples/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -34,7 +34,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>examples-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples: Aggregator</name>
Modified: trunk/examples/push-demo/pom.xml
===================================================================
--- trunk/examples/push-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/push-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>push-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>RichFaces Examples: Push</name>
<properties>
Modified: trunk/examples/repeater-demo/pom.xml
===================================================================
--- trunk/examples/repeater-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/repeater-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,14 +25,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: trunk/examples/richfaces-showcase/pom.xml
===================================================================
--- trunk/examples/richfaces-showcase/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/richfaces-showcase/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -7,13 +7,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-showcase</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
Modified: trunk/examples/template/pom.xml
===================================================================
--- trunk/examples/template/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/template/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -3,14 +3,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
<packaging>war</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>examples template</name>
<dependencies>
<dependency>
Modified: trunk/examples/validator-demo/pom.xml
===================================================================
--- trunk/examples/validator-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/examples/validator-demo/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>validator-demo</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>Richfaces Examples: Validators</name>
<packaging>war</packaging>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
Modified: trunk/parent/pom.xml
===================================================================
--- trunk/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/parent/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -18,13 +18,13 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<name>RichFaces Root Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -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.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Aggregator</name>
Modified: trunk/ui/common/api/pom.xml
===================================================================
--- trunk/ui/common/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/common/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/common/pom.xml
===================================================================
--- trunk/ui/common/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/common/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: trunk/ui/common/ui/pom.xml
===================================================================
--- trunk/ui/common/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/common/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/core/api/pom.xml
===================================================================
--- trunk/ui/core/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/core/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/core/pom.xml
===================================================================
--- trunk/ui/core/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/core/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Core Aggregator</name>
Modified: trunk/ui/core/ui/pom.xml
===================================================================
--- trunk/ui/core/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/core/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/dist/pom.xml
===================================================================
--- trunk/ui/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dist/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
Modified: trunk/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dist/richfaces-components-api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
Modified: trunk/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- trunk/ui/dist/richfaces-components-ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dist/richfaces-components-ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
Modified: trunk/ui/dnd/api/pom.xml
===================================================================
--- trunk/ui/dnd/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dnd/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/dnd/pom.xml
===================================================================
--- trunk/ui/dnd/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dnd/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.dnd</groupId>
<artifactId>richfaces-ui-dnd-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Drag-n-Drop Aggregator</name>
Modified: trunk/ui/dnd/ui/pom.xml
===================================================================
--- trunk/ui/dnd/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/dnd/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/input/api/pom.xml
===================================================================
--- trunk/ui/input/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/input/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/input/pom.xml
===================================================================
--- trunk/ui/input/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/input/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
<artifactId>richfaces-ui-input-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Input Aggregator</name>
Modified: trunk/ui/input/ui/pom.xml
===================================================================
--- trunk/ui/input/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/input/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/iteration/api/pom.xml
===================================================================
--- trunk/ui/iteration/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/iteration/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/iteration/pom-tables.xml
===================================================================
--- trunk/ui/iteration/pom-tables.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/iteration/pom-tables.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/iteration/pom.xml
===================================================================
--- trunk/ui/iteration/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/iteration/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Iteration Aggregator</name>
Modified: trunk/ui/iteration/ui/pom-list.xml
===================================================================
--- trunk/ui/iteration/ui/pom-list.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/iteration/ui/pom-list.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -21,7 +21,7 @@
<parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>lists-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Modified: trunk/ui/iteration/ui/pom.xml
===================================================================
--- trunk/ui/iteration/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/iteration/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/misc/pom.xml
===================================================================
--- trunk/ui/misc/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/misc/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Miscellanous Aggregator</name>
Modified: trunk/ui/misc/ui/pom.xml
===================================================================
--- trunk/ui/misc/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/misc/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
Modified: trunk/ui/output/api/pom.xml
===================================================================
--- trunk/ui/output/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/output/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/output/pom.xml
===================================================================
--- trunk/ui/output/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/output/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Output Aggregator</name>
Modified: trunk/ui/output/ui/pom.xml
===================================================================
--- trunk/ui/output/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/output/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/parent/pom.xml
===================================================================
--- trunk/ui/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/parent/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</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.1.0-SNAPSHOT</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
Modified: trunk/ui/pom.xml
===================================================================
--- trunk/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces UI: Aggregator</name>
Modified: trunk/ui/validator/api/pom.xml
===================================================================
--- trunk/ui/validator/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/validator/api/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: trunk/ui/validator/pom.xml
===================================================================
--- trunk/ui/validator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/validator/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.validator</groupId>
Modified: trunk/ui/validator/ui/pom.xml
===================================================================
--- trunk/ui/validator/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
+++ trunk/ui/validator/ui/pom.xml 2011-02-20 17:43:14 UTC (rev 21815)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.1.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
14 years, 10 months
JBoss Rich Faces SVN: r21814 - in branches/4.0.0.CR1: archetypes and 64 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2011-02-20 11:40:13 -0500 (Sun, 20 Feb 2011)
New Revision: 21814
Modified:
branches/4.0.0.CR1/archetypes/pom.xml
branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml
branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml
branches/4.0.0.CR1/bom/pom.xml
branches/4.0.0.CR1/cdk/annotations/pom.xml
branches/4.0.0.CR1/cdk/attributes/pom.xml
branches/4.0.0.CR1/cdk/commons/pom.xml
branches/4.0.0.CR1/cdk/dist/pom.xml
branches/4.0.0.CR1/cdk/generator/pom.xml
branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml
branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml
branches/4.0.0.CR1/cdk/parent/pom.xml
branches/4.0.0.CR1/cdk/pom.xml
branches/4.0.0.CR1/cdk/xinclude/pom.xml
branches/4.0.0.CR1/core/api/pom.xml
branches/4.0.0.CR1/core/impl/pom.xml
branches/4.0.0.CR1/core/parent/pom.xml
branches/4.0.0.CR1/core/pom.xml
branches/4.0.0.CR1/dist/pom.xml
branches/4.0.0.CR1/examples/core-demo/pom.xml
branches/4.0.0.CR1/examples/dnd-demo/pom.xml
branches/4.0.0.CR1/examples/input-demo/pom.xml
branches/4.0.0.CR1/examples/irc-client/pom.xml
branches/4.0.0.CR1/examples/iteration-demo/pom.xml
branches/4.0.0.CR1/examples/misc-demo/pom.xml
branches/4.0.0.CR1/examples/output-demo/pom.xml
branches/4.0.0.CR1/examples/parent/pom.xml
branches/4.0.0.CR1/examples/pom.xml
branches/4.0.0.CR1/examples/push-demo/pom.xml
branches/4.0.0.CR1/examples/repeater-demo/pom.xml
branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml
branches/4.0.0.CR1/examples/template/pom.xml
branches/4.0.0.CR1/examples/validator-demo/pom.xml
branches/4.0.0.CR1/parent/pom.xml
branches/4.0.0.CR1/pom.xml
branches/4.0.0.CR1/ui/common/api/pom.xml
branches/4.0.0.CR1/ui/common/pom.xml
branches/4.0.0.CR1/ui/common/ui/pom.xml
branches/4.0.0.CR1/ui/core/api/pom.xml
branches/4.0.0.CR1/ui/core/pom.xml
branches/4.0.0.CR1/ui/core/ui/pom.xml
branches/4.0.0.CR1/ui/dist/pom.xml
branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml
branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml
branches/4.0.0.CR1/ui/dnd/api/pom.xml
branches/4.0.0.CR1/ui/dnd/pom.xml
branches/4.0.0.CR1/ui/dnd/ui/pom.xml
branches/4.0.0.CR1/ui/input/api/pom.xml
branches/4.0.0.CR1/ui/input/pom.xml
branches/4.0.0.CR1/ui/input/ui/pom.xml
branches/4.0.0.CR1/ui/iteration/api/pom.xml
branches/4.0.0.CR1/ui/iteration/pom.xml
branches/4.0.0.CR1/ui/iteration/ui/pom.xml
branches/4.0.0.CR1/ui/misc/pom.xml
branches/4.0.0.CR1/ui/misc/ui/pom.xml
branches/4.0.0.CR1/ui/output/api/pom.xml
branches/4.0.0.CR1/ui/output/pom.xml
branches/4.0.0.CR1/ui/output/ui/pom.xml
branches/4.0.0.CR1/ui/parent/pom.xml
branches/4.0.0.CR1/ui/pom.xml
branches/4.0.0.CR1/ui/validator/api/pom.xml
branches/4.0.0.CR1/ui/validator/pom.xml
branches/4.0.0.CR1/ui/validator/ui/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: branches/4.0.0.CR1/archetypes/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -30,7 +30,7 @@
<groupId>org.richfaces.archetypes</groupId>
<artifactId>archetypes-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Archetypes: Aggregator</name>
@@ -49,9 +49,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archetypes</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetypes</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/rf-gae-sample/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-gae</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: GAE Application</name>
@@ -93,9 +93,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archety...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetyp...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes/r...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/richfaces-archetype-simpleapp/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-archetype-simpleapp</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Simple Application</name>
@@ -92,9 +92,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archety...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetyp...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes/r...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/richfaces-component/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archety...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetyp...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes/r...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/richfaces-component-short/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-component-short</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Component Short</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archety...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetyp...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes/r...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml
===================================================================
--- branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/archetypes/richfaces-components-aggregator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.archetypes</groupId>
<artifactId>richfaces-components-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>RichFaces Archetypes: Components Aggregator</name>
@@ -96,9 +96,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/arc...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/archety...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/arche...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/archetyp...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/archetypes/r...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/bom/pom.xml
===================================================================
--- branches/4.0.0.CR1/bom/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/bom/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -18,7 +18,7 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces BOM</name>
<parent>
@@ -227,9 +227,9 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/bui...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/build/bom</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/build...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/build/bom</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/build/bom</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/cdk/annotations/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/annotations/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/annotations/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>annotations</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains annotations for JSF classes</description>
<name>annotations</name>
<dependencies>
Modified: branches/4.0.0.CR1/cdk/attributes/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/attributes/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/attributes/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>attributes</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<description>That project contains JAXB bindings for model classes representing schema attributes data</description>
<name>attributes</name>
Modified: branches/4.0.0.CR1/cdk/commons/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/commons/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/commons/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,12 +4,12 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>commons</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>commons</name>
<build>
<plugins>
Modified: branches/4.0.0.CR1/cdk/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/dist/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,20 +4,20 @@
<parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cdk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20110220-CR1/cdk...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/branches/4.0.0.CR1/cdk/dist</url>
</scm>
<build>
<finalName>cdk</finalName>
Modified: branches/4.0.0.CR1/cdk/generator/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/generator/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/generator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -3,13 +3,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Java Server Faces component generator</name>
Modified: branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/maven-cdk-plugin/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -2,13 +2,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
Modified: branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/maven-resources-plugin/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,13 +4,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>maven-resources-plugin</name>
<description>Maven plugin for packaging resources with web application</description>
Modified: branches/4.0.0.CR1/cdk/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/parent/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -13,7 +13,7 @@
<groupId>org.richfaces.cdk</groupId>
<artifactId>parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
@@ -22,9 +22,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cdk...</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/tags/4.0.0.20110220-...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk/p...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/parent/branches/4.0.0.CR1/c...</url>
</scm>
<build>
Modified: branches/4.0.0.CR1/cdk/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JSF Components Development Kit (CDK)</name>
<properties>
@@ -32,9 +32,9 @@
</modules>
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cdk</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cdk</developerConnection>
- <url>http://fisheye.jboss.org/browse/Richfaces/cdk/tags/4.0.0.20110220-CR1/cdk</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/cdk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/Richfaces/cdk/branches/4.0.0.CR1/cdk</url>
</scm>
<!-- Minimal build configuration -->
Modified: branches/4.0.0.CR1/cdk/xinclude/pom.xml
===================================================================
--- branches/4.0.0.CR1/cdk/xinclude/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/cdk/xinclude/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -22,13 +22,13 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>xinclude</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Cocoon 3: xinclude transformer</name>
<description>Cocoon 3 xinclude transformer with Xpointer scheme support.</description>
Modified: branches/4.0.0.CR1/core/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/core/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -80,8 +80,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cor...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/core/api</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/api</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/api</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/core/api</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/impl/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/impl/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/core/impl/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -220,8 +220,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cor...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/core/impl</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/impl</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/core/impl</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/parent/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/core/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -23,13 +23,13 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Core Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -46,8 +46,8 @@
</dependencyManagement>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/cor...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/core/pa...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/core/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/core/pom.xml
===================================================================
--- branches/4.0.0.CR1/core/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/core/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.core</groupId>
<artifactId>richfaces-core-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Core Aggregator</name>
@@ -43,9 +43,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/core</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/core</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/core</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/core</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/dist/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-distribution</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Distribution Assembler</name>
@@ -187,8 +187,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/dist</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/dist</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/dist</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/examples/core-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/core-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/core-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>core-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Core</name>
<properties>
@@ -193,8 +193,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/exa...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/example...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examp...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/examples/cor...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/dnd-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/dnd-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/dnd-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>dnd-demo</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: DND</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/input-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/input-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/input-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>input-demo</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Inputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/irc-client/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/irc-client/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/irc-client/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -6,14 +6,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>irc-client</artifactId>
<name>Richfaces Examples: Richfaces IRC Client Application</name>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<url>http://jboss.org/richfaces</url>
Modified: branches/4.0.0.CR1/examples/iteration-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/iteration-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/iteration-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>iteration-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Iteration</name>
<properties>
Modified: branches/4.0.0.CR1/examples/misc-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/misc-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/misc-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>misc-demo</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>RichFaces Examples: Miscellanous</name>
Modified: branches/4.0.0.CR1/examples/output-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/output-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/output-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>output-demo</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Outputs</name>
<packaging>war</packaging>
Modified: branches/4.0.0.CR1/examples/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/parent/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -29,7 +29,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples Parent</name>
@@ -263,8 +263,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/exa...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/example...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examp...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/examples/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/examples/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -34,7 +34,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>examples-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces Examples: Aggregator</name>
@@ -55,9 +55,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/exa...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/examples</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/examples</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/push-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/push-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/push-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,14 +24,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>push-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Examples: Push</name>
<properties>
@@ -196,8 +196,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/exa...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/example...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examp...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/examples/pus...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/repeater-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/repeater-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/repeater-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,14 +25,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>repeater-demo</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Repeater</name>
<properties>
Modified: branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/richfaces-showcase/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -7,13 +7,13 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-showcase</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Richfaces Examples: Richfaces Showcase Application</name>
@@ -431,8 +431,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/exa...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/example...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examp...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/examples...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/examples/ric...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/examples/template/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/template/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/template/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -3,14 +3,14 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
<packaging>war</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>examples template</name>
<dependencies>
<dependency>
Modified: branches/4.0.0.CR1/examples/validator-demo/pom.xml
===================================================================
--- branches/4.0.0.CR1/examples/validator-demo/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/examples/validator-demo/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
@@ -12,7 +12,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>validator-demo</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces Examples: Validators</name>
<packaging>war</packaging>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.examples</groupId>
<artifactId>template</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<type>war</type>
</dependency>
<dependency>
Modified: branches/4.0.0.CR1/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/parent/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -18,13 +18,13 @@
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
<packaging>pom</packaging>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>RichFaces Root Parent</name>
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-bom</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
@@ -398,11 +398,11 @@
<!-- SCM and distribution management -->
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/parent
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/parent
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/parent
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/parent</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/parent</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/pom.xml
===================================================================
--- branches/4.0.0.CR1/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces Aggregator</name>
@@ -59,8 +59,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/common/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/common/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/common/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/common/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.common</groupId>
<artifactId>richfaces-ui-common-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Common Aggregator</name>
Modified: branches/4.0.0.CR1/ui/common/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/common/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/common/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/core/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/core/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -20,7 +20,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/core/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/core/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.core</groupId>
<artifactId>richfaces-ui-core-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Core Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/core</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/core</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/core</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/core</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/core/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/core/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/core/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -61,10 +61,10 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/co...
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/core/ui
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/core/ui</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/core/ui</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dist/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dist/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -22,13 +22,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-assembler</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Assembler</name>
@@ -63,9 +63,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/dist</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/dist</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/dist</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/dist</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dist/richfaces-components-api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-api</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components API</name>
@@ -171,8 +171,8 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/dist...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/di...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/dist/...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/dist/rich...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dist/richfaces-components-ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-components-ui</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Components UI</name>
@@ -196,9 +196,9 @@
</profiles>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/dist...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/di...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/dist/...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/dist/rich...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dnd/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -64,9 +64,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/outp...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/outpu...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output/pa...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dnd/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.dnd</groupId>
<artifactId>richfaces-ui-dnd-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Drag-n-Drop Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/output</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/output</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/dnd/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/dnd/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/dnd/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -77,9 +77,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/outp...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/outpu...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output/pa...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/input/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/input/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/input/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/input/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.input</groupId>
<artifactId>richfaces-ui-input-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Input Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/input</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/input</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/input</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/input</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/input/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/input/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/input/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
Modified: branches/4.0.0.CR1/ui/iteration/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/iteration/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -54,9 +54,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/iter...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/it...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/itera...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/iteration...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/iteration/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/iteration/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.iteration</groupId>
<artifactId>richfaces-ui-iteration-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Iteration Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/iter...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/it...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/itera...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/iteration</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/iteration/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/iteration/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/iteration/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,8 +60,8 @@
</build>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/iter...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/it...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/itera...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/iteration...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/misc/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/misc/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/misc/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Miscellanous Aggregator</name>
@@ -40,9 +40,9 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/misc</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/misc</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/misc</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/misc</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/misc/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/misc/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/misc/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,13 +24,13 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.misc</groupId>
<artifactId>richfaces-ui-misc-ui</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Richfaces UI Misc UI</name>
@@ -58,10 +58,10 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/mi...
</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/misc/...
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/misc...</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/misc/dist...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/output/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -51,10 +51,10 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/outpu...
</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/outp...</url>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output/pa...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/output/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.output</groupId>
<artifactId>richfaces-ui-output-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Richfaces UI Components: Output Aggregator</name>
@@ -41,8 +41,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/output</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/output</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/output/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/output/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/output/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -76,9 +76,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/outp...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/ou...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/outpu...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/output/pa...</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/parent/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/parent/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/parent/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,13 +25,13 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Richfaces UI Components Parent</name>
<packaging>pom</packaging>
@@ -180,8 +180,8 @@
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/parent</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/pa...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/parent</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/parent</url>
</scm>
</project>
\ No newline at end of file
Modified: branches/4.0.0.CR1/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-aggregator</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>RichFaces UI: Aggregator</name>
@@ -49,8 +49,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/tag...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/tags/4...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/tags/4.0.0...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/build/parent/bra...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/build/parent/branch...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/modules/build/parent/branches/4...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/api/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/api/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/validator/api/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -60,9 +60,9 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/vali...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/va...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/valid...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/validator...</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/validator/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>richfaces-root-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<groupId>org.richfaces.ui.validator</groupId>
@@ -38,8 +38,8 @@
</modules>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/vali...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/va...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/valid...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/validator</url>
</scm>
</project>
Modified: branches/4.0.0.CR1/ui/validator/ui/pom.xml
===================================================================
--- branches/4.0.0.CR1/ui/validator/ui/pom.xml 2011-02-20 16:39:17 UTC (rev 21813)
+++ branches/4.0.0.CR1/ui/validator/ui/pom.xml 2011-02-20 16:40:13 UTC (rev 21814)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-parent</artifactId>
- <version>4.0.0.20110220-CR1</version>
+ <version>4.0.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
@@ -131,8 +131,8 @@
</dependencies>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/tags/4.0.0.20110220-CR1/ui/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/richfaces/tags/4.0.0.20110220-CR1/ui/vali...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/va...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/branches/4.0.0.CR1/ui/valid...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/richfaces/branches/4.0.0.CR1/ui/validator/ui</url>
</scm>
</project>
14 years, 10 months