Author: alexsmirnov
Date: 2007-09-12 18:58:28 -0400 (Wed, 12 Sep 2007)
New Revision: 2922
Removed:
tags/3.1.0/framework/api-parent/
tags/3.1.0/framework/impl-parent/
Modified:
tags/3.1.0/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.1.0/extensions/gwt/pom.xml
tags/3.1.0/extensions/seam/pom.xml
tags/3.1.0/extensions/trinidad/pom.xml
tags/3.1.0/framework/impl/pom.xml
tags/3.1.0/samples/ajaxPortlet/pom.xml
tags/3.1.0/samples/pom.xml
tags/3.1.0/samples/portal-echo/pom.xml
tags/3.1.0/samples/richfaces-art-datatable/pom.xml
tags/3.1.0/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.1.0/samples/richfaces-ear-demo/pom.xml
tags/3.1.0/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.1.0/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.1.0/samples/scrollableDataTableDemo/pom.xml
tags/3.1.0/samples/seamEAR/ear/pom.xml
tags/3.1.0/samples/seamEAR/ejbs/pom.xml
tags/3.1.0/samples/seamEAR/pom.xml
tags/3.1.0/samples/seamEAR/primary-source/pom.xml
tags/3.1.0/samples/seamEAR/projects/logging/pom.xml
tags/3.1.0/samples/seamEAR/projects/pom.xml
tags/3.1.0/samples/seamEAR/wars/pom.xml
tags/3.1.0/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.1.0/samples/seamIntegration/pom.xml
tags/3.1.0/samples/tomahawkCompability/pom.xml
tags/3.1.0/samples/useCases/pom.xml
tags/3.1.0/samples/virtualEarth-sample/pom.xml
tags/3.1.0/sandbox/samples/rich-message-demo/pom.xml
tags/3.1.0/test-applications/facelets/pom.xml
tags/3.1.0/test-applications/jsp/pom.xml
tags/3.1.0/test-applications/pom.xml
tags/3.1.0/ui/dataTable/pom.xml
tags/3.1.0/ui/drag-drop/pom.xml
Log:
fix all references to a 3.1.0-SNAPSHOT
Modified:
tags/3.1.0/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
---
tags/3.1.0/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-09-12
22:15:32 UTC (rev 2921)
+++
tags/3.1.0/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2007-09-12
22:58:28 UTC (rev 2922)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
Modified: tags/3.1.0/extensions/gwt/pom.xml
===================================================================
--- tags/3.1.0/extensions/gwt/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/extensions/gwt/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -3,7 +3,7 @@
<parent>
<artifactId>master</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -97,11 +97,16 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>ajax4jsf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.1.0</version>
</dependency>
<dependency>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-impl</artifactId>
+ <version>3.1.0</version>
+ </dependency>
+ <dependency>
<groupId>com.sun.facelets</groupId>
<artifactId>jsf-facelets</artifactId>
<version>1.1.11</version>
Modified: tags/3.1.0/extensions/seam/pom.xml
===================================================================
--- tags/3.1.0/extensions/seam/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/extensions/seam/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -1,8 +1,8 @@
<?xml version="1.0"?><project>
<parent>
- <artifactId>master</artifactId>
+ <artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.1.0/extensions/trinidad/pom.xml
===================================================================
--- tags/3.1.0/extensions/trinidad/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/extensions/trinidad/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -1,8 +1,8 @@
<?xml version="1.0"?><project>
<parent>
- <artifactId>master</artifactId>
+ <artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>1.1.1-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -33,9 +33,9 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.richfaces</groupId>
- <artifactId>ajax4jsf</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <groupId>org.richfaces.framework</groupId>
+ <artifactId>richfaces-api</artifactId>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.1.0/framework/impl/pom.xml
===================================================================
--- tags/3.1.0/framework/impl/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/framework/impl/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -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.0-SNAPSHOT</version>
- <relativePath>../impl-parent/pom.xml</relativePath>
- </parent>
- -->
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
Modified: tags/3.1.0/samples/ajaxPortlet/pom.xml
===================================================================
--- tags/3.1.0/samples/ajaxPortlet/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/ajaxPortlet/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portalAjaxSample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0/samples/pom.xml
===================================================================
--- tags/3.1.0/samples/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -361,7 +361,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0/samples/portal-echo/pom.xml
===================================================================
--- tags/3.1.0/samples/portal-echo/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/portal-echo/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -5,13 +5,13 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>portal-echo</artifactId>
<packaging>war</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<description>Ajax JSF sample portlet</description>
<build>
<defaultGoal>package</defaultGoal>
Modified: tags/3.1.0/samples/richfaces-art-datatable/pom.xml
===================================================================
--- tags/3.1.0/samples/richfaces-art-datatable/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/richfaces-art-datatable/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -3,19 +3,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-art-datatable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- tags/3.1.0/samples/richfaces-ear-demo/ejb/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/richfaces-ear-demo/ejb/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0/samples/richfaces-ear-demo/pom.xml
===================================================================
--- tags/3.1.0/samples/richfaces-ear-demo/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/richfaces-ear-demo/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -4,14 +4,14 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<build>
<pluginManagement>
<plugins>
Modified: tags/3.1.0/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- tags/3.1.0/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-09-12 22:15:32 UTC
(rev 2921)
+++ tags/3.1.0/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2007-09-12 22:58:28 UTC
(rev 2922)
@@ -4,26 +4,26 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>ejb</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>webapp</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>war</type>
</dependency>
</dependencies>
Modified: tags/3.1.0/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- tags/3.1.0/samples/richfaces-ear-demo/webapp/pom.xml 2007-09-12 22:15:32 UTC (rev
2921)
+++ tags/3.1.0/samples/richfaces-ear-demo/webapp/pom.xml 2007-09-12 22:58:28 UTC (rev
2922)
@@ -4,14 +4,14 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<url>http://maven.apache.org</url>
<build>
<finalName>webapp</finalName>
@@ -36,17 +36,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
<artifactId>ejb</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>ejb-client</type>
</dependency>
<dependency>
Modified: tags/3.1.0/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- tags/3.1.0/samples/scrollableDataTableDemo/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/scrollableDataTableDemo/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -4,34 +4,34 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>war</packaging>
<name>scrollableDataTable Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
</dependencies>
Modified: tags/3.1.0/samples/seamEAR/ear/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/ear/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/ear/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -6,18 +6,18 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ear</artifactId>
<packaging>ear</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<name>ear assembly</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<dependencies>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0/samples/seamEAR/ejbs/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/ejbs/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/ejbs/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -6,12 +6,12 @@
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
<packaging>ejb</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<name>enterprise java beans</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<dependencies>
<dependency>
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<exclusions>
<exclusion>
<groupId>javax.faces</groupId>
Modified: tags/3.1.0/samples/seamEAR/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -6,12 +6,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
-->
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>primary-source</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR.wars</groupId>
<artifactId>seamWebapp</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>ejbs</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<type>ejb</type>
</dependency>
</dependencies>
Modified: tags/3.1.0/samples/seamEAR/primary-source/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/primary-source/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/primary-source/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.1.0/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/projects/logging/pom.xml 2007-09-12 22:15:32 UTC (rev
2921)
+++ tags/3.1.0/samples/seamEAR/projects/logging/pom.xml 2007-09-12 22:58:28 UTC (rev
2922)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
</project>
Modified: tags/3.1.0/samples/seamEAR/projects/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/projects/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/projects/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -1,14 +1,14 @@
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.seamEAR</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<artifactId>projects</artifactId>
<packaging>pom</packaging>
<name>sub projects</name>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.1.0/samples/seamEAR/wars/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/wars/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/wars/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -4,11 +4,11 @@
<artifactId>wars</artifactId>
<packaging>pom</packaging>
<name>wars</name>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.1.0/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- tags/3.1.0/samples/seamEAR/wars/seamWebapp/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamEAR/wars/seamWebapp/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -42,17 +42,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.1.0/samples/seamIntegration/pom.xml
===================================================================
--- tags/3.1.0/samples/seamIntegration/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/seamIntegration/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<build>
<finalName>seamIntegration</finalName>
<plugins>
Modified: tags/3.1.0/samples/tomahawkCompability/pom.xml
===================================================================
--- tags/3.1.0/samples/tomahawkCompability/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/tomahawkCompability/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>tomahawkCompability</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>war</packaging>
<name>tomahawkCompability Maven Webapp</name>
<properties>
Modified: tags/3.1.0/samples/useCases/pom.xml
===================================================================
--- tags/3.1.0/samples/useCases/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/useCases/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -5,12 +5,12 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>useCases</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>war</packaging>
<name>useCases Maven Webapp</name>
<build>
Modified: tags/3.1.0/samples/virtualEarth-sample/pom.xml
===================================================================
--- tags/3.1.0/samples/virtualEarth-sample/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/samples/virtualEarth-sample/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -4,19 +4,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>virtualEarth-sample</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<packaging>war</packaging>
<name>gmap-sample Maven Webapp</name>
<dependencies>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>virtualEarth</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.1.0/sandbox/samples/rich-message-demo/pom.xml
===================================================================
--- tags/3.1.0/sandbox/samples/rich-message-demo/pom.xml 2007-09-12 22:15:32 UTC (rev
2921)
+++ tags/3.1.0/sandbox/samples/rich-message-demo/pom.xml 2007-09-12 22:58:28 UTC (rev
2922)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</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.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
</dependencies>
Modified: tags/3.1.0/test-applications/facelets/pom.xml
===================================================================
--- tags/3.1.0/test-applications/facelets/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/test-applications/facelets/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.0/test-applications/jsp/pom.xml
===================================================================
--- tags/3.1.0/test-applications/jsp/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/test-applications/jsp/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.1.0/test-applications/pom.xml
===================================================================
--- tags/3.1.0/test-applications/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/test-applications/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<relativePath>../samples</relativePath>
</parent>
@@ -43,11 +43,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.1.0-SNAPSHOT</rfVersion>
+ <rfVersion>3.1.0</rfVersion>
</properties>
<modules>
Modified: tags/3.1.0/ui/dataTable/pom.xml
===================================================================
--- tags/3.1.0/ui/dataTable/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/ui/dataTable/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
-->
</dependencies>
Modified: tags/3.1.0/ui/drag-drop/pom.xml
===================================================================
--- tags/3.1.0/ui/drag-drop/pom.xml 2007-09-12 22:15:32 UTC (rev 2921)
+++ tags/3.1.0/ui/drag-drop/pom.xml 2007-09-12 22:58:28 UTC (rev 2922)
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.1.0-SNAPSHOT</version>
+ <version>3.1.0</version>
</dependency>
-->
</dependencies>