Author: alexsmirnov
Date: 2007-10-17 01:48:46 -0400 (Wed, 17 Oct 2007)
New Revision: 3419
Modified:
tags/3.1.2.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.1.2.GA/extensions/gwt/pom.xml
tags/3.1.2.GA/extensions/seam/pom.xml
tags/3.1.2.GA/extensions/trinidad/pom.xml
tags/3.1.2.GA/framework/api-parent/pom.xml
tags/3.1.2.GA/framework/impl-parent/pom.xml
tags/3.1.2.GA/framework/impl/pom.xml
tags/3.1.2.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.1.2.GA/samples/ajaxPortlet/pom.xml
tags/3.1.2.GA/samples/jQuery-sample/pom.xml
tags/3.1.2.GA/samples/pom.xml
tags/3.1.2.GA/samples/portal-echo/pom.xml
tags/3.1.2.GA/samples/richfaces-art-datatable/pom.xml
tags/3.1.2.GA/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.1.2.GA/samples/richfaces-ear-demo/pom.xml
tags/3.1.2.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.1.2.GA/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.1.2.GA/samples/scrollableDataTableDemo/pom.xml
tags/3.1.2.GA/samples/seamEAR/ear/pom.xml
tags/3.1.2.GA/samples/seamEAR/ejbs/pom.xml
tags/3.1.2.GA/samples/seamEAR/pom.xml
tags/3.1.2.GA/samples/seamEAR/primary-source/pom.xml
tags/3.1.2.GA/samples/seamEAR/projects/logging/pom.xml
tags/3.1.2.GA/samples/seamEAR/projects/pom.xml
tags/3.1.2.GA/samples/seamEAR/wars/pom.xml
tags/3.1.2.GA/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.1.2.GA/samples/seamIntegration/pom.xml
tags/3.1.2.GA/samples/tomahawkCompability/pom.xml
tags/3.1.2.GA/samples/useCases/pom.xml
tags/3.1.2.GA/samples/virtualEarth-sample/pom.xml
tags/3.1.2.GA/sandbox/api/pom.xml
tags/3.1.2.GA/sandbox/impl/pom.xml
tags/3.1.2.GA/sandbox/pom.xml
tags/3.1.2.GA/sandbox/samples/dialog-window-sample/pom.xml
tags/3.1.2.GA/sandbox/samples/panel2-sample/pom.xml
tags/3.1.2.GA/sandbox/samples/pom.xml
tags/3.1.2.GA/sandbox/samples/rich-message-demo/pom.xml
tags/3.1.2.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.1.2.GA/sandbox/ui/dialog-window/pom.xml
tags/3.1.2.GA/sandbox/ui/panel2/pom.xml
tags/3.1.2.GA/sandbox/ui/pom.xml
tags/3.1.2.GA/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.1.2.GA/sandbox/ui/state/pom.xml
tags/3.1.2.GA/test-applications/facelets/pom.xml
tags/3.1.2.GA/test-applications/jsp/pom.xml
tags/3.1.2.GA/test-applications/pom.xml
tags/3.1.2.GA/ui/create.bat
tags/3.1.2.GA/ui/create.sh
tags/3.1.2.GA/ui/dataTable/pom.xml
tags/3.1.2.GA/ui/drag-drop/pom.xml
Log:
fix all version occurences
Modified:
tags/3.1.2.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
---
tags/3.1.2.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-10-17
01:07:28 UTC (rev 3418)
+++
tags/3.1.2.GA/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-10-17
05:48:46 UTC (rev 3419)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: tags/3.1.2.GA/extensions/gwt/pom.xml
===================================================================
--- tags/3.1.2.GA/extensions/gwt/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/extensions/gwt/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.1.2.GA/extensions/seam/pom.xml
===================================================================
--- tags/3.1.2.GA/extensions/seam/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/extensions/seam/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.1.2.GA/extensions/trinidad/pom.xml
===================================================================
--- tags/3.1.2.GA/extensions/trinidad/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/extensions/trinidad/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.1.2.GA/framework/api-parent/pom.xml
===================================================================
--- tags/3.1.2.GA/framework/api-parent/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/framework/api-parent/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<packaging>pom</packaging>
<artifactId>api-parent</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>Java Server Faces AJAX framework API Dependencies</name>
<properties>
<jsfVersion>1.1</jsfVersion>
Modified: tags/3.1.2.GA/framework/impl/pom.xml
===================================================================
--- tags/3.1.2.GA/framework/impl/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/framework/impl/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -1,12 +1,4 @@
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <!--
- <parent>
- <artifactId>impl-parent</artifactId>
- <groupId>org.richfaces.framework</groupId>
- <version>3.1.2-SNAPSHOT</version>
- <relativePath>../impl-parent/pom.xml</relativePath>
- </parent>
- -->
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
Modified: tags/3.1.2.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- tags/3.1.2.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-10-17
01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/framework/impl/src/main/java/org/richfaces/VersionBean.java 2007-10-17
05:48:46 UTC (rev 3419)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "2-SNAPSHOT" ;
+ public static final String REVISION = "2.GA" ;
public static final String SCM_REVISION = " SVN $Revision$
$Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.1.2.GA/framework/impl-parent/pom.xml
===================================================================
--- tags/3.1.2.GA/framework/impl-parent/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/framework/impl-parent/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -5,12 +5,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>impl-parent</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>pom</packaging>
<name>
Java Server Faces AJAX framework implementation parent file
@@ -203,7 +203,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<properties>
Modified: tags/3.1.2.GA/samples/ajaxPortlet/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/ajaxPortlet/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/ajaxPortlet/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portalAjaxSample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<description>Ajax JSF sample portlet</description>
<build>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.richfaces.extensions</groupId>
<artifactId>portlet</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/samples/jQuery-sample/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/jQuery-sample/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/jQuery-sample/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>jQuery-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>jQuery-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.2.GA/samples/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -361,7 +361,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/samples/portal-echo/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/portal-echo/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/portal-echo/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: tags/3.1.2.GA/samples/richfaces-art-datatable/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-art-datatable/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/richfaces-art-datatable/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.2.GA/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-ear-demo/ejb/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/richfaces-ear-demo/ejb/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
<packaging>ejb</packaging>
<name>ejb</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
@@ -23,7 +23,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/samples/richfaces-ear-demo/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-ear-demo/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/richfaces-ear-demo/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-ear-demo</artifactId>
<name>JSF 1.2/Jee5 enterprise application demo</name>
<packaging>pom</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<build>
<pluginManagement>
<plugins>
Modified: tags/3.1.2.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-10-17 01:07:28 UTC
(rev 3418)
+++ tags/3.1.2.GA/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-10-17 05:48:46 UTC
(rev 3419)
@@ -4,32 +4,32 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>richfacesEAR</artifactId>
<name>richfacesEAR</name>
<packaging>ear</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>ejb-client</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>war</type>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/richfaces-ear-demo/webapp/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/richfaces-ear-demo/webapp/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
<packaging>war</packaging>
<name>webapp Maven Webapp</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -48,17 +48,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<optional>true</optional>
</dependency>
<dependency>
@@ -71,7 +71,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>ejb-client</type>
<scope>provided</scope>
<optional>true</optional>
Modified: tags/3.1.2.GA/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/scrollableDataTableDemo/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/scrollableDataTableDemo/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -4,34 +4,34 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>scrollableDataTable Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/samples/seamEAR/ear/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/ear/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamEAR/ear/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/samples/seamEAR/ejbs/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/ejbs/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamEAR/ejbs/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/samples/seamEAR/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamEAR/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<artifactId>seamEAR</artifactId>
<packaging>pom</packaging>
<name>seam EAR project</name>
@@ -58,23 +58,23 @@
org.richfaces.samples.seamEAR.projects
</groupId>
<artifactId>logging</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/samples/seamEAR/primary-source/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/primary-source/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/seamEAR/primary-source/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.1.2.GA/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/projects/logging/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/seamEAR/projects/logging/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
</project>
Modified: tags/3.1.2.GA/samples/seamEAR/projects/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/projects/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamEAR/projects/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.1.2.GA/samples/seamEAR/wars/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/wars/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamEAR/wars/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.1.2.GA/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamEAR/wars/seamWebapp/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/samples/seamEAR/wars/seamWebapp/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.1.2.GA/samples/seamIntegration/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/seamIntegration/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/seamIntegration/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: tags/3.1.2.GA/samples/tomahawkCompability/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/tomahawkCompability/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/tomahawkCompability/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: tags/3.1.2.GA/samples/useCases/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/useCases/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/useCases/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: tags/3.1.2.GA/samples/virtualEarth-sample/pom.xml
===================================================================
--- tags/3.1.2.GA/samples/virtualEarth-sample/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/samples/virtualEarth-sample/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.2.GA/sandbox/api/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/api/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/api/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,18 +2,18 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/sandbox/impl/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/impl/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/impl/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.2.GA/sandbox/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.1.2.GA/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/samples/dialog-window-sample/pom.xml 2007-10-17 01:07:28 UTC
(rev 3418)
+++ tags/3.1.2.GA/sandbox/samples/dialog-window-sample/pom.xml 2007-10-17 05:48:46 UTC
(rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/samples/panel2-sample/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/sandbox/samples/panel2-sample/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -15,12 +15,12 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>panel2</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/sandbox/samples/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/samples/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/samples/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.2.GA/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/samples/rich-message-demo/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/sandbox/samples/rich-message-demo/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.demo</groupId>
@@ -13,17 +13,17 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>message</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2007-10-17 01:07:28
UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2007-10-17 05:48:46
UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.2.GA/sandbox/ui/dialog-window/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/ui/dialog-window/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/ui/dialog-window/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.1.2.GA/sandbox/ui/panel2/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/ui/panel2/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/ui/panel2/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.2.GA/sandbox/ui/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/ui/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/ui/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.1.2.GA/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2007-10-17 01:07:28 UTC (rev
3418)
+++ tags/3.1.2.GA/sandbox/ui/simpleTogglePanel2/pom.xml 2007-10-17 05:48:46 UTC (rev
3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.2.GA/sandbox/ui/state/pom.xml
===================================================================
--- tags/3.1.2.GA/sandbox/ui/state/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/sandbox/ui/state/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.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.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.1.2.GA/test-applications/facelets/pom.xml
===================================================================
--- tags/3.1.2.GA/test-applications/facelets/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/test-applications/facelets/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.2.GA/test-applications/jsp/pom.xml
===================================================================
--- tags/3.1.2.GA/test-applications/jsp/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/test-applications/jsp/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.2.GA/test-applications/pom.xml
===================================================================
--- tags/3.1.2.GA/test-applications/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/test-applications/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.2-SNAPSHOT</rfVersion>
+ <rfVersion>3.1.2.GA</rfVersion>
</properties>
<modules>
Modified: tags/3.1.2.GA/ui/create.bat
===================================================================
--- tags/3.1.2.GA/ui/create.bat 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/ui/create.bat 2007-10-17 05:48:46 UTC (rev 3419)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.1.2-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.1.2.GA
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.1.2.GA/ui/create.sh
===================================================================
--- tags/3.1.2.GA/ui/create.sh 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/ui/create.sh 2007-10-17 05:48:46 UTC (rev 3419)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component \
- -DarchetypeVersion=3.1.2-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=$1
+ -DarchetypeVersion=3.1.2.GA -DgroupId=org.richfaces.ui -DartifactId=$1
Modified: tags/3.1.2.GA/ui/dataTable/pom.xml
===================================================================
--- tags/3.1.2.GA/ui/dataTable/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/ui/dataTable/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
-->
</dependencies>
Modified: tags/3.1.2.GA/ui/drag-drop/pom.xml
===================================================================
--- tags/3.1.2.GA/ui/drag-drop/pom.xml 2007-10-17 01:07:28 UTC (rev 3418)
+++ tags/3.1.2.GA/ui/drag-drop/pom.xml 2007-10-17 05:48:46 UTC (rev 3419)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.2-SNAPSHOT</version>
+ <version>3.1.2.GA</version>
</dependency>
-->
</dependencies>