JBoss Rich Faces SVN: r7512 - in tags/3.2.0.GA: cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources and 41 other directories.
by richfaces-svn-commitsï¼ lists.jboss.org
Author: alexsmirnov
Date: 2008-03-31 20:17:35 -0400 (Mon, 31 Mar 2008)
New Revision: 7512
Modified:
tags/3.2.0.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.2.0.GA/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
tags/3.2.0.GA/extensions/gwt/pom.xml
tags/3.2.0.GA/extensions/seam/pom.xml
tags/3.2.0.GA/extensions/trinidad/pom.xml
tags/3.2.0.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.2.0.GA/samples/createProject.bat
tags/3.2.0.GA/samples/createProject.sh
tags/3.2.0.GA/samples/jQuery-sample/pom.xml
tags/3.2.0.GA/samples/pom.xml
tags/3.2.0.GA/samples/richfaces-art-datatable/pom.xml
tags/3.2.0.GA/samples/seamEAR/pom.xml
tags/3.2.0.GA/samples/seamIntegration/pom.xml
tags/3.2.0.GA/samples/sortingFilteringDemo/pom.xml
tags/3.2.0.GA/samples/tomahawkCompability/pom.xml
tags/3.2.0.GA/samples/virtualEarth-sample/pom.xml
tags/3.2.0.GA/sandbox/api/pom.xml
tags/3.2.0.GA/sandbox/impl/pom.xml
tags/3.2.0.GA/sandbox/pom.xml
tags/3.2.0.GA/sandbox/samples/dialog-window-sample/pom.xml
tags/3.2.0.GA/sandbox/samples/editor-sample/pom.xml
tags/3.2.0.GA/sandbox/samples/fileUploadPOC/pom.xml
tags/3.2.0.GA/sandbox/samples/panel2-sample/pom.xml
tags/3.2.0.GA/sandbox/samples/pom.xml
tags/3.2.0.GA/sandbox/samples/rex-demo/pom.xml
tags/3.2.0.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.2.0.GA/sandbox/ui/dialog-window/pom.xml
tags/3.2.0.GA/sandbox/ui/editor/pom.xml
tags/3.2.0.GA/sandbox/ui/panel2/pom.xml
tags/3.2.0.GA/sandbox/ui/pom.xml
tags/3.2.0.GA/sandbox/ui/rex-button/pom.xml
tags/3.2.0.GA/sandbox/ui/rex-messageBox/pom.xml
tags/3.2.0.GA/sandbox/ui/rex-resizable/pom.xml
tags/3.2.0.GA/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.2.0.GA/sandbox/ui/sortableHeader/pom.xml
tags/3.2.0.GA/sandbox/ui/state/pom.xml
tags/3.2.0.GA/sandbox/ui/treeTable/pom.xml
tags/3.2.0.GA/test-applications/facelets/pom.xml
tags/3.2.0.GA/test-applications/jsp/pom.xml
tags/3.2.0.GA/test-applications/pom.xml
tags/3.2.0.GA/test-applications/seleniumTest/pom.xml
tags/3.2.0.GA/ui/create.bat
tags/3.2.0.GA/ui/create.sh
tags/3.2.0.GA/ui/dataTable/pom.xml
tags/3.2.0.GA/ui/drag-drop/pom.xml
tags/3.2.0.GA/ui/treeTable/pom.xml
Log:
fix 3.2.0.GA release
Modified: tags/3.2.0.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- tags/3.2.0.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.2.0.GA/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- tags/3.2.0.GA/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.2.0.GA/extensions/gwt/pom.xml
===================================================================
--- tags/3.2.0.GA/extensions/gwt/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/extensions/gwt/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.2.0.GA/extensions/seam/pom.xml
===================================================================
--- tags/3.2.0.GA/extensions/seam/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/extensions/seam/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.2.0.GA/extensions/trinidad/pom.xml
===================================================================
--- tags/3.2.0.GA/extensions/trinidad/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/extensions/trinidad/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.2.0.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- tags/3.2.0.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2008-04-01 00:17:35 UTC (rev 7512)
@@ -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.GA" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.2.0.GA/samples/createProject.bat
===================================================================
--- tags/3.2.0.GA/samples/createProject.bat 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/createProject.bat 2008-04-01 00:17:35 UTC (rev 7512)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.2.0.GA -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.2.0.GA/samples/createProject.sh
===================================================================
--- tags/3.2.0.GA/samples/createProject.sh 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/createProject.sh 2008-04-01 00:17:35 UTC (rev 7512)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
+ -DarchetypeVersion=3.2.0.GA -DgroupId=org.richfaces -DartifactId=$1
\ No newline at end of file
Modified: tags/3.2.0.GA/samples/jQuery-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/jQuery-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/jQuery-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.2.0.GA/samples/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -367,7 +367,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -382,7 +382,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.2.0.GA/samples/richfaces-art-datatable/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/richfaces-art-datatable/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/richfaces-art-datatable/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<packaging>war</packaging>
<name>richfaces-art-datatableDemo Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.2.0.GA/samples/seamEAR/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/seamEAR/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/seamEAR/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
@@ -58,7 +58,7 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
Modified: tags/3.2.0.GA/samples/seamIntegration/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/seamIntegration/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/seamIntegration/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamIntegration</artifactId>
<packaging>war</packaging>
<name>seamIntegration Maven Webapp</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: tags/3.2.0.GA/samples/sortingFilteringDemo/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/sortingFilteringDemo/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/sortingFilteringDemo/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -16,7 +16,7 @@
<!--dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>sortableHeader</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency-->
<dependency>
Modified: tags/3.2.0.GA/samples/tomahawkCompability/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/tomahawkCompability/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/tomahawkCompability/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,12 +3,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: tags/3.2.0.GA/samples/virtualEarth-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/samples/virtualEarth-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/samples/virtualEarth-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.2.0.GA/sandbox/api/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/api/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/api/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,13 +2,13 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<plugins>
<plugin>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.2.0.GA/sandbox/impl/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/impl/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/impl/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
Modified: tags/3.2.0.GA/sandbox/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.2.0.GA/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/dialog-window-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/dialog-window-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>dialog-window</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
Modified: tags/3.2.0.GA/sandbox/samples/editor-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/editor-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/editor-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>editor</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
Modified: tags/3.2.0.GA/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/fileUploadPOC/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/fileUploadPOC/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>fileUploadPOC</artifactId>
<packaging>war</packaging>
<name>fileUploadPOC Maven Webapp</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<dependencies>
<dependency>
<groupId>commons-fileupload</groupId>
Modified: tags/3.2.0.GA/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/panel2-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/panel2-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
Modified: tags/3.2.0.GA/sandbox/samples/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.0.GA/sandbox/samples/rex-demo/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/rex-demo/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/rex-demo/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>rex-demo</artifactId>
<packaging>war</packaging>
<name>richfaces-extjs-demo Maven Webapp</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<finalName>rex-demo</finalName>
<plugins>
@@ -179,7 +179,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -189,7 +189,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -200,28 +200,28 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-resizable</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-button</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-messageBox</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
Modified: tags/3.2.0.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,12 +16,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>simpleTogglePanel2</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/dialog-window/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/dialog-window/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/dialog-window/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.2.0.GA/sandbox/ui/editor/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/editor/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/editor/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/panel2/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/panel2/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/panel2/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.2.0.GA/sandbox/ui/rex-button/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/rex-button/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/rex-button/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/rex-messageBox/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/rex-messageBox/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/rex-resizable/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/rex-resizable/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.0.GA/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/sortableHeader/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/sortableHeader/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>sortableHeader</artifactId>
<name>sortableHeader</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/state/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/state/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/state/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.2.0.GA/sandbox/ui/treeTable/pom.xml
===================================================================
--- tags/3.2.0.GA/sandbox/ui/treeTable/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/sandbox/ui/treeTable/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.2.0.GA/test-applications/facelets/pom.xml
===================================================================
--- tags/3.2.0.GA/test-applications/facelets/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/test-applications/facelets/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.0.GA/test-applications/jsp/pom.xml
===================================================================
--- tags/3.2.0.GA/test-applications/jsp/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/test-applications/jsp/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.2.0.GA/test-applications/pom.xml
===================================================================
--- tags/3.2.0.GA/test-applications/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/test-applications/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<relativePath>../samples</relativePath>
</parent>
@@ -50,11 +50,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.2.0-SNAPSHOT</rfVersion>
+ <rfVersion>3.2.0.GA</rfVersion>
</properties>
<modules>
Modified: tags/3.2.0.GA/test-applications/seleniumTest/pom.xml
===================================================================
--- tags/3.2.0.GA/test-applications/seleniumTest/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/test-applications/seleniumTest/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
<packaging>war</packaging>
<name>seleniumTest Maven Webapp</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<url>http://maven.apache.org</url>
<repositories>
<repository>
Modified: tags/3.2.0.GA/ui/create.bat
===================================================================
--- tags/3.2.0.GA/ui/create.bat 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/ui/create.bat 2008-04-01 00:17:35 UTC (rev 7512)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.2.0.GA -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.2.0.GA/ui/create.sh
===================================================================
--- tags/3.2.0.GA/ui/create.sh 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/ui/create.sh 2008-04-01 00:17:35 UTC (rev 7512)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.2.0-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.2.0.GA -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: tags/3.2.0.GA/ui/dataTable/pom.xml
===================================================================
--- tags/3.2.0.GA/ui/dataTable/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/ui/dataTable/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
-->
</dependencies>
Modified: tags/3.2.0.GA/ui/drag-drop/pom.xml
===================================================================
--- tags/3.2.0.GA/ui/drag-drop/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/ui/drag-drop/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</dependency>
-->
</dependencies>
Modified: tags/3.2.0.GA/ui/treeTable/pom.xml
===================================================================
--- tags/3.2.0.GA/ui/treeTable/pom.xml 2008-04-01 00:06:42 UTC (rev 7511)
+++ tags/3.2.0.GA/ui/treeTable/pom.xml 2008-04-01 00:17:35 UTC (rev 7512)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.2.0-SNAPSHOT</version>
+ <version>3.2.0.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>