JBoss Rich Faces SVN: r15405 - branches/community/3.3.X/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-08-28 09:25:49 -0400 (Fri, 28 Aug 2009)
New Revision: 15405
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column6.png
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column8.png
Log:
https://jira.jboss.org/jira/browse/RF-7679 - updating the screens;
Modified: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column6.png
===================================================================
(Binary files differ)
Modified: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column8.png
===================================================================
(Binary files differ)
15 years, 4 months
JBoss Rich Faces SVN: r15404 - branches/community/3.3.X/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-08-28 08:54:39 -0400 (Fri, 28 Aug 2009)
New Revision: 15404
Removed:
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/columnGroup_oc.png
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/columnGroup_pc.png
Log:
https://jira.jboss.org/jira/browse/RF-7679 - deleting unnecessary images;
Deleted: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/columnGroup_oc.png
===================================================================
(Binary files differ)
Deleted: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/columnGroup_pc.png
===================================================================
(Binary files differ)
15 years, 4 months
JBoss Rich Faces SVN: r15403 - branches/community/3.3.X/docs/userguide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: ochikvina
Date: 2009-08-28 08:51:21 -0400 (Fri, 28 Aug 2009)
New Revision: 15403
Removed:
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column_oc.png
branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column_pc.png
Log:
https://jira.jboss.org/jira/browse/RF-7679 - deleting unnecessary images;
Deleted: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column_oc.png
===================================================================
(Binary files differ)
Deleted: branches/community/3.3.X/docs/userguide/en/src/main/resources/images/column_pc.png
===================================================================
(Binary files differ)
15 years, 4 months
JBoss Rich Faces SVN: r15402 - root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 05:28:56 -0400 (Fri, 28 Aug 2009)
New Revision: 15402
Modified:
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
Fixed broken push demo in IE
Modified: root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
===================================================================
--- root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28 09:28:00 UTC (rev 15401)
+++ root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28 09:28:56 UTC (rev 15402)
@@ -25,12 +25,12 @@
</h:column>
</h:dataTable>
- <a4j:jsFunction name="start" action="#{choicesBean.start}" execute="@this" render="push, stop, start"/>
- <a4j:jsFunction name="stop" action="#{choicesBean.stop}" execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="startPush" action="#{choicesBean.start}" execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="stopPush" action="#{choicesBean.stop}" execute="@this" render="push, stop, start"/>
- <h:commandButton onclick="start()" value="Start" id="start" disabled="#{choicesBean.enabled}" type="button"/>
+ <h:commandButton onclick="startPush()" value="Start" id="start" disabled="#{choicesBean.enabled}" type="button"/>
- <h:commandButton onclick="stop()" type="button" value="Stop" id="stop" disabled="#{!choicesBean.enabled}"/>
+ <h:commandButton onclick="stopPush()" type="button" value="Stop" id="stop" disabled="#{!choicesBean.enabled}"/>
<a4j:outputPanel layout="block" id="tempResults">
<h:outputText
15 years, 4 months
JBoss Rich Faces SVN: r15401 - root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/push.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 05:28:00 -0400 (Fri, 28 Aug 2009)
New Revision: 15401
Modified:
root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
Log:
Fixed push IE problems
Modified: root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml
===================================================================
--- root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28 09:08:38 UTC (rev 15400)
+++ root/examples/trunk/richfaces-demo/src/main/webapp/richfaces/push/usage.xhtml 2009-08-28 09:28:00 UTC (rev 15401)
@@ -25,12 +25,12 @@
</h:column>
</h:dataTable>
- <a4j:jsFunction name="start" action="#{choicesBean.start}" execute="@this" render="push, stop, start"/>
- <a4j:jsFunction name="stop" action="#{choicesBean.stop}" execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="startPush" action="#{choicesBean.start}" execute="@this" render="push, stop, start"/>
+ <a4j:jsFunction name="stopPush" action="#{choicesBean.stop}" execute="@this" render="push, stop, start"/>
- <h:commandButton onclick="start()" value="Start" id="start" disabled="#{choicesBean.enabled}" type="button"/>
+ <h:commandButton onclick="startPush()" value="Start" id="start" disabled="#{choicesBean.enabled}" type="button"/>
- <h:commandButton onclick="stop()" type="button" value="Stop" id="stop" disabled="#{!choicesBean.enabled}"/>
+ <h:commandButton onclick="stopPush()" type="button" value="Stop" id="stop" disabled="#{!choicesBean.enabled}"/>
<a4j:outputPanel layout="block" id="tempResults">
<h:outputText
15 years, 4 months
JBoss Rich Faces SVN: r15400 - root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/resources/rich.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 05:08:38 -0400 (Fri, 28 Aug 2009)
New Revision: 15400
Modified:
root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
Log:
Fixed broken XHTML header
Modified: root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
===================================================================
--- root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28 09:08:04 UTC (rev 15399)
+++ root/examples/tags/4.0.0.ALPHA1/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28 09:08:38 UTC (rev 15400)
@@ -19,9 +19,8 @@
<composite:attribute name="sidebarClass"/>
</composite:interface>
<composite:implementation>
-<h:outputText value="<!DOCTYPE html PUBLIC "e;-//W3C//DTD XHTML 1.0 Transitional//EN"e;
-"e;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"e;>" escape="false"/>
-<html>
+<h:outputText value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" escape="false"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
<h:head>
<title>#{cc.attrs.pageTitle}</title>
<composite:renderFacet name="pageHeader"/>
15 years, 4 months
JBoss Rich Faces SVN: r15399 - root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 05:08:04 -0400 (Fri, 28 Aug 2009)
New Revision: 15399
Modified:
root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
Log:
Fixed broken XHTML header
Modified: root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml
===================================================================
--- root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28 08:51:21 UTC (rev 15398)
+++ root/examples/trunk/richfaces-demo/src/main/webapp/resources/rich/page.xhtml 2009-08-28 09:08:04 UTC (rev 15399)
@@ -19,9 +19,8 @@
<composite:attribute name="sidebarClass"/>
</composite:interface>
<composite:implementation>
-<h:outputText value="<!DOCTYPE html PUBLIC "e;-//W3C//DTD XHTML 1.0 Transitional//EN"e;
-"e;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"e;>" escape="false"/>
-<html>
+<h:outputText value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">" escape="false"/>
+<html xmlns="http://www.w3.org/1999/xhtml">
<h:head>
<title>#{cc.attrs.pageTitle}</title>
<composite:renderFacet name="pageHeader"/>
15 years, 4 months
JBoss Rich Faces SVN: r15398 - root/framework/tags/4.0.0.ALPHA1/impl/src/main/java/org/richfaces.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 04:51:21 -0400 (Fri, 28 Aug 2009)
New Revision: 15398
Modified:
root/framework/tags/4.0.0.ALPHA1/impl/src/main/java/org/richfaces/VersionBean.java
Log:
Updated release version in VersionBean.java
Modified: root/framework/tags/4.0.0.ALPHA1/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- root/framework/tags/4.0.0.ALPHA1/impl/src/main/java/org/richfaces/VersionBean.java 2009-08-28 08:47:55 UTC (rev 15397)
+++ root/framework/tags/4.0.0.ALPHA1/impl/src/main/java/org/richfaces/VersionBean.java 2009-08-28 08:51:21 UTC (rev 15398)
@@ -37,7 +37,7 @@
/**
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "0-SNAPSHOT" ;
+ public static final String REVISION = "0.ALPHA1" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
15 years, 4 months
JBoss Rich Faces SVN: r15397 - in root/framework/tags: 4.0.0.ALPHA1 and 5 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 04:47:55 -0400 (Fri, 28 Aug 2009)
New Revision: 15397
Added:
root/framework/tags/4.0.0.ALPHA1/
Modified:
root/framework/tags/4.0.0.ALPHA1/api/pom.xml
root/framework/tags/4.0.0.ALPHA1/impl/pom.xml
root/framework/tags/4.0.0.ALPHA1/legacy-tests/pom.xml
root/framework/tags/4.0.0.ALPHA1/pom.xml
root/framework/tags/4.0.0.ALPHA1/test-base/pom.xml
root/framework/tags/4.0.0.ALPHA1/version-matrix/pom.xml
Log:
Tagging ALPHA1 release
Copied: root/framework/tags/4.0.0.ALPHA1 (from rev 15396, root/framework/trunk)
Modified: root/framework/tags/4.0.0.ALPHA1/api/pom.xml
===================================================================
--- root/framework/trunk/api/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/api/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/framework/tags/4.0.0.ALPHA1/impl/pom.xml
===================================================================
--- root/framework/trunk/impl/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/impl/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/framework/tags/4.0.0.ALPHA1/legacy-tests/pom.xml
===================================================================
--- root/framework/trunk/legacy-tests/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/legacy-tests/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</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.0.0.ALPHA1</version>
</dependency>
<dependency>
<groupId>com.sun.faces</groupId>
Modified: root/framework/tags/4.0.0.ALPHA1/pom.xml
===================================================================
--- root/framework/trunk/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>framework-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
<relativePath>version-matrix/pom.xml</relativePath>
</parent>
Modified: root/framework/tags/4.0.0.ALPHA1/test-base/pom.xml
===================================================================
--- root/framework/trunk/test-base/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/test-base/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/framework/tags/4.0.0.ALPHA1/version-matrix/pom.xml
===================================================================
--- root/framework/trunk/version-matrix/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
+++ root/framework/tags/4.0.0.ALPHA1/version-matrix/pom.xml 2009-08-28 08:47:55 UTC (rev 15397)
@@ -13,7 +13,7 @@
<!-- TODO: org.richfaces.framework/version-matrix? -->
<groupId>org.richfaces</groupId>
<artifactId>framework-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
<packaging>pom</packaging>
<name>JSF ajax framework version matrix</name>
15 years, 4 months
JBoss Rich Faces SVN: r15396 - in root/ui/tags: 4.0.0.ALPHA1 and 15 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-28 04:45:40 -0400 (Fri, 28 Aug 2009)
New Revision: 15396
Added:
root/ui/tags/4.0.0.ALPHA1/
Modified:
root/ui/tags/4.0.0.ALPHA1/components/calendar/api/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/calendar/impl/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/calendar/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/calendar/ui/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/core/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/panel/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/tree/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/tree/tree/api/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/tree/tree/ui/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/api/pom.xml
root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/ui/pom.xml
root/ui/tags/4.0.0.ALPHA1/pom.xml
root/ui/tags/4.0.0.ALPHA1/skins/pom.xml
root/ui/tags/4.0.0.ALPHA1/themes/pom.xml
root/ui/tags/4.0.0.ALPHA1/version-matrix/pom.xml
Log:
Tagging ALPHA1 release
Copied: root/ui/tags/4.0.0.ALPHA1 (from rev 15387, root/ui/trunk)
Modified: root/ui/tags/4.0.0.ALPHA1/components/calendar/api/pom.xml
===================================================================
--- root/ui/trunk/components/calendar/api/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/calendar/api/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>calendar</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/calendar/impl/pom.xml
===================================================================
--- root/ui/trunk/components/calendar/impl/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/calendar/impl/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>calendar</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/calendar/pom.xml
===================================================================
--- root/ui/trunk/components/calendar/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/calendar/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/calendar/ui/pom.xml
===================================================================
--- root/ui/trunk/components/calendar/ui/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/calendar/ui/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>calendar</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/core/pom.xml
===================================================================
--- root/ui/trunk/components/core/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/core/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/panel/pom.xml
===================================================================
--- root/ui/trunk/components/panel/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/panel/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/pom.xml
===================================================================
--- root/ui/trunk/components/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/tree/pom.xml
===================================================================
--- root/ui/trunk/components/tree/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/tree/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>components</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/tree/tree/api/pom.xml
===================================================================
--- root/ui/trunk/components/tree/tree/api/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/tree/tree/api/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>tree</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/tree/tree/ui/pom.xml
===================================================================
--- root/ui/trunk/components/tree/tree/ui/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/tree/tree/ui/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>tree</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/api/pom.xml
===================================================================
--- root/ui/trunk/components/tree/treeModel/api/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/api/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>tree</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/ui/pom.xml
===================================================================
--- root/ui/trunk/components/tree/treeModel/ui/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/components/tree/treeModel/ui/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.ui.components</groupId>
<artifactId>tree</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/pom.xml
===================================================================
--- root/ui/trunk/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>ui-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
<relativePath>version-matrix/pom.xml</relativePath>
</parent>
Modified: root/ui/tags/4.0.0.ALPHA1/skins/pom.xml
===================================================================
--- root/ui/trunk/skins/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/skins/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/themes/pom.xml
===================================================================
--- root/ui/trunk/themes/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/themes/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>ui</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: root/ui/tags/4.0.0.ALPHA1/version-matrix/pom.xml
===================================================================
--- root/ui/trunk/version-matrix/pom.xml 2009-08-28 07:52:47 UTC (rev 15387)
+++ root/ui/tags/4.0.0.ALPHA1/version-matrix/pom.xml 2009-08-28 08:45:40 UTC (rev 15396)
@@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>ui-version-matrix</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
<name>richfaces ui components version matrix</name>
<packaging>pom</packaging>
@@ -87,17 +87,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test-base</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -157,7 +157,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.ALPHA1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
15 years, 4 months