JBoss Rich Faces SVN: r16864 - in root: ui/trunk/version-matrix and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2010-04-30 15:35:18 -0400 (Fri, 30 Apr 2010)
New Revision: 16864
Modified:
root/framework/trunk/pom.xml
root/ui/trunk/version-matrix/pom.xml
Log:
update jsf-test to 1.0.3
Modified: root/framework/trunk/pom.xml
===================================================================
--- root/framework/trunk/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
+++ root/framework/trunk/pom.xml 2010-04-30 19:35:18 UTC (rev 16864)
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>htmlunit-client</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>jsf-mock</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Modified: root/ui/trunk/version-matrix/pom.xml
===================================================================
--- root/ui/trunk/version-matrix/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
+++ root/ui/trunk/version-matrix/pom.xml 2010-04-30 19:35:18 UTC (rev 16864)
@@ -73,17 +73,17 @@
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>htmlunit-client</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>jsf-mock</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>jsf-test-stage</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>junit</groupId>
14 years, 7 months
JBoss Rich Faces SVN: r16863 - in branches/community/3.3.X: cdk/maven-archetype-seam-app/src/main/resources/archetype-resources and 19 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2010-04-30 15:10:49 -0400 (Fri, 30 Apr 2010)
New Revision: 16863
Modified:
branches/community/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
branches/community/3.3.X/docs/cdkguide/pom.xml
branches/community/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
branches/community/3.3.X/docs/faq/pom.xml
branches/community/3.3.X/docs/migrationguide/pom.xml
branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
branches/community/3.3.X/docs/pom.xml
branches/community/3.3.X/docs/userguide/pom.xml
branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml
branches/community/3.3.X/examples/photoalbum/source/pom.xml
branches/community/3.3.X/examples/photoalbum/source/web/pom.xml
branches/community/3.3.X/framework/jsf-test/pom.xml
branches/community/3.3.X/framework/pom.xml
branches/community/3.3.X/pom.xml
branches/community/3.3.X/samples/richfaces-demo/pom.xml
branches/community/3.3.X/test-applications/ajaxTest/pom.xml
branches/community/3.3.X/test-applications/pom.xml
branches/community/3.3.X/test-applications/regressionArea/pom.xml
branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
branches/community/3.3.X/test-applications/seleniumTest/pom.xml
branches/community/3.3.X/ui/pom.xml
Log:
Adjust project to use new Jboss repo
Modified: branches/community/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/community/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -20,13 +20,8 @@
<repository>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
- <repository>
- <id>repository.exadel.com</id>
- <name>Exadel Maven 2 Repository</name>
- <url>http://repository.exadel.com/</url>
- </repository>
</repositories>
<modules>
Modified: branches/community/3.3.X/docs/cdkguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/cdkguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/cdkguide/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -22,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/community/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/community/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -22,11 +22,12 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
+
<build>
<pluginManagement>
<plugins>
Modified: branches/community/3.3.X/docs/faq/pom.xml
===================================================================
--- branches/community/3.3.X/docs/faq/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/faq/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -11,42 +11,10 @@
<version>3.3.4-SNAPSHOT</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
- <!--repositories>
- <repository>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>repository.jboss.com</id>
- <name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
- <layout>default</layout>
- </repository>
- <repository>
- <id>eclipse</id>
- <url>http://repo1.maven.org/eclipse/</url>
- </repository>
- </repositories-->
<pluginRepositories>
<pluginRepository>
<releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
<enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>snapshots.jboss.com</id>
- <name>Jboss Repository for Maven</name>
- <url>http://snapshots.jboss.com/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
- <pluginRepository>
- <releases>
- <enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
@@ -54,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/community/3.3.X/docs/migrationguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/migrationguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/migrationguide/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -10,7 +10,7 @@
<packaging>pom</packaging>
<version>3.3.4-SNAPSHOT</version>
<name>Migration Guide</name>
- <description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
+ <description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
<pluginRepository>
<releases>
@@ -22,10 +22,10 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
- </pluginRepositories>
+ </pluginRepositories>
<profiles>
<profile>
<id>html</id>
Modified: branches/community/3.3.X/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/photo_album_app_guide/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<version>3.3.4-SNAPSHOT</version>
<name>RichFaces Photo Album Application Guide</name>
- <description>RichFaces Photo Album Application Guide</description>
+ <description>RichFaces Photo Album Application Guide</description>
<pluginRepositories>
<pluginRepository>
<releases>
@@ -24,10 +24,10 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
- </pluginRepositories>
+ </pluginRepositories>
<profiles>
<profile>
<id>html</id>
Modified: branches/community/3.3.X/docs/pom.xml
===================================================================
--- branches/community/3.3.X/docs/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -22,13 +22,9 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
- <repository>
- <id>eclipse</id>
- <url>http://repo1.maven.org/eclipse/</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -41,7 +37,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/community/3.3.X/docs/userguide/pom.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/docs/userguide/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -22,21 +22,9 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
</pluginRepositories>
<profiles>
<profile>
Modified: branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -67,8 +67,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.0.ga</version>
- <!--<version>3.4.0.GA</version>-->
+ <version>3.4.0.GA</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: branches/community/3.3.X/examples/photoalbum/source/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/examples/photoalbum/source/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -44,14 +44,8 @@
<repository>
<id>repository.jboss.org</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <snapshots><enabled>true</enabled></snapshots>
- </repository>
</repositories>
<modules>
<module>ejb</module>
Modified: branches/community/3.3.X/examples/photoalbum/source/web/pom.xml
===================================================================
--- branches/community/3.3.X/examples/photoalbum/source/web/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/examples/photoalbum/source/web/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -24,7 +24,7 @@
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
- <version>2.4.0-beta1</version>
+ <version>2.4.0-beta-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -63,10 +63,16 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.0.ga</version>
+ <version>3.4.0.GA</version>
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-commons-annotations</artifactId>
<version>3.3.0.ga</version>
Modified: branches/community/3.3.X/framework/jsf-test/pom.xml
===================================================================
--- branches/community/3.3.X/framework/jsf-test/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/framework/jsf-test/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -86,7 +86,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -99,7 +99,7 @@
<version>2.1</version>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: branches/community/3.3.X/framework/pom.xml
===================================================================
--- branches/community/3.3.X/framework/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/framework/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -96,7 +96,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -117,7 +117,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>provided</scope>
Modified: branches/community/3.3.X/pom.xml
===================================================================
--- branches/community/3.3.X/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -6,11 +6,6 @@
<name>RichFaces project</name>
<version>3.3.4-SNAPSHOT</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
- <properties>
- <snapshotRepository>
- dav:https://snapshots.jboss.org/maven2
- </snapshotRepository>
- </properties>
<dependencies />
<build>
<extensions>
@@ -108,39 +103,17 @@
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
- <id>maven-repository.dev.java.net</id>
- <name>Java.net Repository for Maven</name>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
+
+ <id>repository.jboss.org</id>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
<repository>
- <releases />
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
<id>maven2-repository.dev.java.net</id>
<name>Java.net Repository for Maven</name>
<url>http://download.java.net/maven/2/</url>
<layout>default</layout>
</repository>
- <repository>
- <releases />
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
- </repository>
</repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>atlassian-m2-repository</id>
- <name>Atlassian Maven 2.x Repository</name>
- <url>http://repository.atlassian.com/maven2</url>
- </pluginRepository>
- </pluginRepositories>
<distributionManagement>
<downloadUrl>
http://www.jboss.org/richfaces/download
Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -14,7 +14,6 @@
<properties>
<classifiedArtifactId>richfaces-demo</classifiedArtifactId>
</properties>
-
<repositories>
<repository>
<releases>
@@ -26,11 +25,10 @@
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
<url>
- http://repository.jboss.com/maven2/
+ https://repository.jboss.org/nexus/content/groups/public/
</url>
</repository>
</repositories>
-
<build>
<finalName>${classifiedArtifactId}</finalName>
<plugins>
Modified: branches/community/3.3.X/test-applications/ajaxTest/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/ajaxTest/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/test-applications/ajaxTest/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -87,7 +87,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: branches/community/3.3.X/test-applications/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/test-applications/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -5,34 +5,7 @@
<version>3.3.4-SNAPSHOT</version>
<relativePath>../samples</relativePath>
</parent>
-
<repositories>
- <!--repository>
- <releases>
- <enabled>true</enabled>
- </releases>
-
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
-
- <id>maven2-snapshots.exadel.com</id>
- <name>Exadel Repository for Maven Snapshots</name>
- <url>http://maven.exadel.com/</url>
- <layout>default</layout>
- </repository-->
- <repository>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
-
- <id>snapshots.jboss.org</id>
- <name>JBoss snapshots repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </repository>
<repository>
<releases>
@@ -41,7 +14,7 @@
<id>jboss.org</id>
<name>JBoss repository</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
Modified: branches/community/3.3.X/test-applications/regressionArea/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/regressionArea/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/test-applications/regressionArea/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -13,24 +13,13 @@
<name>Regresion Area:Seam Application</name>
<repositories>
<repository>
- <releases/>
+ <releases />
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
- <id>maven-repository.dev.java.net</id>
- <name>Java.net Repository for Maven</name>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <releases/>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
<id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<properties>
Modified: branches/community/3.3.X/test-applications/richfaces-docs/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/richfaces-docs/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/test-applications/richfaces-docs/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -31,21 +31,9 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
</pluginRepositories>
<repositories>
<repository>
@@ -56,22 +44,9 @@
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
- <id>snapshots.jboss.org</id>
- <name>Snapshot Jboss Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </repository>
- <repository>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
@@ -115,7 +90,7 @@
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
Modified: branches/community/3.3.X/test-applications/seleniumTest/pom.xml
===================================================================
--- branches/community/3.3.X/test-applications/seleniumTest/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/test-applications/seleniumTest/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -17,36 +17,6 @@
<properties>
<http.port>8085</http.port>
</properties>
- <repositories>
- <repository>
- <id>nexus-openqa</id>
- <name>OpenQA Repository</name>
- <url>http://nexus.openqa.org/content/repositories/releases</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>nexus-openqa-snapshots</id>
- <name>OpenQA Snapshots Repository</name>
- <url>http://nexus.openqa.org/content/repositories/snapshots</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- <repository>
- <id>maven-2-repository.dev.java.net</id>
- <url>http://download.java.net/maven/2</url>
- </repository>
- </repositories>
<build>
<plugins>
<plugin>
Modified: branches/community/3.3.X/ui/pom.xml
===================================================================
--- branches/community/3.3.X/ui/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
+++ branches/community/3.3.X/ui/pom.xml 2010-04-30 19:10:49 UTC (rev 16863)
@@ -261,7 +261,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -285,7 +285,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
- <version>1.1.2</version>
+ <version>1.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
14 years, 7 months
JBoss Rich Faces SVN: r16862 - in branches/enterprise/3.3.X: cdk/maven-archetype-seam-app/src/main/resources/archetype-resources and 22 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: amarkhel
Date: 2010-04-30 15:07:26 -0400 (Fri, 30 Apr 2010)
New Revision: 16862
Modified:
branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
branches/enterprise/3.3.X/docs/cdkguide/pom.xml
branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
branches/enterprise/3.3.X/docs/faq/pom.xml
branches/enterprise/3.3.X/docs/migrationguide/pom.xml
branches/enterprise/3.3.X/docs/photo_album_app_guide/pom.xml
branches/enterprise/3.3.X/docs/pom.xml
branches/enterprise/3.3.X/docs/userguide/pom.xml
branches/enterprise/3.3.X/examples/photoalbum/source/ejb/pom.xml
branches/enterprise/3.3.X/examples/photoalbum/source/pom.xml
branches/enterprise/3.3.X/examples/photoalbum/source/web/pom.xml
branches/enterprise/3.3.X/framework/jsf-test/pom.xml
branches/enterprise/3.3.X/framework/pom.xml
branches/enterprise/3.3.X/pom.xml
branches/enterprise/3.3.X/samples/richfaces-demo/pom.xml
branches/enterprise/3.3.X/samples/seamEAR/pom.xml
branches/enterprise/3.3.X/test-applications/ajaxTest/pom.xml
branches/enterprise/3.3.X/test-applications/pom.xml
branches/enterprise/3.3.X/test-applications/regressionArea/pom.xml
branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ejb/pom.xml
branches/enterprise/3.3.X/test-applications/richfaces-docs/pom.xml
branches/enterprise/3.3.X/test-applications/seamApp/pom.xml
branches/enterprise/3.3.X/test-applications/seleniumTest/pom.xml
branches/enterprise/3.3.X/ui/pom.xml
Log:
AdAdjust project to use new Jboss repo
Modified: branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -20,13 +20,8 @@
<repository>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
- <repository>
- <id>repository.exadel.com</id>
- <name>Exadel Maven 2 Repository</name>
- <url>http://repository.exadel.com/</url>
- </repository>
</repositories>
<modules>
Modified: branches/enterprise/3.3.X/docs/cdkguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/cdkguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/faq/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/faq/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/faq/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -11,42 +11,10 @@
<version>3.3.1.SP1-SNAPSHOT</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
- <!--repositories>
- <repository>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>repository.jboss.com</id>
- <name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
- <layout>default</layout>
- </repository>
- <repository>
- <id>eclipse</id>
- <url>http://repo1.maven.org/eclipse/</url>
- </repository>
- </repositories-->
<pluginRepositories>
<pluginRepository>
<releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
<enabled>true</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>snapshots.jboss.com</id>
- <name>Jboss Repository for Maven</name>
- <url>http://snapshots.jboss.com/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
- <pluginRepository>
- <releases>
- <enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
@@ -54,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/migrationguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/migrationguide/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/migrationguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,7 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/photo_album_app_guide/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/photo_album_app_guide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -24,7 +24,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,13 +22,10 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
- <repository>
- <id>eclipse</id>
- <url>http://repo1.maven.org/eclipse/</url>
- </repository>
+
</repositories>
<pluginRepositories>
<pluginRepository>
@@ -41,7 +38,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
</pluginRepositories>
Modified: branches/enterprise/3.3.X/docs/userguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/userguide/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/docs/userguide/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,21 +22,9 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</pluginRepository>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </pluginRepository>
</pluginRepositories>
<build>
Modified: branches/enterprise/3.3.X/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -67,7 +67,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.0.ga</version>
+ <version>3.4.0.GA</version>
<!--<version>3.4.0.GA</version>-->
<scope>provided</scope>
</dependency>
Modified: branches/enterprise/3.3.X/examples/photoalbum/source/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/examples/photoalbum/source/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -42,7 +42,7 @@
<repository>
<id>repository.jboss.org</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
<modules>
Modified: branches/enterprise/3.3.X/examples/photoalbum/source/web/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/web/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/examples/photoalbum/source/web/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -24,7 +24,7 @@
<dependency>
<groupId>com.drewnoakes</groupId>
<artifactId>metadata-extractor</artifactId>
- <version>2.4.0-beta1</version>
+ <version>2.4.0-beta-1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
@@ -62,6 +62,12 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.0.ga</version>
<scope>provided</scope>
Modified: branches/enterprise/3.3.X/framework/jsf-test/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/jsf-test/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/framework/jsf-test/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -81,7 +81,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@@ -94,7 +94,7 @@
<version>2.1</version>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: branches/enterprise/3.3.X/framework/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/framework/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -70,7 +70,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -91,7 +91,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>provided</scope>
Modified: branches/enterprise/3.3.X/pom.xml
===================================================================
--- branches/enterprise/3.3.X/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -6,11 +6,6 @@
<name>Jboss RichFaces project</name>
<version>3.3.1.SP1-SNAPSHOT</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
- <properties>
- <snapshotRepository>
- dav:https://snapshots.jboss.org/maven2
- </snapshotRepository>
- </properties>
<dependencies />
<build>
<extensions>
@@ -102,17 +97,6 @@
-->
</modules>
<repositories>
- <repository>
- <releases />
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
- <id>maven-repository.dev.java.net</id>
- <name>Java.net Repository for Maven</name>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
- </repository>
<repository>
<releases />
@@ -121,16 +105,9 @@
<updatePolicy>never</updatePolicy>
</snapshots>
<id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
- <pluginRepositories>
- <pluginRepository>
- <id>atlassian-m2-repository</id>
- <name>Atlassian Maven 2.x Repository</name>
- <url>http://repository.atlassian.com/maven2</url>
- </pluginRepository>
- </pluginRepositories>
<distributionManagement>
<downloadUrl>
http://labs.jboss.com/portal/jbossrichfaces/downloads
Modified: branches/enterprise/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-demo/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/samples/richfaces-demo/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -22,9 +22,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>
- http://repository.jboss.com/maven2/
- </url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
</repositories>
@@ -199,7 +197,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
- <version>3.1.0.CR1</version>
+ <version>3.1.0.GA</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@@ -390,15 +388,13 @@
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
- <artifactId>hibernate</artifactId>
- <version>3.2.6.ga</version>
-
- <exclusions>
- <exclusion>
- <artifactId>commons-collections</artifactId>
- <groupId>commons-collections</groupId>
- </exclusion>
- </exclusions>
+ <artifactId>hibernate-annotations</artifactId>
+ <version>3.4.0.GA</version>
</dependency>
+ <dependency>
+ <groupId>org.hibernate</groupId>
+ <artifactId>hibernate-core</artifactId>
+ <version>3.3.2.GA</version>
+ </dependency>
</dependencies>
</project>
Modified: branches/enterprise/3.3.X/samples/seamEAR/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/samples/seamEAR/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -44,7 +44,7 @@
</snapshots>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
<repository>
@@ -56,7 +56,7 @@
</snapshots>
<id>snapshots.jboss.org</id>
<name>Jboss Snapshot Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
Modified: branches/enterprise/3.3.X/test-applications/ajaxTest/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/ajaxTest/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/ajaxTest/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -87,7 +87,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: branches/enterprise/3.3.X/test-applications/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -7,32 +7,6 @@
</parent>
<repositories>
- <!--repository>
- <releases>
- <enabled>true</enabled>
- </releases>
-
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
-
- <id>maven2-snapshots.exadel.com</id>
- <name>Exadel Repository for Maven Snapshots</name>
- <url>http://maven.exadel.com/</url>
- <layout>default</layout>
- </repository-->
- <repository>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
-
- <id>snapshots.jboss.org</id>
- <name>JBoss snapshots repository</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- <layout>default</layout>
- </repository>
<repository>
<releases>
@@ -41,7 +15,7 @@
<id>jboss.org</id>
<name>JBoss repository</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
<layout>default</layout>
</repository>
</repositories>
Modified: branches/enterprise/3.3.X/test-applications/regressionArea/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/regressionArea/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -12,50 +12,16 @@
<version>3.3.1.SP1-SNAPSHOT</version>
<name>Regresion Area:Seam Application</name>
<repositories>
+
<repository>
<releases/>
<snapshots>
<enabled>false</enabled>
<updatePolicy>never</updatePolicy>
</snapshots>
- <id>maven-repository.dev.java.net</id>
- <name>Java.net Repository for Maven</name>
- <url>http://download.java.net/maven/1</url>
- <layout>legacy</layout>
- </repository>
- <repository>
- <releases/>
- <snapshots>
- <enabled>false</enabled>
- <updatePolicy>never</updatePolicy>
- </snapshots>
<id>repository.jboss.org</id>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
- <repository>
- <id>openqa</id>
- <name>OpenQA Repository</name>
- <url>http://archiva.openqa.org/repository/releases</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>openqa-snapshots</id>
- <name>OpenQA Snapshots Repository</name>
- <url>http://archiva.openqa.org/repository/snapshots</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
</repositories>
<properties>
<contextroot>regressionArea</contextroot>
Modified: branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ejb/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ejb/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ejb/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -146,17 +146,4 @@
</plugin>
</plugins>
</build>
-
- <!--pluginRepositories>
- <pluginRepository>
- <id>exadel-repository</id>
- <name>Exadel Maven Repository Manager</name>
- <url>http://maven.eltegra.by:8099/repository</url>
- </pluginRepository>
- <pluginRepository>
- <id>eltegra-maven-proxy</id>
- <name>Exadel Maven Repository Manager</name>
- <url>http://maven.eltegra.by:8099/repository</url>
- </pluginRepository>
- </pluginRepositories-->
</project>
Modified: branches/enterprise/3.3.X/test-applications/richfaces-docs/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/richfaces-docs/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/richfaces-docs/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -17,28 +17,18 @@
</properties>
<repositories>
- <repository>
- <id>snapshots.jboss.org</id>
- <name>Snapshot Jboss Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
- </repository>
<repository>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
-
- <repository>
- <id>repository.exadel.com</id>
- <name>Exadel Maven 2 Repository</name>
- <url>http://repository.exadel.com/</url>
- </repository>
+
</repositories>
Modified: branches/enterprise/3.3.X/test-applications/seamApp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seamApp/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/seamApp/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -20,13 +20,8 @@
<repository>
<id>repository.jboss.com</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.com/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</repository>
- <repository>
- <id>repository.exadel.com</id>
- <name>Exadel Maven 2 Repository</name>
- <url>http://repository.exadel.com/</url>
- </repository>
</repositories>
<modules>
Modified: branches/enterprise/3.3.X/test-applications/seleniumTest/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seleniumTest/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/test-applications/seleniumTest/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -17,36 +17,6 @@
<properties>
<http.port>8085</http.port>
</properties>
- <repositories>
- <repository>
- <id>openqa</id>
- <name>OpenQA Repository</name>
- <url>http://archiva.openqa.org/repository/releases</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
- <repository>
- <id>openqa-snapshots</id>
- <name>OpenQA Snapshots Repository</name>
- <url>http://archiva.openqa.org/repository/snapshots</url>
- <layout>default</layout>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- <repository>
- <id>maven-2-repository.dev.java.net</id>
- <url>http://download.java.net/maven/2</url>
- </repository>
- </repositories>
<build>
<plugins>
<plugin>
Modified: branches/enterprise/3.3.X/ui/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
+++ branches/enterprise/3.3.X/ui/pom.xml 2010-04-30 19:07:26 UTC (rev 16862)
@@ -155,7 +155,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.0</version>
+ <version>2.2</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -179,7 +179,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
- <version>1.1.2</version>
+ <version>1.2</version>
<scope>provided</scope>
</dependency>
<dependency>
14 years, 7 months
JBoss Rich Faces SVN: r16861 - in root/framework/trunk: impl/src/main/java/org/ajax4jsf/renderkit and 4 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2010-04-30 14:59:59 -0400 (Fri, 30 Apr 2010)
New Revision: 16861
Added:
root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolver.java
root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolverNode.java
root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTest.java
root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTestBean.java
root/framework/trunk/impl/src/test/resources/org/richfaces/context/
root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.config.xml
root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.xhtml
Modified:
root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
root/framework/trunk/impl/src/main/java/org/richfaces/context/ExtendedPartialVisitContext.java
root/framework/trunk/impl/src/main/java/org/richfaces/context/IdParser.java
root/framework/trunk/pom.xml
Log:
test-base module removed
https://jira.jboss.org/jira/browse/RF-7856
Modified: root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2010-04-30 18:41:32 UTC (rev 16860)
+++ root/framework/trunk/impl/src/main/java/org/ajax4jsf/renderkit/RendererUtils.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -23,11 +23,8 @@
package org.ajax4jsf.renderkit;
-import static org.richfaces.component.MetaComponentResolver.META_COMPONENT_SEPARATOR_CHAR;
-
import java.io.IOException;
import java.lang.reflect.Array;
-import java.text.MessageFormat;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
@@ -44,7 +41,6 @@
import javax.faces.component.NamingContainer;
import javax.faces.component.UIComponent;
import javax.faces.component.UIForm;
-import javax.faces.component.UINamingContainer;
import javax.faces.component.UIParameter;
import javax.faces.component.UIViewRoot;
import javax.faces.component.ValueHolder;
@@ -60,10 +56,7 @@
import org.ajax4jsf.javascript.JSFunctionDefinition;
import org.ajax4jsf.javascript.JSReference;
import org.ajax4jsf.util.HtmlDimensions;
-import org.richfaces.component.AjaxContainer;
-import org.richfaces.component.MetaComponentResolver;
-import org.richfaces.log.RichfacesLogger;
-import org.slf4j.Logger;
+import org.richfaces.context.ComponentIdResolver;
/**
* Util class for common render operations - render passthru html attributes,
@@ -77,8 +70,6 @@
public static final String DUMMY_FORM_ID = ":_form";
- private static final Logger LOGGER = RichfacesLogger.RENDERKIT.getLogger();
-
// we'd better use this instance multithreadly quickly
private static final RendererUtils INSTANCE = new RendererUtils();
@@ -87,12 +78,10 @@
*/
private static Map<String, String> substitutions = new HashMap<String, String>();
private static Set<String> requiredAttributes = new HashSet<String>();
- private static Map<String, String> metaComponentSubstitutions = new HashMap<String, String>();
static {
substitutions.put(HTML.CLASS_ATTRIBUTE, "styleClass");
requiredAttributes.add(HTML.ALT_ATTRIBUTE);
- metaComponentSubstitutions.put(AjaxContainer.META_COMPONENT_ID, AjaxContainer.DEFAULT_RENDER_ID);
Arrays.sort(HTML.PASS_THRU);
Arrays.sort(HTML.PASS_THRU_EVENTS);
@@ -920,134 +909,24 @@
return false;
}
- private static int findNextIdx(String string, char c, int startIdx) {
- int result = string.indexOf(c, startIdx);
+ public String getPredefinedMetaComponentId(FacesContext facesContext, UIComponent component, String id) {
- if (result < 0) {
- result = string.length();
- }
-
- return result;
- }
-
- private static UIComponent findParentContainer(UIComponent component) {
- UIComponent c = component;
-
- do {
- c = c.getParent();
- } while (!(c instanceof NamingContainer) && c != null);
-
- return c;
- }
-
- private static String computeClientId(FacesContext context,
- UIComponent component, String cleanedId, String id) {
-
- StringBuilder builder = new StringBuilder(id.length());
-
- char separatorChar = UINamingContainer.getSeparatorChar(context);
-
- int nameSegmentsCounter = 1;
- int idx = 0;
-
- //TODO nick - here hack is used - implement correct findComponent(...) method
- while ((idx = cleanedId.indexOf(separatorChar, idx) + 1) > 0) {
- nameSegmentsCounter++;
- }
-
- UIComponent container = component;
-
- for (int i = 0; i < nameSegmentsCounter && container != null; i++) {
- container = findParentContainer(container);
- }
-
- if (container != null) {
- String clientId = container.getContainerClientId(context);
- if (clientId.length() != 0) {
- builder.append(clientId);
- builder.append(separatorChar);
- }
- }
-
- builder.append(id);
-
- return builder.toString();
- }
-
- private static String cleanupId(char separatorChar, String id) {
- if (id == null || id.length() == 0) {
- return id;
- }
-
- StringBuilder sb = new StringBuilder();
-
- boolean appendSeparator = false;
- int lastIdx = 0;
- int idx = 0;
-
- do {
- idx = findNextIdx(id, separatorChar, lastIdx);
- //TODO nick - extract constants
- if (idx == lastIdx || (id.charAt(lastIdx) != '[' && id.charAt(idx - 1) != ']')) {
- //TODO nick - review this code for '*' selectors handling
- if (idx - lastIdx != 1 || id.charAt(lastIdx) != '*') {
- if (appendSeparator) {
- sb.append(separatorChar);
- } else {
- appendSeparator = true;
- }
-
- sb.append(id.substring(lastIdx, idx));
- }
- }
-
- lastIdx = idx + 1;
- } while (idx != id.length());
-
- return sb.toString();
- }
-
- private static String resolveMetaComponentId(FacesContext context, UIComponent component, String metaComponentId) {
- UIComponent c = component;
- while (c != null) {
- if (c instanceof MetaComponentResolver) {
- MetaComponentResolver metaComponentResolver = (MetaComponentResolver) c;
-
- String resolvedId = metaComponentResolver.resolveClientId(context, component, metaComponentId);
-
- if (resolvedId != null) {
- return resolvedId;
- }
- }
-
- c = c.getParent();
- }
-
- return metaComponentSubstitutions.get(metaComponentId);
- }
-
- private boolean addPredefinedMetaComponentId(FacesContext facesContext, UIComponent component,
- Set<String> ids, String id) {
-
if (AjaxRendererUtils.ALL.equals(id)) {
- ids.clear();
- ids.add(AjaxRendererUtils.ALL);
- return true;
+ return AjaxRendererUtils.ALL;
} else if (AjaxRendererUtils.NONE.equals(id)) {
- ids.clear();
- return true;
+ return AjaxRendererUtils.NONE;
} else if (AjaxRendererUtils.THIS.equals(id)) {
- ids.add(component.getClientId(facesContext));
- return true;
+ return component.getClientId(facesContext);
} else if (AjaxRendererUtils.FORM.equals(id)) {
UIForm nestingForm = getNestingForm(facesContext, component);
if (nestingForm != null) {
- ids.add(nestingForm.getClientId(facesContext));
+ return nestingForm.getClientId(facesContext);
+ } else {
+ //TODO nick - log warning for missing form
}
- return true;
}
- return false;
+ return null;
}
/**
@@ -1065,81 +944,31 @@
Set<String> result = new LinkedHashSet<String>(shortIds.size());
if (checkKeyword(shortIds, AjaxRendererUtils.ALL)) {
- result.clear();
result.add(AjaxRendererUtils.ALL);
} else if (checkKeyword(shortIds, AjaxRendererUtils.NONE)) {
//do nothing, use empty set
} else {
- for (String id : shortIds) {
- if (id.length() == 0) {
- continue;
- }
+ ComponentIdResolver locator = new ComponentIdResolver(context);
- if (addPredefinedMetaComponentId(context, component, result, id)) {
- continue;
- }
-
- char separatorChar = UINamingContainer.getSeparatorChar(context);
- if (id.charAt(0) == separatorChar) {
- //TODO nick - how to handle meta-component IDs attached to client IDs?
- result.add(id.substring(1));
- continue;
- }
-
- String componentId;
- String metaComponentId;
-
- int idx = id.indexOf(META_COMPONENT_SEPARATOR_CHAR);
- if (idx >= 0) {
- componentId = id.substring(0, idx);
- metaComponentId = id.substring(idx + 1);
- } else {
- componentId = id;
- metaComponentId = null;
- }
-
- UIComponent baseComponent = null;
- String cleanedId = null;
- if (!isEmpty(componentId)) {
- cleanedId = cleanupId(separatorChar, componentId);
- baseComponent = findComponentFor(component, cleanedId);
-
- if (baseComponent == null) {
- LOGGER.warn(MessageFormat.format(
- "''{0}'' cannot be resolved in the current context", cleanedId));
+ for (String id : shortIds) {
+ String predefinedMetaComponentId = getPredefinedMetaComponentId(context, component, id);
+ if (predefinedMetaComponentId != null) {
+ if (AjaxRendererUtils.GLOBAL_META_COMPONENTS.contains(predefinedMetaComponentId)) {
+ result.clear();
+ result.add(predefinedMetaComponentId);
+ break;
+ } else {
+ result.add(predefinedMetaComponentId);
+ continue;
}
}
- if (!isEmpty(metaComponentId)) {
- if (isEmpty(componentId)) {
- baseComponent = component;
- }
+ locator.addId(id);
+ }
- if (baseComponent != null) {
- String convertedId = resolveMetaComponentId(context, baseComponent, metaComponentId);
- if (addPredefinedMetaComponentId(context, baseComponent, result, convertedId)) {
- if (AjaxRendererUtils.GLOBAL_META_COMPONENTS.contains(convertedId)) {
- break;
- }
- } else {
- if (convertedId == null) {
- convertedId = computeClientId(context, baseComponent, cleanedId, id);
- }
+ locator.resolve(component);
- result.add(convertedId);
- }
- } else {
- result.add(id);
- }
- } else {
- if (baseComponent != null) {
- String computedId = computeClientId(context, baseComponent, cleanedId, id);
- result.add(computedId);
- } else {
- result.add(id);
- }
- }
- }
+ result.addAll(locator.getResolvedIds());
}
return result;
Added: root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolver.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolver.java (rev 0)
+++ root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolver.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,480 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.richfaces.context;
+
+import static org.richfaces.component.MetaComponentResolver.META_COMPONENT_SEPARATOR_CHAR;
+
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Iterator;
+import java.util.LinkedList;
+import java.util.Map;
+import java.util.Set;
+
+import javax.faces.component.NamingContainer;
+import javax.faces.component.UIComponent;
+import javax.faces.component.UINamingContainer;
+import javax.faces.context.FacesContext;
+
+import org.ajax4jsf.renderkit.AjaxRendererUtils;
+import org.richfaces.component.AjaxContainer;
+import org.richfaces.component.MetaComponentResolver;
+
+/**
+ * @author Nick Belaevski
+ *
+ */
+public final class ComponentIdResolver {
+
+ private static Map<String, String> metaComponentSubstitutions = new HashMap<String, String>();
+
+ static {
+ metaComponentSubstitutions.put(AjaxContainer.META_COMPONENT_ID, AjaxContainer.DEFAULT_RENDER_ID);
+ }
+
+ private Set<String> resolvedIds;
+
+ private Set<String> unresolvedIds;
+
+ private Set<String> absoluteIds = null;
+
+ private UIComponent containerTopMatchComponent;
+
+ private LinkedList<UIComponent> componentsStack = null;
+
+ private IdParser idParser;
+
+ private char namingContainerSeparator;
+
+ private FacesContext facesContext;
+
+ private ComponentIdResolverNode rootNode;
+
+ public ComponentIdResolver(FacesContext facesContext) {
+ super();
+
+ this.facesContext = facesContext;
+
+ this.resolvedIds = new HashSet<String>();
+ this.unresolvedIds = new HashSet<String>();
+ this.rootNode = new ComponentIdResolverNode(null, null);
+ this.namingContainerSeparator = UINamingContainer.getSeparatorChar(facesContext);
+ this.idParser = new IdParser(namingContainerSeparator, MetaComponentResolver.META_COMPONENT_SEPARATOR_CHAR);
+ }
+
+ private static boolean isNotEmpty(Collection<?> c) {
+ return c != null && !c.isEmpty();
+ }
+
+ private static boolean isRoot(UIComponent component) {
+ return component.getParent() == null;
+ }
+
+ private static UIComponent findRoot(UIComponent component) {
+ UIComponent c = component;
+
+ while (c != null && !isRoot(c)) {
+ c = c.getParent();
+ }
+
+ return c;
+ }
+
+ private static UIComponent findContainerOrRoot(UIComponent component) {
+ UIComponent c = component;
+
+ while (c != null && c.getParent() != null) {
+ if (c instanceof NamingContainer) {
+ break;
+ }
+ c = c.getParent();
+ }
+
+ return c;
+ }
+
+ private static String resolveMetaComponentId(FacesContext context, UIComponent component, String metaComponentId) {
+ UIComponent c = component;
+ while (c != null) {
+ if (c instanceof MetaComponentResolver) {
+ MetaComponentResolver metaComponentResolver = (MetaComponentResolver) c;
+
+ String resolvedId = metaComponentResolver.resolveClientId(context, component, metaComponentId);
+
+ if (resolvedId != null) {
+ return resolvedId;
+ }
+ }
+
+ c = c.getParent();
+ }
+
+ return metaComponentSubstitutions.get(metaComponentId);
+ }
+
+ private String computeClientId(FacesContext context,
+ UIComponent topMatchComponent, String id) {
+
+ UIComponent container = findContainerOrRoot(topMatchComponent.getParent());
+
+ String containerClientId = null;
+
+ if (container instanceof NamingContainer) {
+ containerClientId = container.getContainerClientId(context);
+ }
+
+ if (containerClientId != null && containerClientId.length() != 0) {
+ StringBuilder builder = new StringBuilder(containerClientId.length() + 1 /* separator */ + id.length());
+ builder.append(containerClientId);
+ builder.append(namingContainerSeparator);
+ builder.append(id);
+ return builder.toString();
+ } else {
+ return id;
+ }
+ }
+
+ protected void addIdImmediately(String id) {
+ idParser.setId(id);
+
+ ComponentIdResolverNode node = rootNode;
+
+ while (idParser.findNext()) {
+ String componentId = idParser.getComponentId();
+
+ if (componentId.length() == 0) {
+ continue;
+ }
+
+ if (ExtendedPartialVisitContext.ANY_WILDCARD.equals(componentId)) {
+ continue;
+ }
+
+ if (componentId.length() > 2 && componentId.charAt(0) == '[' &&
+ componentId.charAt(componentId.length() - 1) == ']') {
+
+ continue;
+ }
+
+ node = node.getOrCreateChild(componentId);
+ }
+
+ unresolvedIds.add(id);
+ node.addFullId(id);
+ }
+
+ public void addId(String id) {
+ if (isAbsolute(id)) {
+ if (absoluteIds == null) {
+ absoluteIds = new HashSet<String>();
+ }
+
+ absoluteIds.add(id.substring(1));
+ } else {
+ addIdImmediately(id);
+ }
+ }
+
+ public Set<String> getResolvedIds() {
+ return resolvedIds;
+ }
+
+ private ComponentIdResolverNode buildInversedTreeForNode(ComponentIdResolverNode directNode) {
+ ComponentIdResolverNode localNode = directNode;
+ ComponentIdResolverNode localInversedNode = rootNode;
+
+ while (localNode != null) {
+ ComponentIdResolverNode parent = localNode.getParent();
+ if (parent != null) {
+ localInversedNode = localInversedNode.getOrCreateChild(localNode.getId());
+ }
+
+ localNode = parent;
+ }
+
+ return localInversedNode;
+ }
+
+ private boolean isAbsolute(String id) {
+ return id.charAt(0) == namingContainerSeparator;
+ }
+
+ private void buildInversedFilteredTreeRecursively(ComponentIdResolverNode directNode) {
+ Set<String> fullIds = directNode.getFullIds();
+ if (isNotEmpty(fullIds)) {
+ ComponentIdResolverNode inversedNode = null;
+ for (String fullId : fullIds) {
+ if (isAbsolute(fullId)) {
+ continue;
+ }
+
+ if (inversedNode == null) {
+ inversedNode = buildInversedTreeForNode(directNode);
+ }
+
+ inversedNode.addFullId(fullId);
+ }
+ }
+
+ Collection<ComponentIdResolverNode> children = directNode.getChildren().values();
+ for (ComponentIdResolverNode node : children) {
+ buildInversedFilteredTreeRecursively(node);
+ }
+ }
+
+ protected void clearAllUnresolvedIds() {
+ rootNode.clearChildren();
+ absoluteIds = null;
+ }
+
+ protected boolean hasUnresolvedIds() {
+ return rootNode.hasChildren();
+ }
+
+ protected boolean findComponentsInContainerRecursively(UIComponent component, ComponentIdResolverNode node) {
+ if (!hasUnresolvedIds()) {
+ return true;
+ }
+
+ if (component.getChildCount() > 0) {
+ for (UIComponent child : component.getChildren()) {
+ if (findComponentsInContainer(child, node, false)) {
+ return true;
+ }
+ }
+ }
+
+ if (component.getFacetCount() > 0) {
+ for (UIComponent child : component.getFacets().values()) {
+ if (findComponentsInContainer(child, node, false)) {
+ return true;
+ }
+ }
+ }
+
+ return false;
+ }
+
+ protected boolean resolveId(ComponentIdResolverNode node, UIComponent topMatch, UIComponent bottomMatch) {
+ boolean shouldStop = false;
+ Set<String> fullIds = node.getFullIds();
+ if (isNotEmpty(fullIds)) {
+ for (String fullId : fullIds) {
+ unresolvedIds.remove(fullId);
+
+ String metaComponentId;
+
+ int idx = fullId.indexOf(META_COMPONENT_SEPARATOR_CHAR);
+ if (idx >= 0) {
+ metaComponentId = fullId.substring(idx + 1);
+ } else {
+ metaComponentId = null;
+ }
+
+ String resolvedId = null;
+
+ if (metaComponentId != null && metaComponentId.length() != 0) {
+ resolvedId = resolveMetaComponentId(facesContext, bottomMatch, metaComponentId);
+ }
+
+ if (AjaxRendererUtils.GLOBAL_META_COMPONENTS.contains(resolvedId)) {
+ resolvedIds.clear();
+ resolvedIds.add(resolvedId);
+
+ shouldStop = true;
+ break;
+ } else {
+ if (resolvedId != null) {
+ resolvedIds.add(resolvedId);
+ } else {
+ String computedId = computeClientId(facesContext, topMatch, fullId);
+ resolvedIds.add(computedId);
+ }
+ }
+ }
+ node.resetFullIds();
+ }
+
+ if (shouldStop) {
+ clearAllUnresolvedIds();
+ }
+
+ return shouldStop;
+ }
+
+ protected boolean findComponentsInContainer(UIComponent component, ComponentIdResolverNode node, boolean resolveNCChildren) {
+ ComponentIdResolverNode matchedChild = node.getChild(component.getId());
+ if (matchedChild != null) {
+ try {
+ if (rootNode.equals(node)) {
+ containerTopMatchComponent = component;
+ }
+
+ if (resolveId(matchedChild, containerTopMatchComponent, component)) {
+ return true;
+ }
+
+ if (matchedChild.hasChildren()) {
+ if (component instanceof NamingContainer) {
+ if (findComponentsInContainerRecursively(component, matchedChild)) {
+ return true;
+ }
+ }
+ } else {
+ matchedChild.remove();
+ if (!hasUnresolvedIds()) {
+ return true;
+ }
+ }
+ } finally {
+ if (rootNode.equals(node)) {
+ containerTopMatchComponent = null;
+ }
+ }
+ }
+
+ if (!(component instanceof NamingContainer) || resolveNCChildren) {
+ return findComponentsInContainerRecursively(component, node);
+ }
+
+ return false;
+ }
+
+ protected void matchStackedComponents() {
+ UIComponent bottomMatchComponent = componentsStack.getFirst();
+ if (rootNode.getChild(bottomMatchComponent.getId()) != null) {
+ Iterator<UIComponent> iterator = componentsStack.iterator();
+ ComponentIdResolverNode node = rootNode;
+
+ while (iterator.hasNext() && node != null) {
+ UIComponent component = iterator.next();
+
+ node = node.getChild(component.getId());
+
+ if (node != null) {
+ if (resolveId(node, component, bottomMatchComponent)) {
+ break;
+ }
+
+ if (!node.hasChildren()) {
+ node.remove();
+ }
+ }
+ }
+ }
+ }
+
+ protected boolean findComponentsBelowRecursively(UIComponent component) {
+ if (component.getChildCount() > 0) {
+ for (UIComponent child : component.getChildren()) {
+ if (findComponentsBelow(child)) {
+ return true;
+ }
+ }
+ }
+ if (component.getFacetCount() > 0) {
+ for (UIComponent facet : component.getFacets().values()) {
+ if (findComponentsBelow(facet)) {
+ return true;
+ }
+ }
+ }
+
+ return false;
+ }
+
+ protected boolean findComponentsBelow(UIComponent component) {
+ if (componentsStack == null) {
+ componentsStack = new LinkedList<UIComponent>();
+ }
+
+ componentsStack.addFirst(component);
+ matchStackedComponents();
+
+ boolean result;
+ boolean componentRemoved = false;
+
+ if (hasUnresolvedIds()) {
+ if (!(component instanceof NamingContainer)) {
+ componentRemoved = true;
+ componentsStack.removeFirst();
+ }
+
+ result = findComponentsBelowRecursively(component);
+ } else {
+ result = true;
+ }
+
+ if (!componentRemoved) {
+ componentsStack.removeFirst();
+ }
+
+ return result;
+ }
+
+ public void resolve(UIComponent component) {
+ assert component != null;
+
+ UIComponent c = component;
+
+ //meta-components-only IDs like "@region" are handled by this line
+ resolveId(rootNode, c, c);
+
+ if (hasUnresolvedIds()) {
+ boolean resolutionResult = false;
+
+ while (!isRoot(c) && !resolutionResult) {
+ c = findContainerOrRoot(c);
+
+ resolutionResult = findComponentsInContainer(c, rootNode, true);
+
+ c = c.getParent();
+ }
+ }
+
+ UIComponent root = findRoot(c);
+
+ if (isNotEmpty(absoluteIds)) {
+ for (String absoluteId : absoluteIds) {
+ addIdImmediately(absoluteId);
+ }
+
+ absoluteIds.clear();
+ }
+
+ if (hasUnresolvedIds()) {
+ findComponentsInContainer(root, rootNode, true);
+ }
+
+ if (hasUnresolvedIds()) {
+ ComponentIdResolverNode directTreeRootNode = rootNode;
+ rootNode = new ComponentIdResolverNode(null, null);
+ buildInversedFilteredTreeRecursively(directTreeRootNode);
+
+ findComponentsBelow(root);
+ }
+
+ //TODO nick - LOG here?
+ resolvedIds.addAll(unresolvedIds);
+ }
+}
Added: root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolverNode.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolverNode.java (rev 0)
+++ root/framework/trunk/impl/src/main/java/org/richfaces/context/ComponentIdResolverNode.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,106 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.richfaces.context;
+
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.Map;
+import java.util.Set;
+
+final class ComponentIdResolverNode {
+
+ private Set<String> fullIds;
+
+ private String id;
+
+ private ComponentIdResolverNode parent;
+
+ private Map<String, ComponentIdResolverNode> children = new HashMap<String, ComponentIdResolverNode>(2);
+
+ public ComponentIdResolverNode(ComponentIdResolverNode parent, String id) {
+ this.parent = parent;
+ this.id = id;
+ }
+
+ public ComponentIdResolverNode getChild(String name) {
+ return children.get(name);
+ }
+
+ public ComponentIdResolverNode getOrCreateChild(String name) {
+ ComponentIdResolverNode child = children.get(name);
+ if (child == null) {
+ child = new ComponentIdResolverNode(this, name);
+ children.put(name, child);
+ }
+
+ return child;
+ }
+
+ public boolean hasChildren() {
+ return !children.isEmpty();
+ }
+
+ public Map<String, ComponentIdResolverNode> getChildren() {
+ return children;
+ }
+
+ protected void removeNode(String id) {
+ children.remove(id);
+ }
+
+ public void remove() {
+ if (parent != null) {
+ parent.removeNode(id);
+ if (!parent.hasChildren()) {
+ parent.remove();
+ }
+ }
+ }
+
+ public Set<String> getFullIds() {
+ return fullIds;
+ }
+
+ public void addFullId(String fullId) {
+ if (fullIds == null) {
+ fullIds = new HashSet<String>();
+ }
+
+ fullIds.add(fullId);
+ }
+
+ public void resetFullIds() {
+ this.fullIds = null;
+ }
+
+ public String getId() {
+ return id;
+ }
+
+ public ComponentIdResolverNode getParent() {
+ return parent;
+ }
+
+ public void clearChildren() {
+ children.clear();
+ }
+}
\ No newline at end of file
Modified: root/framework/trunk/impl/src/main/java/org/richfaces/context/ExtendedPartialVisitContext.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/richfaces/context/ExtendedPartialVisitContext.java 2010-04-30 18:41:32 UTC (rev 16860)
+++ root/framework/trunk/impl/src/main/java/org/richfaces/context/ExtendedPartialVisitContext.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -21,8 +21,6 @@
*/
package org.richfaces.context;
-import static org.richfaces.component.MetaComponentResolver.META_COMPONENT_SEPARATOR_CHAR;
-
import java.util.AbstractCollection;
import java.util.Collection;
import java.util.Collections;
@@ -44,6 +42,7 @@
import javax.faces.context.FacesContext;
import org.ajax4jsf.component.AjaxOutput;
+import org.richfaces.component.MetaComponentResolver;
/**
* @author Nick Belaevski
@@ -51,13 +50,10 @@
*/
public class ExtendedPartialVisitContext extends ExtendedVisitContext {
- /**
- *
- */
+ static final String ANY_WILDCARD = "*";
+
private static final int SHORT_ID_IN_CLIENTID_SEGMENTS_NUMBER = 2;
- private static final String ANY_WILDCARD = "*";
-
private final class CollectionProxy extends AbstractCollection<String> {
private CollectionProxy() {
@@ -249,7 +245,7 @@
private IdParser setupIdParser(String id) {
if (idParser == null) {
idParser = new IdParser(UINamingContainer.getSeparatorChar(getFacesContext()),
- META_COMPONENT_SEPARATOR_CHAR);
+ MetaComponentResolver.META_COMPONENT_SEPARATOR_CHAR);
}
idParser.setId(id);
Modified: root/framework/trunk/impl/src/main/java/org/richfaces/context/IdParser.java
===================================================================
--- root/framework/trunk/impl/src/main/java/org/richfaces/context/IdParser.java 2010-04-30 18:41:32 UTC (rev 16860)
+++ root/framework/trunk/impl/src/main/java/org/richfaces/context/IdParser.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -21,6 +21,7 @@
*/
package org.richfaces.context;
+
/**
* Helper class for parsing ids.
*
Added: root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTest.java
===================================================================
--- root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTest.java (rev 0)
+++ root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTest.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,218 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.richfaces.context;
+
+import static org.junit.Assert.assertEquals;
+
+import java.util.HashSet;
+import java.util.Set;
+
+import javax.faces.application.ViewHandler;
+import javax.faces.component.UIComponent;
+import javax.faces.component.UIViewRoot;
+import javax.faces.context.FacesContext;
+import javax.faces.view.ViewDeclarationLanguage;
+
+import org.jboss.test.faces.FacesEnvironment;
+import org.jboss.test.faces.FacesEnvironment.FacesRequest;
+import org.junit.After;
+import org.junit.Before;
+import org.junit.Test;
+
+/**
+ * @author Nick Belaevski
+ *
+ */
+public class ComponentIdResolverTest {
+
+ private FacesEnvironment environment;
+
+ private FacesRequest facesRequest;
+
+ private FacesContext facesContext;
+
+ private UIViewRoot viewRoot;
+
+ @Before
+ public void setUp() throws Exception {
+ environment = FacesEnvironment.createEnvironment();
+
+ environment.withResource("/test.xhtml", getClass().getResource(
+ "/org/richfaces/context/ComponentIdResolver.xhtml"));
+
+ environment.withResource("/WEB-INF/faces-config.xml", getClass().getResource(
+ "/org/richfaces/context/ComponentIdResolver.config.xml"));
+
+ environment.start();
+
+ facesRequest = environment.createFacesRequest();
+ facesRequest.start();
+
+ facesContext = FacesContext.getCurrentInstance();
+ viewRoot = facesContext.getViewRoot();
+
+ ViewHandler viewHandler = facesContext.getApplication().getViewHandler();
+ ViewDeclarationLanguage vdl = viewHandler.getViewDeclarationLanguage(facesContext, viewRoot.getViewId());
+ vdl.buildView(facesContext, viewRoot);
+ }
+
+ @After
+ public void tearDown() throws Exception {
+ viewRoot = null;
+ facesContext = null;
+
+ facesRequest.release();
+ facesRequest = null;
+
+ environment.release();
+ environment = null;
+ }
+
+ private <T> Set<T> asSet(T... elements) {
+ Set<T> set = new HashSet<T>();
+
+ for (T element : elements) {
+ set.add(element);
+ }
+
+ return set;
+ }
+
+ private ComponentIdResolver createComponentIdResolver() {
+ return new ComponentIdResolver(facesContext);
+ }
+
+ private UIComponent evaluateComponentExpression(String expression) {
+ return (UIComponent) facesContext.getApplication().
+ evaluateExpressionGet(facesContext, expression, UIComponent.class);
+ }
+
+ @Test
+ public void testFindBySimpleId() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("input");
+ resolver.addId("column");
+ resolver.addId("header");
+ resolver.resolve(viewRoot);
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:input", "form:table:header", "form:table:column"), resolvedIds);
+ }
+
+ @Test
+ public void testFindBySimpleIdInContext() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("input");
+ resolver.addId("column");
+ resolver.addId("header");
+
+ resolver.resolve(evaluateComponentExpression("#{testBean.table}"));
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:input", "form:table:header", "form:table:column"), resolvedIds);
+ }
+
+ @Test
+ public void testFindByWildcardId() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("table:*:input");
+ resolver.addId("table:[*]:header");
+ resolver.addId("table:[1 2]:column");
+
+ resolver.resolve(evaluateComponentExpression("#{testBean.table}"));
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:*:input", "form:table:[*]:header", "form:table:[1 2]:column"), resolvedIds);
+ }
+
+ @Test
+ public void testFindByMetaComponentId() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("input@text");
+ resolver.addId("table:[*]:header@head");
+ resolver.addId("table:[*]:header@footer");
+
+ resolver.resolve(viewRoot);
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:[*]:header@footer", "form:table:[*]:header@head", "form:table:input@text"), resolvedIds);
+ }
+
+ @Test
+ public void testFindWithNoParentContainer() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("form:table:[*]:column");
+
+ resolver.resolve(evaluateComponentExpression("#{testBean.table}"));
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:[*]:column"), resolvedIds);
+ }
+
+ @Test
+ public void testFindNonExistent() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("nonExistentId");
+ resolver.addId("xForm:nonExistentId");
+ resolver.addId(":ySubview:nonExistentId");
+
+ resolver.resolve(viewRoot);
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("nonExistentId", "xForm:nonExistentId", "ySubview:nonExistentId"), resolvedIds);
+ }
+
+ @Test
+ public void testFindViaMetadataResolverInContext() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("@region");
+
+ resolver.resolve(evaluateComponentExpression("#{testBean.outputInRegion}"));
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("firstRegion"), resolvedIds);
+ }
+
+ @Test
+ public void testFindViaMetadataResolverOutContext() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId("@region");
+
+ resolver.resolve(evaluateComponentExpression("#{testBean.outputOutRegion}"));
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("@all"), resolvedIds);
+ }
+
+ @Test
+ public void testAbsoluteIds() throws Exception {
+ ComponentIdResolver resolver = createComponentIdResolver();
+ resolver.addId(":form:table:input");
+ resolver.addId(":form:table:column@head");
+ resolver.addId(":form:table:[1]:column");
+
+ resolver.resolve(viewRoot);
+
+ Set<String> resolvedIds = resolver.getResolvedIds();
+ assertEquals(asSet("form:table:input", "form:table:column@head", "form:table:[1]:column"), resolvedIds);
+ }
+}
Added: root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTestBean.java
===================================================================
--- root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTestBean.java (rev 0)
+++ root/framework/trunk/impl/src/test/java/org/richfaces/context/ComponentIdResolverTestBean.java 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,96 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2010, Red Hat, Inc. and individual contributors
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.richfaces.context;
+
+import javax.faces.component.UIComponent;
+import javax.faces.component.UIComponentBase;
+import javax.faces.context.FacesContext;
+
+import org.richfaces.component.MetaComponentResolver;
+
+/**
+ * @author Nick Belaevski
+ *
+ */
+public class ComponentIdResolverTestBean {
+
+ private static class UIRegion extends UIComponentBase implements MetaComponentResolver {
+
+ public String resolveClientId(FacesContext facesContext, UIComponent contextComponent, String metaComponentId) {
+ if ("region".equals(metaComponentId)) {
+ return getClientId(facesContext);
+ }
+ return null;
+ }
+
+ @Override
+ public String getFamily() {
+ return null;
+ }
+ }
+
+ private String[] data = {"1", "2", "3"};
+
+ private UIComponent table;
+
+ private UIComponent firstRegion = new UIRegion();
+
+ private UIComponent outputInRegion;
+
+ private UIComponent outputOutRegion;
+
+ public Object getData() {
+ return data;
+ }
+
+ public UIComponent getTable() {
+ return table;
+ }
+
+ public void setTable(UIComponent table) {
+ this.table = table;
+ }
+
+ public UIComponent getFirstRegion() {
+ return firstRegion;
+ }
+
+ public void setFirstRegion(UIComponent firstRegion) {
+ this.firstRegion = firstRegion;
+ }
+
+ public UIComponent getOutputInRegion() {
+ return outputInRegion;
+ }
+
+ public void setOutputInRegion(UIComponent inputInRegion) {
+ this.outputInRegion = inputInRegion;
+ }
+
+ public UIComponent getOutputOutRegion() {
+ return outputOutRegion;
+ }
+
+ public void setOutputOutRegion(UIComponent outputOutRegion) {
+ this.outputOutRegion = outputOutRegion;
+ }
+}
\ No newline at end of file
Added: root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.config.xml
===================================================================
--- root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.config.xml (rev 0)
+++ root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.config.xml 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<faces-config xmlns="http://java.sun.com/xml/ns/javaee"
+ version="2.0">
+
+ <managed-bean>
+ <managed-bean-name>testBean</managed-bean-name>
+ <managed-bean-class>org.richfaces.context.ComponentIdResolverTestBean</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ </managed-bean>
+
+</faces-config>
\ No newline at end of file
Added: root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.xhtml
===================================================================
--- root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.xhtml (rev 0)
+++ root/framework/trunk/impl/src/test/resources/org/richfaces/context/ComponentIdResolver.xhtml 2010-04-30 18:59:59 UTC (rev 16861)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:ui="http://java.sun.com/jsf/facelets">
+<f:view>
+ <h:head>
+ </h:head>
+ <h:body>
+ <h:form id="form">
+ <h:dataTable value="#{testBean.data}" id="table" binding="#{testBean.table}">
+ <h:column id="column">
+ <h:inputText id="input" />
+
+ <f:facet name="header">
+ <h:outputText id="header" />
+ </f:facet>
+ </h:column>
+ </h:dataTable>
+ </h:form>
+
+ <ui:fragment binding="#{testBean.firstRegion}" id="firstRegion">
+ <h:outputText binding="#{testBean.outputInRegion}" id="outputInRegion" />
+ </ui:fragment>
+
+ <h:outputText binding="#{testBean.outputOutRegion}" id="outputOutRegion" />
+ </h:body>
+</f:view>
+</html>
\ No newline at end of file
Modified: root/framework/trunk/pom.xml
===================================================================
--- root/framework/trunk/pom.xml 2010-04-30 18:41:32 UTC (rev 16860)
+++ root/framework/trunk/pom.xml 2010-04-30 18:59:59 UTC (rev 16861)
@@ -29,7 +29,6 @@
<module>commons</module>
<module>api</module>
<module>impl</module>
- <module>test-base</module>
</modules>
<dependencyManagement>
14 years, 7 months
JBoss Rich Faces SVN: r16859 - in tags: 3.3.1.SP2 and 218 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2010-04-30 14:04:34 -0400 (Fri, 30 Apr 2010)
New Revision: 16859
Added:
tags/3.3.1.SP2/
Modified:
tags/3.3.1.SP2/cdk/generator/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-seam-app/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-theme/pom.xml
tags/3.3.1.SP2/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/cdk/maven-cdk-plugin/pom.xml
tags/3.3.1.SP2/cdk/maven-javascript-plugin/pom.xml
tags/3.3.1.SP2/cdk/maven-resource-dependency-plugin/pom.xml
tags/3.3.1.SP2/cdk/pom.xml
tags/3.3.1.SP2/docs/cdkguide/en/pom.xml
tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/setup.xml
tags/3.3.1.SP2/docs/cdkguide/pom.xml
tags/3.3.1.SP2/docs/common-resources/en/pom.xml
tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml
tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
tags/3.3.1.SP2/docs/common-resources/pom.xml
tags/3.3.1.SP2/docs/faq/en/pom.xml
tags/3.3.1.SP2/docs/faq/pom.xml
tags/3.3.1.SP2/docs/highlight/pom.xml
tags/3.3.1.SP2/docs/migrationguide/en/pom.xml
tags/3.3.1.SP2/docs/migrationguide/pom.xml
tags/3.3.1.SP2/docs/photo_album_app_guide/en/pom.xml
tags/3.3.1.SP2/docs/photo_album_app_guide/pom.xml
tags/3.3.1.SP2/docs/pom.xml
tags/3.3.1.SP2/docs/userguide/en/pom.xml
tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
tags/3.3.1.SP2/docs/userguide/pom.xml
tags/3.3.1.SP2/examples/photoalbum/assembly/pom.xml
tags/3.3.1.SP2/examples/photoalbum/pom.xml
tags/3.3.1.SP2/examples/photoalbum/source/ear/pom.xml
tags/3.3.1.SP2/examples/photoalbum/source/ejb/pom.xml
tags/3.3.1.SP2/examples/photoalbum/source/pom.xml
tags/3.3.1.SP2/examples/photoalbum/source/web/pom.xml
tags/3.3.1.SP2/examples/photoalbum/tests/pom.xml
tags/3.3.1.SP2/extensions/gwt/pom.xml
tags/3.3.1.SP2/extensions/pom.xml
tags/3.3.1.SP2/extensions/seam/pom.xml
tags/3.3.1.SP2/extensions/trinidad/pom.xml
tags/3.3.1.SP2/framework/api/pom.xml
tags/3.3.1.SP2/framework/impl/pom.xml
tags/3.3.1.SP2/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.3.1.SP2/framework/jsf-test/pom.xml
tags/3.3.1.SP2/framework/pom.xml
tags/3.3.1.SP2/framework/test/pom.xml
tags/3.3.1.SP2/pom.xml
tags/3.3.1.SP2/samples/beanValidatorSample/pom.xml
tags/3.3.1.SP2/samples/calendar-sample/pom.xml
tags/3.3.1.SP2/samples/colorPickerDemo/pom.xml
tags/3.3.1.SP2/samples/columnsDemo/pom.xml
tags/3.3.1.SP2/samples/combobox-sample/pom.xml
tags/3.3.1.SP2/samples/contextMenuDemo/pom.xml
tags/3.3.1.SP2/samples/createProject.sh
tags/3.3.1.SP2/samples/darkX/pom.xml
tags/3.3.1.SP2/samples/dataFilterSliderDemo/pom.xml
tags/3.3.1.SP2/samples/dataTableDemo/pom.xml
tags/3.3.1.SP2/samples/datascroller-sample/pom.xml
tags/3.3.1.SP2/samples/dragDropDemo/pom.xml
tags/3.3.1.SP2/samples/dropdownmenu-sample/pom.xml
tags/3.3.1.SP2/samples/editor-sample/pom.xml
tags/3.3.1.SP2/samples/editorSeam-sample/pom.xml
tags/3.3.1.SP2/samples/effect-sample/pom.xml
tags/3.3.1.SP2/samples/extendedDataTable-sample/pom.xml
tags/3.3.1.SP2/samples/fileUploadDemo/pom.xml
tags/3.3.1.SP2/samples/functions-demo/pom.xml
tags/3.3.1.SP2/samples/glassX/pom.xml
tags/3.3.1.SP2/samples/gmap-sample/pom.xml
tags/3.3.1.SP2/samples/hotKey-sample/pom.xml
tags/3.3.1.SP2/samples/inplaceInput-sample/pom.xml
tags/3.3.1.SP2/samples/inplaceSelect-sample/pom.xml
tags/3.3.1.SP2/samples/inputNumberSliderDemo/pom.xml
tags/3.3.1.SP2/samples/inputNumberSpinnerDemo/pom.xml
tags/3.3.1.SP2/samples/jQuery-sample/pom.xml
tags/3.3.1.SP2/samples/jira-data/pom.xml
tags/3.3.1.SP2/samples/laguna/pom.xml
tags/3.3.1.SP2/samples/layout-sample/pom.xml
tags/3.3.1.SP2/samples/listShuttleDemo/pom.xml
tags/3.3.1.SP2/samples/local-value-demo/pom.xml
tags/3.3.1.SP2/samples/modalpanel-sample/pom.xml
tags/3.3.1.SP2/samples/orderingListDemo/pom.xml
tags/3.3.1.SP2/samples/panel-sample/pom.xml
tags/3.3.1.SP2/samples/panelbar-sample/pom.xml
tags/3.3.1.SP2/samples/panelmenu-sample/pom.xml
tags/3.3.1.SP2/samples/pickList-sample/pom.xml
tags/3.3.1.SP2/samples/pom.xml
tags/3.3.1.SP2/samples/progressBarDemo/pom.xml
tags/3.3.1.SP2/samples/queue-sample/pom.xml
tags/3.3.1.SP2/samples/rich-message-demo/pom.xml
tags/3.3.1.SP2/samples/richfaces-art-datatable/pom.xml
tags/3.3.1.SP2/samples/richfaces-demo/pom.xml
tags/3.3.1.SP2/samples/richfaces-ear-demo/ejb/pom.xml
tags/3.3.1.SP2/samples/richfaces-ear-demo/pom.xml
tags/3.3.1.SP2/samples/richfaces-ear-demo/richfacesEAR/pom.xml
tags/3.3.1.SP2/samples/richfaces-ear-demo/webapp/pom.xml
tags/3.3.1.SP2/samples/scrollableDataTableDemo/pom.xml
tags/3.3.1.SP2/samples/seamEAR/ear/pom.xml
tags/3.3.1.SP2/samples/seamEAR/ejbs/pom.xml
tags/3.3.1.SP2/samples/seamEAR/pom.xml
tags/3.3.1.SP2/samples/seamEAR/primary-source/pom.xml
tags/3.3.1.SP2/samples/seamEAR/projects/logging/pom.xml
tags/3.3.1.SP2/samples/seamEAR/projects/pom.xml
tags/3.3.1.SP2/samples/seamEAR/wars/pom.xml
tags/3.3.1.SP2/samples/seamEAR/wars/seamWebapp/pom.xml
tags/3.3.1.SP2/samples/seamIntegration/pom.xml
tags/3.3.1.SP2/samples/separator-sample/pom.xml
tags/3.3.1.SP2/samples/simpleTogglePanel-sample/pom.xml
tags/3.3.1.SP2/samples/skins/pom.xml
tags/3.3.1.SP2/samples/sortingFilteringDemo/pom.xml
tags/3.3.1.SP2/samples/state-sample/pom.xml
tags/3.3.1.SP2/samples/stdcomponents-sample/pom.xml
tags/3.3.1.SP2/samples/suggestionbox-sample/pom.xml
tags/3.3.1.SP2/samples/tabPanelDemo/pom.xml
tags/3.3.1.SP2/samples/themes/pom.xml
tags/3.3.1.SP2/samples/togglePanel-sample/pom.xml
tags/3.3.1.SP2/samples/tomahawkCompability/pom.xml
tags/3.3.1.SP2/samples/toolBarDemo/pom.xml
tags/3.3.1.SP2/samples/tooltip-sample/pom.xml
tags/3.3.1.SP2/samples/tree-demo/pom.xml
tags/3.3.1.SP2/samples/treeModelDemo/pom.xml
tags/3.3.1.SP2/samples/violetRays/pom.xml
tags/3.3.1.SP2/samples/virtualEarth-sample/pom.xml
tags/3.3.1.SP2/sandbox/api/pom.xml
tags/3.3.1.SP2/sandbox/cdk/pom.xml
tags/3.3.1.SP2/sandbox/impl/pom.xml
tags/3.3.1.SP2/sandbox/pom.xml
tags/3.3.1.SP2/sandbox/samples/dialog-window-sample/pom.xml
tags/3.3.1.SP2/sandbox/samples/editorOld-sample/pom.xml
tags/3.3.1.SP2/sandbox/samples/fileUploadPOC/pom.xml
tags/3.3.1.SP2/sandbox/samples/maven-rd-plugin-sample/pom.xml
tags/3.3.1.SP2/sandbox/samples/panel2-sample/pom.xml
tags/3.3.1.SP2/sandbox/samples/pom.xml
tags/3.3.1.SP2/sandbox/samples/rex-demo/pom.xml
tags/3.3.1.SP2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
tags/3.3.1.SP2/sandbox/ui/create.bat
tags/3.3.1.SP2/sandbox/ui/create.sh
tags/3.3.1.SP2/sandbox/ui/dialog-window/pom.xml
tags/3.3.1.SP2/sandbox/ui/editorOld/pom.xml
tags/3.3.1.SP2/sandbox/ui/panel2/pom.xml
tags/3.3.1.SP2/sandbox/ui/pom.xml
tags/3.3.1.SP2/sandbox/ui/rex-button/pom.xml
tags/3.3.1.SP2/sandbox/ui/rex-messageBox/pom.xml
tags/3.3.1.SP2/sandbox/ui/rex-resizable/pom.xml
tags/3.3.1.SP2/sandbox/ui/simpleTogglePanel2/pom.xml
tags/3.3.1.SP2/sandbox/ui/sortableHeader/pom.xml
tags/3.3.1.SP2/sandbox/ui/treeTable/pom.xml
tags/3.3.1.SP2/test-applications/ajaxTest/pom.xml
tags/3.3.1.SP2/test-applications/automator/pom.xml
tags/3.3.1.SP2/test-applications/facelets/pom.xml
tags/3.3.1.SP2/test-applications/jsp/pom.xml
tags/3.3.1.SP2/test-applications/pom.xml
tags/3.3.1.SP2/test-applications/regressionArea/pom.xml
tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ear/pom.xml
tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ejb/pom.xml
tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-tests/pom.xml
tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-web/pom.xml
tags/3.3.1.SP2/test-applications/richfaces-docs/pom.xml
tags/3.3.1.SP2/test-applications/richfaces-docs/web/pom.xml
tags/3.3.1.SP2/test-applications/seamApp/pom.xml
tags/3.3.1.SP2/test-applications/seleniumTest/pom.xml
tags/3.3.1.SP2/test-applications/seleniumTest/richfaces/pom.xml
tags/3.3.1.SP2/test-applications/seleniumTest/samples/pom.xml
tags/3.3.1.SP2/ui/assembly/pom.xml
tags/3.3.1.SP2/ui/beanValidator/pom.xml
tags/3.3.1.SP2/ui/calendar/pom.xml
tags/3.3.1.SP2/ui/colorPicker/pom.xml
tags/3.3.1.SP2/ui/columns/pom.xml
tags/3.3.1.SP2/ui/combobox/pom.xml
tags/3.3.1.SP2/ui/componentControl/pom.xml
tags/3.3.1.SP2/ui/contextMenu/pom.xml
tags/3.3.1.SP2/ui/core/pom.xml
tags/3.3.1.SP2/ui/create.bat
tags/3.3.1.SP2/ui/dataFilterSlider/pom.xml
tags/3.3.1.SP2/ui/dataTable/pom.xml
tags/3.3.1.SP2/ui/datascroller/pom.xml
tags/3.3.1.SP2/ui/drag-drop/pom.xml
tags/3.3.1.SP2/ui/dropdown-menu/pom.xml
tags/3.3.1.SP2/ui/editor/pom.xml
tags/3.3.1.SP2/ui/effect/pom.xml
tags/3.3.1.SP2/ui/extendedDataTable/pom.xml
tags/3.3.1.SP2/ui/fileUpload/pom.xml
tags/3.3.1.SP2/ui/functions/pom.xml
tags/3.3.1.SP2/ui/gmap/pom.xml
tags/3.3.1.SP2/ui/hotKey/pom.xml
tags/3.3.1.SP2/ui/inplaceInput/pom.xml
tags/3.3.1.SP2/ui/inplaceSelect/pom.xml
tags/3.3.1.SP2/ui/inputnumber-slider/pom.xml
tags/3.3.1.SP2/ui/inputnumber-spinner/pom.xml
tags/3.3.1.SP2/ui/insert/pom.xml
tags/3.3.1.SP2/ui/jQuery/pom.xml
tags/3.3.1.SP2/ui/layout/pom.xml
tags/3.3.1.SP2/ui/listShuttle/pom.xml
tags/3.3.1.SP2/ui/menu-components/pom.xml
tags/3.3.1.SP2/ui/message/pom.xml
tags/3.3.1.SP2/ui/modal-panel/pom.xml
tags/3.3.1.SP2/ui/orderingList/pom.xml
tags/3.3.1.SP2/ui/paint2D/pom.xml
tags/3.3.1.SP2/ui/panel/pom.xml
tags/3.3.1.SP2/ui/panelbar/pom.xml
tags/3.3.1.SP2/ui/panelmenu/pom.xml
tags/3.3.1.SP2/ui/pickList/pom.xml
tags/3.3.1.SP2/ui/pom.xml
tags/3.3.1.SP2/ui/progressBAR/pom.xml
tags/3.3.1.SP2/ui/scrollableDataTable/pom.xml
tags/3.3.1.SP2/ui/separator/pom.xml
tags/3.3.1.SP2/ui/simpleTogglePanel/pom.xml
tags/3.3.1.SP2/ui/spacer/pom.xml
tags/3.3.1.SP2/ui/state/pom.xml
tags/3.3.1.SP2/ui/suggestionbox/pom.xml
tags/3.3.1.SP2/ui/tabPanel/pom.xml
tags/3.3.1.SP2/ui/togglePanel/pom.xml
tags/3.3.1.SP2/ui/toolBar/pom.xml
tags/3.3.1.SP2/ui/tooltip/pom.xml
tags/3.3.1.SP2/ui/tree/pom.xml
tags/3.3.1.SP2/ui/treeModel/pom.xml
tags/3.3.1.SP2/ui/treeTable/pom.xml
tags/3.3.1.SP2/ui/virtualEarth/pom.xml
Log:
create tag for 3.3.1.SP2
Copied: tags/3.3.1.SP2 (from rev 16858, branches/enterprise/3.3.X)
Modified: tags/3.3.1.SP2/cdk/generator/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/generator/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/generator/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,12 +3,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Java Server Faces component generator</name>
<build>
<plugins>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-jsf-component/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsf-component</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Archetype - maven-archetype-jsf-component</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-jsf-component/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -11,7 +11,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<configuration>
<library>
<prefix>${groupId}</prefix>
@@ -41,7 +41,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-jsfwebapp/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-jsfwebapp</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Archetype for jsf webapp project</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-jsfwebapp/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -30,7 +30,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-plug-n-skin/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-plug-n-skin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Archetype - maven-archetype-plug-n-skin</name>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-plug-n-skin/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-seam-app/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-seam-app/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,11 +2,11 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-seam-app</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Archetype - maven-archetype-seam-app</name>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-seam-app/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>${artifactId}</projectName>
- <richfacesVersion>3.3.1.SP1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.SP2</richfacesVersion>
<seamVersion>2.0.1.GA</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.3.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.3.GA/jboss-4.2.3.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-theme/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-theme/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-theme/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,12 +3,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-archetype-theme</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>maven-archetype</packaging>
<name>maven-archetype-theme</name>
<build>
Modified: tags/3.3.1.SP2/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-archetype-theme/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -10,7 +10,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -41,12 +41,12 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<!-- Required for JSF -->
Modified: tags/3.3.1.SP2/cdk/maven-cdk-plugin/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-cdk-plugin/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-cdk-plugin/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>maven-plugin</packaging>
<name>Maven plugin for JSF components code generation</name>
<dependencies>
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>generator</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.1.SP2/cdk/maven-javascript-plugin/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-javascript-plugin/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-javascript-plugin/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-javascript-plugin</artifactId>
Modified: tags/3.3.1.SP2/cdk/maven-resource-dependency-plugin/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/maven-resource-dependency-plugin/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/maven-resource-dependency-plugin/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>cdk</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -12,7 +12,7 @@
<artifactId>maven-resource-dependency-plugin</artifactId>
<packaging>maven-plugin</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>maven-resource-dependency-plugin</name>
@@ -40,7 +40,7 @@
<dependency>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.SP2/cdk/pom.xml
===================================================================
--- branches/enterprise/3.3.X/cdk/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/cdk/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>cdk</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.3.1.SP2/docs/cdkguide/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/cdkguide/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.cdkguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>Richfaces CDK Developer Guide (${translation})</name>
Modified: tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -14,7 +14,7 @@
At first we need to create a project for the component itself. In the library directory
<property>Sandbox</property> you just created, launch the following command (all in one line):
</para>
- <programlisting role="XML"><![CDATA[mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -DartifactId=inputDate]]>
+ <programlisting role="XML"><![CDATA[mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP2 -DartifactId=inputDate]]>
</programlisting>
<para>
As is easy to see a new directory with the name <property>inputDate</property> will be created.
@@ -164,7 +164,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -202,7 +202,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>]]>
Modified: tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -21,7 +21,7 @@
where you have created the <emphasis role="bold"><property><inputDate></property></emphasis> component
and launch the following command (all in one line):
</para>
- <programlisting role="XML"><![CDATA[mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -DgroupId=org.mycompany -DartifactId=inputDate-sample]]></programlisting>
+ <programlisting role="XML"><![CDATA[mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1.SP2 -DgroupId=org.mycompany -DartifactId=inputDate-sample]]></programlisting>
<para>
As easy to see a new directory <property>inputDate-sample</property> is created with the predefined JSF project structure:
</para>
Modified: tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -180,7 +180,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>]]>
Modified: tags/3.3.1.SP2/docs/cdkguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/cdkguide/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/cdkguide/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>cdkguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>cdkguide</name>
<description>Richfaces CDK Developer Guide</description>
<pluginRepositories>
Modified: tags/3.3.1.SP2/docs/common-resources/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/common-resources/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>common-resources</artifactId>
<groupId>org.richfaces.docs</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.common-resources</groupId>
<artifactId>en</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>Documentation common resources (en)</name>
<description>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
<build>
Modified: tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<artifactId>richfacesguide-archetype</artifactId>
<packaging>maven-archetype</packaging>
<name>richfacesguide-archetype</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<extensions>
<extension>
Modified: tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>richfacesguide</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.richfacesguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>Richfaces Guide Template</name>
Modified: tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>richfacesguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>richfacesguide</name>
<description>Richfaces Guide Template</description>
<pluginRepositories>
Modified: tags/3.3.1.SP2/docs/common-resources/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/common-resources/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/common-resources/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>common-resources</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>pom</packaging>
<name>Documentation common resources</name>
<description>Common resources</description>
Modified: tags/3.3.1.SP2/docs/faq/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/faq/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/faq/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.faq</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.3.1.SP2/docs/faq/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/faq/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/faq/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>faq</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>FAQ</name>
<description>Frequently asked questions</description>
<!--repositories>
Modified: tags/3.3.1.SP2/docs/highlight/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/highlight/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/highlight/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>highlight</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>RichFaces Code Highlighting</name>
<dependencyManagement>
Modified: tags/3.3.1.SP2/docs/migrationguide/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/migrationguide/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/migrationguide/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.migration</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>RichFaces Migration Guide (${translation})</name>
Modified: tags/3.3.1.SP2/docs/migrationguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/migrationguide/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/migrationguide/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>migration</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Migration Guide</name>
<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
<pluginRepositories>
Modified: tags/3.3.1.SP2/docs/photo_album_app_guide/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/photo_album_app_guide/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/photo_album_app_guide/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>photo_album_app_guide</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.photo_album_app_guide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>RichFaces Photo Album application Guide (${translation})</name>
Modified: tags/3.3.1.SP2/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/photo_album_app_guide/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/photo_album_app_guide/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,13 +4,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>photo_album_app_guide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>RichFaces Photo Album Application Guide</name>
<description>RichFaces Photo Album Application Guide</description>
<pluginRepositories>
Modified: tags/3.3.1.SP2/docs/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>docs</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Project documentation</name>
<packaging>pom</packaging>
<!-- setup repositories, to build documentation separate from Java projects -->
Modified: tags/3.3.1.SP2/docs/userguide/en/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/userguide/en/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/userguide/en/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,12 +5,12 @@
<parent>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>org.richfaces.docs.userguide</groupId>
<artifactId>${translation}</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>jar</packaging>
<name>Richfaces Manual (${translation})</name>
Modified: tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml
===================================================================
--- branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCGettingStarted.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -327,7 +327,7 @@
<para>Now you have everything to create the project using the "maven-archetype-jsfwebapp" archetype. Create a folder that will house your project and run the this command in it:</para>
<programlisting role="XML" ><![CDATA[...
-mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -DgroupId=org.docs.richfaces -DartifactId=jsf-app
+mvn archetype:generate -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp -DarchetypeVersion=3.3.1.SP2 -DgroupId=org.docs.richfaces -DartifactId=jsf-app
...]]></programlisting>
@@ -453,17 +453,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
...]]></programlisting>
Modified: tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml
===================================================================
--- branches/enterprise/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/userguide/en/src/main/docbook/modules/RFCarchitectover.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3246,7 +3246,7 @@
<listitem>
<para>
<code>archetypeVersion</code> indicates the RichFaces version. For example,
- <code>"3.3.1.SP1-SNAPSHOT"</code>
+ <code>"3.3.1.SP2"</code>
</para>
</listitem>
<listitem>
@@ -3490,7 +3490,7 @@
mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-plug-n-skin
--DarchetypeVersion=3.3.1.SP1-SNAPSHOT
+-DarchetypeVersion=3.3.1.SP2
-DartifactId=P-n-S
-DgroupId=GROUPID
-Dversion=1.0.-SNAPSHOT
Modified: tags/3.3.1.SP2/docs/userguide/pom.xml
===================================================================
--- branches/enterprise/3.3.X/docs/userguide/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/docs/userguide/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>docs</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>userguide</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>User guide</name>
<description>RichFaces user guide</description>
<pluginRepositories>
Modified: tags/3.3.1.SP2/examples/photoalbum/assembly/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/assembly/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/assembly/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.examples</groupId>
Modified: tags/3.3.1.SP2/examples/photoalbum/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum-root</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Photoalbum Demo Application Root</name>
<modules>
Modified: tags/3.3.1.SP2/examples/photoalbum/source/ear/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/ear/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/source/ear/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.examples</groupId>
Modified: tags/3.3.1.SP2/examples/photoalbum/source/ejb/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/ejb/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/source/ejb/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.examples</groupId>
Modified: tags/3.3.1.SP2/examples/photoalbum/source/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/source/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -8,7 +8,7 @@
<artifactId>photoalbum</artifactId>
<packaging>pom</packaging>
<name>${appName}</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<distributionManagement>
<downloadUrl>
Modified: tags/3.3.1.SP2/examples/photoalbum/source/web/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/source/web/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/source/web/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -6,7 +6,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.examples</groupId>
Modified: tags/3.3.1.SP2/examples/photoalbum/tests/pom.xml
===================================================================
--- branches/enterprise/3.3.X/examples/photoalbum/tests/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/examples/photoalbum/tests/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>photoalbum-root</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.examples</groupId>
Modified: tags/3.3.1.SP2/extensions/gwt/pom.xml
===================================================================
--- branches/enterprise/3.3.X/extensions/gwt/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/extensions/gwt/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>extensions</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -99,7 +99,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: tags/3.3.1.SP2/extensions/pom.xml
===================================================================
--- branches/enterprise/3.3.X/extensions/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/extensions/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>extensions</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Richfaces extensions for a different environments</name>
<packaging>pom</packaging>
<modules>
Modified: tags/3.3.1.SP2/extensions/seam/pom.xml
===================================================================
--- branches/enterprise/3.3.X/extensions/seam/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/extensions/seam/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>jboss</groupId>
Modified: tags/3.3.1.SP2/extensions/trinidad/pom.xml
===================================================================
--- branches/enterprise/3.3.X/extensions/trinidad/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/extensions/trinidad/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.richfaces</groupId>
<artifactId>ajax4jsf</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.apache.myfaces.trinidad</groupId>
Modified: tags/3.3.1.SP2/framework/api/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/api/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/api/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
<name>Java Server Faces AJAX framework API</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<dependencies>
<dependency>
<groupId>commons-collections</groupId>
Modified: tags/3.3.1.SP2/framework/impl/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/impl/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/impl/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,13 +3,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<resources>
<resource>
@@ -161,7 +161,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- branches/enterprise/3.3.X/framework/impl/src/main/java/org/richfaces/VersionBean.java 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/impl/src/main/java/org/richfaces/VersionBean.java 2010-04-30 18:04:34 UTC (rev 16859)
@@ -38,7 +38,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "1.GA" ;
+ public static final String REVISION = "1.SP2" ;
public static final String SCM_REVISION = " SVN $Revision$ $Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.3.1.SP2/framework/jsf-test/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/jsf-test/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/jsf-test/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,13 +4,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>jsf-test</artifactId>
<name>jsf-test</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.1.SP2/framework/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>framework</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>pom</packaging>
<name>Java Server Faces AJAX framework</name>
<build>
Modified: tags/3.3.1.SP2/framework/test/pom.xml
===================================================================
--- branches/enterprise/3.3.X/framework/test/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/framework/test/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Ajax4Jsf test framework</name>
<url>https://ajax4jsf.dev.java.net</url>
<dependencies>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.SP2/pom.xml
===================================================================
--- branches/enterprise/3.3.X/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<artifactId>root</artifactId>
<packaging>pom</packaging>
<name>Jboss RichFaces project</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<url>http://labs.jboss.com/jbossrichfaces</url>
<properties>
<snapshotRepository>
Modified: tags/3.3.1.SP2/samples/beanValidatorSample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/beanValidatorSample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/beanValidatorSample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,14 +3,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>beanValidatorSample</artifactId>
<packaging>war</packaging>
<name>beanValidatorSample Maven Webapp</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<finalName>richfaces-validator</finalName>
<plugins>
@@ -52,7 +52,7 @@
<!--
<dependency> <groupId>org.richfaces.ui</groupId>
<artifactId>beanValidator</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version> </dependency>
+ <version>3.3.1.SP2</version> </dependency>
-->
<dependency>
<groupId>org.hibernate</groupId>
@@ -75,7 +75,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
Modified: tags/3.3.1.SP2/samples/calendar-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/calendar-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/calendar-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/colorPickerDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/colorPickerDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/colorPickerDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -35,7 +35,7 @@
<groupId>org.richfaces.framework
</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples
@@ -46,17 +46,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>colorPicker</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.SP2/samples/columnsDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/columnsDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/columnsDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/combobox-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/combobox-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/combobox-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/contextMenuDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/contextMenuDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/contextMenuDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/createProject.sh
===================================================================
--- branches/enterprise/3.3.X/samples/createProject.sh 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/createProject.sh 2010-04-30 18:04:34 UTC (rev 16859)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -Dversion=3.3.1.SP1-SNAPSHOT -DgroupId=org.richfaces.samples -DartifactId=$1
+ -DarchetypeVersion=3.3.1.SP2 -Dversion=3.3.1.SP2 -DgroupId=org.richfaces.samples -DartifactId=$1
Modified: tags/3.3.1.SP2/samples/darkX/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/darkX/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/darkX/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -13,7 +13,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -36,7 +36,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.1.SP2/samples/dataFilterSliderDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/dataFilterSliderDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/dataFilterSliderDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/dataTableDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/dataTableDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/dataTableDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/datascroller-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/datascroller-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/datascroller-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/dragDropDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/dragDropDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/dragDropDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/dropdownmenu-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/dropdownmenu-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/dropdownmenu-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/editor-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/editor-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/editor-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/samples/editorSeam-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/editorSeam-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/editorSeam-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/samples/effect-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/effect-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/effect-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/extendedDataTable-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/extendedDataTable-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/extendedDataTable-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/samples/fileUploadDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/fileUploadDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/fileUploadDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/functions-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/functions-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/functions-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/glassX/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/glassX/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/glassX/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>glassX</artifactId>
<name>glassX</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Modified: tags/3.3.1.SP2/samples/gmap-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/gmap-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/gmap-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/hotKey-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/hotKey-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/hotKey-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/samples/inplaceInput-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/inplaceInput-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/inplaceInput-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/inplaceSelect-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/inplaceSelect-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/inplaceSelect-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/inputNumberSliderDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/inputNumberSliderDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/inputNumberSliderDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/inputNumberSpinnerDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/inputNumberSpinnerDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/inputNumberSpinnerDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/jQuery-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/jQuery-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/jQuery-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/jira-data/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/jira-data/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/jira-data/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/laguna/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/laguna/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/laguna/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<configuration>
<name>org.richfaces.laguna</name>
</configuration>
Modified: tags/3.3.1.SP2/samples/layout-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/layout-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/layout-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,14 +4,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
<artifactId>layout-sample</artifactId>
<packaging>war</packaging>
<name>layout Maven Webapp</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<finalName>layout-sample</finalName>
<plugins>
@@ -34,22 +34,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>themes</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<exclusions>
<exclusion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.SP2/samples/listShuttleDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/listShuttleDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/listShuttleDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/local-value-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/local-value-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/local-value-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/modalpanel-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/modalpanel-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/modalpanel-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/orderingListDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/orderingListDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/orderingListDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/panel-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/panel-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/panel-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/panelbar-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/panelbar-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/panelbar-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/panelmenu-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/panelmenu-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/panelmenu-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/pickList-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/pickList-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/pickList-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/samples/progressBarDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/progressBarDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/progressBarDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/queue-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/queue-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/queue-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>queue-sample</artifactId>
<packaging>war</packaging>
<name>queue-sample Maven Webapp</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<finalName>queue-sample</finalName>
<plugins>
Modified: tags/3.3.1.SP2/samples/rich-message-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/rich-message-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/rich-message-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-art-datatable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-art-datatable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-art-datatable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -209,22 +209,22 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>laguna</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>glassX</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>darkX</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -314,12 +314,12 @@
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>themes</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>violetRays</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.persistence</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-ear-demo/ejb/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-ear-demo/ejb/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-ear-demo/ejb/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-ear-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-ear-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-ear-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-ear-demo/richfacesEAR/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-ear-demo/richfacesEAR/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.SP2/samples/richfaces-ear-demo/webapp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/richfaces-ear-demo/webapp/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/richfaces-ear-demo/webapp/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>richfaces-ear-demo</artifactId>
<groupId>org.richfaces.samples</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples.richfaces-ear-demo</groupId>
Modified: tags/3.3.1.SP2/samples/scrollableDataTableDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/scrollableDataTableDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/scrollableDataTableDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>scrollableDataTableDemo</artifactId>
Modified: tags/3.3.1.SP2/samples/seamEAR/ear/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/ear/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/ear/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.SP2/samples/seamEAR/ejbs/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/ejbs/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/ejbs/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.SP2/samples/seamEAR/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.3.1.SP2/samples/seamEAR/primary-source/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/primary-source/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/primary-source/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<dependencies>
<dependency>
Modified: tags/3.3.1.SP2/samples/seamEAR/projects/logging/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/projects/logging/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/projects/logging/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,6 +7,6 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>projects</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
</project>
Modified: tags/3.3.1.SP2/samples/seamEAR/projects/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/projects/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/projects/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modules>
<module>logging</module>
Modified: tags/3.3.1.SP2/samples/seamEAR/wars/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/wars/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/wars/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>seamEAR</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modules>
<module>seamWebapp</module>
Modified: tags/3.3.1.SP2/samples/seamEAR/wars/seamWebapp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamEAR/wars/seamWebapp/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamEAR/wars/seamWebapp/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.richfaces.samples.seamEAR</groupId>
<artifactId>wars</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<build>
<finalName>seamWebapp</finalName>
@@ -22,17 +22,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>provided</scope>
</dependency>
<dependency>
Modified: tags/3.3.1.SP2/samples/seamIntegration/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/seamIntegration/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/seamIntegration/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,7 +5,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/separator-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/separator-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/separator-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/simpleTogglePanel-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/simpleTogglePanel-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/simpleTogglePanel-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/skins/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/skins/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/skins/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/sortingFilteringDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/sortingFilteringDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/sortingFilteringDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -16,7 +16,7 @@
<!--dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>sortableHeader</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency-->
<dependency>
Modified: tags/3.3.1.SP2/samples/state-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/state-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/state-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -16,17 +16,17 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>state</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.samples</groupId>
<artifactId>skins</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/samples/stdcomponents-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/stdcomponents-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/stdcomponents-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/suggestionbox-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/suggestionbox-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/suggestionbox-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/tabPanelDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/tabPanelDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/tabPanelDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/themes/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/themes/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/themes/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,18 +4,18 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>themes</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>themes</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/samples/togglePanel-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/togglePanel-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/togglePanel-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/tomahawkCompability/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/tomahawkCompability/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/tomahawkCompability/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/toolBarDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/toolBarDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/toolBarDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/tooltip-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/tooltip-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/tooltip-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/tree-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/tree-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/tree-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/treeModelDemo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/treeModelDemo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/treeModelDemo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/samples/violetRays/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/violetRays/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/violetRays/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,18 +4,18 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.samples</groupId>
<artifactId>violetRays</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>violetRays</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -38,7 +38,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/samples/virtualEarth-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/samples/virtualEarth-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/samples/virtualEarth-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
Modified: tags/3.3.1.SP2/sandbox/api/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/api/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/api/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,13 +2,13 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
<name>Richfaces Sandbox API</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
@@ -25,12 +25,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.SP2/sandbox/cdk/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/cdk/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/cdk/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,12 +2,12 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>cdk</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<packaging>pom</packaging>
<name>JSF Components Development kit</name>
<dependencies />
Modified: tags/3.3.1.SP2/sandbox/impl/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/impl/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/impl/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,28 +2,28 @@
<parent>
<artifactId>sandbox</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
<name>Richfaces Sandbox Implementation</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<dependencies>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.SP2/sandbox/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/sandbox/samples/dialog-window-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/dialog-window-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/dialog-window-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/sandbox/samples/editorOld-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/editorOld-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/editorOld-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/sandbox/samples/fileUploadPOC/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/fileUploadPOC/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/fileUploadPOC/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/sandbox/samples/maven-rd-plugin-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/maven-rd-plugin-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/maven-rd-plugin-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,14 +2,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk.sandbox</groupId>
<artifactId>maven-rd-plugin-sample</artifactId>
<packaging>war</packaging>
<name>maven-rd-plugin-sample Maven Webapp</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<pluginRepositories>
<pluginRepository>
@@ -33,7 +33,7 @@
<plugin>
<artifactId>maven-resource-dependency-plugin</artifactId>
<groupId>org.richfaces.cdk</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<configuration>
<scriptFilePath>scripts/custom-dependencies.js</scriptFilePath>
<styleFilePath>css/custom-dependencies.xcss</styleFilePath>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/samples/panel2-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/panel2-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/panel2-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/sandbox/samples/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/sandbox/samples/rex-demo/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/rex-demo/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/rex-demo/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.samples</groupId>
@@ -178,7 +178,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>com.uwyn</groupId>
@@ -193,28 +193,28 @@
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-resizable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-button</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>rex-messageBox</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>richfaces-sandbox-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
Modified: tags/3.3.1.SP2/sandbox/samples/simpleTogglePanel2-sample/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/samples/simpleTogglePanel2-sample/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
Modified: tags/3.3.1.SP2/sandbox/ui/create.bat
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/create.bat 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/create.bat 2010-04-30 18:04:34 UTC (rev 16859)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP2 -DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/create.sh
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/create.sh 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/create.sh 2010-04-30 18:04:34 UTC (rev 16859)
@@ -1,2 +1,2 @@
#!/bin/sh
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP1-SNAPSHOT -DgroupId=org.richfaces.ui -DartifactId=${1}
\ No newline at end of file
+mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP2 -DgroupId=org.richfaces.ui -DartifactId=${1}
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/dialog-window/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/dialog-window/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/dialog-window/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -39,12 +39,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Modified: tags/3.3.1.SP2/sandbox/ui/editorOld/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/editorOld/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/editorOld/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/panel2/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/panel2/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/panel2/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,7 +3,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
Modified: tags/3.3.1.SP2/sandbox/ui/rex-button/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/rex-button/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/rex-button/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/rex-messageBox/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/rex-messageBox/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/rex-messageBox/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -43,7 +43,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/rex-resizable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/rex-resizable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/rex-resizable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/sandbox/ui/simpleTogglePanel2/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/simpleTogglePanel2/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/simpleTogglePanel2/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/sortableHeader/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/sortableHeader/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/sortableHeader/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces.sandbox</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox.ui</groupId>
<artifactId>sortableHeader</artifactId>
<name>sortableHeader</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -52,17 +52,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/sandbox/ui/treeTable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/sandbox/ui/treeTable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/sandbox/ui/treeTable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.sandbox</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/test-applications/ajaxTest/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/ajaxTest/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/ajaxTest/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -55,7 +55,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>jsf-test</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -66,7 +66,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
Modified: tags/3.3.1.SP2/test-applications/automator/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/automator/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/automator/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/test-applications/facelets/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/facelets/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/facelets/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/test-applications/jsp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/jsp/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/jsp/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>test-applications</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: tags/3.3.1.SP2/test-applications/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<relativePath>../samples</relativePath>
</parent>
@@ -50,11 +50,11 @@
<groupId>org.richfaces</groupId>
<artifactId>test-applications</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>RichFaces Test Applications</name>
<properties>
- <rfVersion>3.3.1.SP1-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.1.SP2</rfVersion>
</properties>
<modules>
Modified: tags/3.3.1.SP2/test-applications/regressionArea/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/regressionArea/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,12 +4,12 @@
<!--parent>
<groupId>org.richfaces</groupId>
<artifactId>samples</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent-->
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
<packaging>pom</packaging>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Regresion Area:Seam Application</name>
<repositories>
<repository>
@@ -60,7 +60,7 @@
<properties>
<contextroot>regressionArea</contextroot>
<earname>regressionArea-ear</earname>
- <richversion>3.3.1.SP1-SNAPSHOT</richversion>
+ <richversion>3.3.1.SP2</richversion>
<seamversion>2.1.1.GA</seamversion>
<jsfversion>1.2_11</jsfversion>
<jbosshome>C:/tmp/jboss-4.2.3.GA</jbosshome>
Modified: tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ear/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ear/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ear/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -6,9 +6,9 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ear</artifactId>
<name>Regression Area Ear Module</name>
Modified: tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ejb/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-ejb/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-ejb/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-ejb</artifactId>
Modified: tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-tests/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-tests/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-tests/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>regressionArea</artifactId>
<groupId>org.richfaces.test-applications</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
Modified: tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-web/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/regressionArea/regressionArea-web/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/regressionArea/regressionArea-web/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.richfaces.test-applications</groupId>
<artifactId>regressionArea</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.test-applications.regressionArea</groupId>
<artifactId>regressionArea-web</artifactId>
Modified: tags/3.3.1.SP2/test-applications/richfaces-docs/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/richfaces-docs/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/richfaces-docs/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -8,7 +8,7 @@
<name>richfaces-docs</name>
<properties>
<projectName>richfaces-docs</projectName>
- <richfacesVersion>3.3.1.SP1-SNAPSHOT</richfacesVersion>
+ <richfacesVersion>3.3.1.SP2</richfacesVersion>
<seamVersion>2.0.1.GA</seamVersion>
<droolsVersion>4.0.0</droolsVersion>
Modified: tags/3.3.1.SP2/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/richfaces-docs/web/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/richfaces-docs/web/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -47,7 +47,7 @@
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>provided</scope>
</dependency>
Modified: tags/3.3.1.SP2/test-applications/seamApp/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seamApp/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/seamApp/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -8,7 +8,7 @@
<name>sample application</name>
<properties>
<projectName>seamApp</projectName>
- <rfVersion>3.3.1.SP1-SNAPSHOT</rfVersion>
+ <rfVersion>3.3.1.SP2</rfVersion>
<seamVersion>2.1.0.SP1</seamVersion>
<jbossDownloadURL>http://downloads.sourceforge.net/jboss/jboss-4.2.2.GA.zip</jbossDownloadURL>
<jbossDeployDir>jboss-4.2.2.GA/jboss-4.2.2.GA/server/default/</jbossDeployDir>
Modified: tags/3.3.1.SP2/test-applications/seleniumTest/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seleniumTest/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/seleniumTest/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,14 +5,14 @@
<parent>
<artifactId>samples</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
<packaging>pom</packaging>
<name>SeleniumTest</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<url>http://maven.apache.org</url>
<properties>
<http.port>8085</http.port>
@@ -227,7 +227,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>javax.faces</groupId>
Modified: tags/3.3.1.SP2/test-applications/seleniumTest/richfaces/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seleniumTest/richfaces/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/seleniumTest/richfaces/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,14 +5,14 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>richfaces</artifactId>
<packaging>war</packaging>
<name>seleniumTest Maven Webapp</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<finalName>richfaces</finalName>
</build>
Modified: tags/3.3.1.SP2/test-applications/seleniumTest/samples/pom.xml
===================================================================
--- branches/enterprise/3.3.X/test-applications/seleniumTest/samples/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/test-applications/seleniumTest/samples/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -5,13 +5,13 @@
<parent>
<groupId>seleniumTest</groupId>
<artifactId>seleniumTest</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>seleniumTest</groupId>
<artifactId>samples</artifactId>
<name>Samples</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<finalName>seleniumTest</finalName>
<plugins>
Modified: tags/3.3.1.SP2/ui/assembly/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/assembly/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/assembly/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -15,7 +15,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
Modified: tags/3.3.1.SP2/ui/beanValidator/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/beanValidator/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/beanValidator/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -3,19 +3,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>beanValidator</artifactId>
<name>beanValidator</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Modified: tags/3.3.1.SP2/ui/calendar/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/calendar/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/calendar/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,13 +45,13 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inputnumber-spinner</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/colorPicker/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/colorPicker/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/colorPicker/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -12,7 +12,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/columns/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/columns/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/columns/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.SP2/ui/combobox/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/combobox/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/combobox/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
<name>combobox</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>suggestionbox</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.SP2/ui/componentControl/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/componentControl/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/componentControl/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/contextMenu/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/contextMenu/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/contextMenu/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
<name>contextMenu</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/core/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/core/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/core/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/create.bat
===================================================================
--- branches/enterprise/3.3.X/ui/create.bat 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/create.bat 2010-04-30 18:04:34 UTC (rev 16859)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1.SP1-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.3.1.SP2 -DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/dataFilterSlider/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/dataFilterSlider/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/dataFilterSlider/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
@@ -14,7 +14,7 @@
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/dataTable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/dataTable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/dataTable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.1.SP2/ui/datascroller/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/datascroller/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/datascroller/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/drag-drop/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/drag-drop/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/drag-drop/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui-core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
-->
</dependencies>
Modified: tags/3.3.1.SP2/ui/dropdown-menu/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/dropdown-menu/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/dropdown-menu/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,12 +44,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/editor/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/editor/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/editor/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>antlr</groupId>
Modified: tags/3.3.1.SP2/ui/effect/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/effect/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/effect/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/extendedDataTable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/extendedDataTable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/extendedDataTable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -64,45 +64,45 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>menu-components</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>contextMenu</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>jQuery</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>componentControl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>scrollableDataTable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/fileUpload/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/fileUpload/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/fileUpload/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>fileUpload</artifactId>
<name>fileUpload</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,12 +51,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/functions/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/functions/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/functions/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/gmap/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/gmap/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/gmap/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/hotKey/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/hotKey/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/hotKey/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -50,7 +50,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/inplaceInput/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/inplaceInput/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/inplaceInput/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
<name>inplaceInput</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,17 +51,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/inplaceSelect/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/inplaceSelect/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/inplaceSelect/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceSelect</artifactId>
<name>inplaceSelect</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -51,22 +51,22 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>combobox</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>inplaceInput</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.SP2/ui/inputnumber-slider/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/inputnumber-slider/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/inputnumber-slider/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/inputnumber-spinner/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/inputnumber-spinner/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/inputnumber-spinner/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.1.SP2/ui/insert/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/insert/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/insert/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/jQuery/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/jQuery/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/jQuery/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/layout/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/layout/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/layout/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -4,18 +4,18 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<groupId>org.richfaces.ui</groupId>
<artifactId>layout</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>layout</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -48,7 +48,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
Modified: tags/3.3.1.SP2/ui/listShuttle/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/listShuttle/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/listShuttle/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
Modified: tags/3.3.1.SP2/ui/menu-components/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/menu-components/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/menu-components/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/message/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/message/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/message/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>message</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<name>Message</name>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/modal-panel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/modal-panel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/modal-panel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/orderingList/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/orderingList/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/orderingList/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/paint2D/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/paint2D/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/paint2D/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/panel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/panel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/panel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/panelbar/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/panelbar/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/panelbar/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/panelmenu/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/panelmenu/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/panelmenu/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/pickList/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/pickList/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/pickList/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>pickList</artifactId>
<name>pickList</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -53,26 +53,26 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>listShuttle</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>orderingList</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
Modified: tags/3.3.1.SP2/ui/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>root</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
@@ -138,12 +138,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-test</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<scope>test</scope>
</dependency>
<dependency>
Modified: tags/3.3.1.SP2/ui/progressBAR/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/progressBAR/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/progressBAR/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.ui</groupId>
<artifactId>progressBar</artifactId>
<name>progressBar</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/scrollableDataTable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/scrollableDataTable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/scrollableDataTable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -70,17 +70,17 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>dataTable</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>core</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/separator/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/separator/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/separator/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
Modified: tags/3.3.1.SP2/ui/simpleTogglePanel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/simpleTogglePanel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/simpleTogglePanel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/spacer/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/spacer/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/spacer/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/state/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/state/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/state/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -37,7 +37,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/suggestionbox/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/suggestionbox/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/suggestionbox/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/tabPanel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/tabPanel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/tabPanel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/togglePanel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/togglePanel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/togglePanel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/toolBar/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/toolBar/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/toolBar/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/tooltip/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/tooltip/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/tooltip/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/tree/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/tree/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/tree/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -45,7 +45,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>drag-drop</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/treeModel/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/treeModel/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/treeModel/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<id>generate-sources</id>
@@ -45,12 +45,12 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>tree</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: tags/3.3.1.SP2/ui/treeTable/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/treeTable/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/treeTable/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,19 +2,19 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces</groupId>
<artifactId>treeTable</artifactId>
<name>treeTable</name>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<build>
<plugins>
<plugin>
<groupId>org.richfaces.cdk</groupId>
<artifactId>maven-cdk-plugin</artifactId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
Modified: tags/3.3.1.SP2/ui/virtualEarth/pom.xml
===================================================================
--- branches/enterprise/3.3.X/ui/virtualEarth/pom.xml 2010-04-30 17:34:27 UTC (rev 16858)
+++ tags/3.3.1.SP2/ui/virtualEarth/pom.xml 2010-04-30 18:04:34 UTC (rev 16859)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</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.3.1.SP1-SNAPSHOT</version>
+ <version>3.3.1.SP2</version>
<executions>
<execution>
<phase>generate-sources</phase>
14 years, 7 months
JBoss Rich Faces SVN: r16858 - in branches/enterprise/3.3.X/ui/calendar/src/main: resources/org/richfaces/renderkit/html/scripts and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2010-04-30 13:34:27 -0400 (Fri, 30 Apr 2010)
New Revision: 16858
Modified:
branches/enterprise/3.3.X/ui/calendar/src/main/config/component/calendar.xml
branches/enterprise/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
branches/enterprise/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
RFPL-542
Modified: branches/enterprise/3.3.X/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- branches/enterprise/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2010-04-30 17:26:17 UTC (rev 16857)
+++ branches/enterprise/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2010-04-30 17:34:27 UTC (rev 16858)
@@ -183,6 +183,14 @@
<defaultvalue>false</defaultvalue>
</property>
<property>
+ <name>hidePopupOnScroll</name>
+ <classname>boolean</classname>
+ <description>
+ Hide popup when user scrolls content. If false opened popup wouldn't be closed on scroll but component should be placed into a relative container, otherwise popup wouldn't be scrolled. Does not affect on document body scroll. Default value is "true".
+ </description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
<name>jointPoint</name>
<classname>java.lang.String</classname>
<description>
Modified: branches/enterprise/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- branches/enterprise/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2010-04-30 17:26:17 UTC (rev 16857)
+++ branches/enterprise/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2010-04-30 17:34:27 UTC (rev 16858)
@@ -1216,7 +1216,9 @@
Event.observe(window.document, "click", this.eventOnCollapse, false);
Richfaces.removeScrollEventHandlers(this.scrollElements, this.eventOnScroll);
- this.scrollElements = Richfaces.setupScrollEventHandlers(element, this.eventOnScroll);
+ if (this.params.hidePopupOnScroll) {
+ this.scrollElements = Richfaces.setupScrollEventHandlers(element, this.eventOnScroll);
+ }
}
},
Modified: branches/enterprise/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
--- branches/enterprise/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2010-04-30 17:26:17 UTC (rev 16857)
+++ branches/enterprise/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2010-04-30 17:34:27 UTC (rev 16858)
@@ -195,8 +195,8 @@
showWeekDaysBar:#{component.attributes['showWeekDaysBar']},
showApplyButton:#{component.attributes['showApplyButton']},
resetTimeOnDateSelect:#{component.attributes['resetTimeOnDateSelect']},
- defaultTime:#{this:getPreparedDefaultTime(component)}
-
+ defaultTime:#{this:getPreparedDefaultTime(component)},
+ hidePopupOnScroll:#{component.attributes['hidePopupOnScroll']}
<f:call name="writeLabels" />
<f:call name="writeClass"/>
14 years, 7 months
JBoss Rich Faces SVN: r16857 - in root/cdk/trunk/plugins: generator/src/main/java/org/richfaces/cdk/apt and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: Alex.Kolonitsky
Date: 2010-04-30 13:26:17 -0400 (Fri, 30 Apr 2010)
New Revision: 16857
Modified:
root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/Generator.java
root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java
root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java
root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibWriter.java
root/cdk/trunk/plugins/maven-cdk-plugin/src/main/java/org/richfaces/builder/mojo/GenerateMojo.java
Log:
RF-7826 Migrate A1 components to new CDK
Modified: root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/Generator.java
===================================================================
--- root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/Generator.java 2010-04-30 16:52:02 UTC (rev 16856)
+++ root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/Generator.java 2010-04-30 17:26:17 UTC (rev 16857)
@@ -22,17 +22,13 @@
package org.richfaces.cdk;
-import static com.google.common.base.Preconditions.*;
-
-import java.io.File;
-import java.io.FileNotFoundException;
-import java.io.IOException;
-import java.io.Writer;
-import java.nio.charset.Charset;
-import java.util.Collections;
-import java.util.Locale;
-import java.util.Map;
-
+import static com.google.common.base.Preconditions.checkNotNull;
+import com.google.common.collect.Maps;
+import com.google.inject.AbstractModule;
+import com.google.inject.Guice;
+import com.google.inject.Injector;
+import com.google.inject.Stage;
+import com.google.inject.name.Names;
import org.richfaces.cdk.apt.AptModule;
import org.richfaces.cdk.generate.freemarker.FreeMakerModule;
import org.richfaces.cdk.generate.java.ClassGeneratorModule;
@@ -43,12 +39,14 @@
import org.richfaces.cdk.templatecompiler.TemplateModule;
import org.richfaces.cdk.xmlconfig.XmlModule;
-import com.google.common.collect.Maps;
-import com.google.inject.AbstractModule;
-import com.google.inject.Guice;
-import com.google.inject.Injector;
-import com.google.inject.Stage;
-import com.google.inject.name.Names;
+import java.io.File;
+import java.io.FileNotFoundException;
+import java.io.IOException;
+import java.io.Writer;
+import java.nio.charset.Charset;
+import java.util.Collections;
+import java.util.Locale;
+import java.util.Map;
/**
* @author asmirnov
@@ -62,6 +60,8 @@
private Logger log = new JavaLogger();
private Injector injector;
+
+ private String namespace;
private Locale locale = Locale.getDefault();
@@ -110,13 +110,13 @@
}
- public void init(){
+ public void init() {
injector = Guice.createInjector(Stage.PRODUCTION,
new CdkConfigurationModule(),
new AptModule(),
new ModelModule(),
+ new ClassGeneratorModule(),
new TagHandlerModule(),
- new ClassGeneratorModule(),
new FreeMakerModule(),
new TemplateModule(),
new XmlModule(),
@@ -163,6 +163,7 @@
bind(Logger.class).toInstance(log);
bind(Locale.class).toInstance(locale);
bind(Charset.class).toInstance(charset);
+ bind(Generator.class).toInstance(Generator.this);
for (Map.Entry<Outputs, FileManager> entry : outputFolders.entrySet()) {
bind(FileManager.class).annotatedWith(new OutputImpl(entry.getKey())).toInstance(entry.getValue());
}
@@ -177,4 +178,12 @@
}
+
+ public String getNamespace() {
+ return namespace;
+ }
+
+ public void setNamespace(String namespace) {
+ this.namespace = namespace;
+ }
}
Modified: root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java
===================================================================
--- root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java 2010-04-30 16:52:02 UTC (rev 16856)
+++ root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/apt/TaskFactoryImpl.java 2010-04-30 17:26:17 UTC (rev 16857)
@@ -84,7 +84,7 @@
}
private static final ImmutableCollection<String> COMPILER_OPTIONS =
- ImmutableList.of("-proc:only", "-implicit:class", "-verbose");
+ ImmutableList.of("-proc:only", "-implicit:class"/*, "-verbose"*/);
@Inject
private Logger log;
Modified: root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java
===================================================================
--- root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java 2010-04-30 16:52:02 UTC (rev 16856)
+++ root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibGeneratorVisitor.java 2010-04-30 17:26:17 UTC (rev 16857)
@@ -80,11 +80,12 @@
faceletTaglib.addAttribute("xsi:schemaLocation", "http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facelettaglibrary_2_0.xsd");
faceletTaglib.addAttribute("version", "2.0");
- faceletTaglib.addAttribute("id", id); // TODO do it as param param
+ faceletTaglib.addAttribute("id", id); // TODO do it as param
- faceletTaglib.addElement("namespace").addText("http://richfaces.org/a4j"); // TODO do it as param param
+ faceletTaglib.addElement("namespace").addText("http://richfaces.org/" + id); // TODO do it as param
}
+ @Override
public void visitComponent(ComponentModel model) {
for (TagModel tagModel : model.getTags()) {
if (TagType.Facelets != tagModel.getType()
Modified: root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibWriter.java
===================================================================
--- root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibWriter.java 2010-04-30 16:52:02 UTC (rev 16856)
+++ root/cdk/trunk/plugins/generator/src/main/java/org/richfaces/cdk/generate/taglib/TaglibWriter.java 2010-04-30 17:26:17 UTC (rev 16857)
@@ -28,6 +28,7 @@
import org.richfaces.cdk.CdkException;
import org.richfaces.cdk.CdkWriter;
import org.richfaces.cdk.FileManager;
+import org.richfaces.cdk.Generator;
import org.richfaces.cdk.Output;
import org.richfaces.cdk.Outputs;
import org.richfaces.cdk.model.ComponentLibrary;
@@ -48,12 +49,12 @@
@Output(Outputs.RESOURCES)
private FileManager output;
- // TODO set it as parametr
- private String id = "a4j";
+ @Inject
+ private Generator generator;
@Override
public void render() throws CdkException {
- TaglibGeneratorVisitor visitor = new TaglibGeneratorVisitor(id);
+ TaglibGeneratorVisitor visitor = new TaglibGeneratorVisitor(generator.getNamespace());
library.accept(visitor);
try {
@@ -70,7 +71,7 @@
protected Writer getOutput() throws CdkException {
try {
- return output.createOutput("META-INF/" + id + ".taglib.xml", library.lastModified());
+ return output.createOutput("META-INF/" + generator.getNamespace() + ".taglib.xml", library.lastModified());
} catch (IOException e) {
throw new CdkException(e);
}
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/src/main/java/org/richfaces/builder/mojo/GenerateMojo.java
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/src/main/java/org/richfaces/builder/mojo/GenerateMojo.java 2010-04-30 16:52:02 UTC (rev 16856)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/src/main/java/org/richfaces/builder/mojo/GenerateMojo.java 2010-04-30 17:26:17 UTC (rev 16857)
@@ -35,7 +35,6 @@
import org.apache.maven.model.FileSet;
import org.apache.maven.model.Resource;
-import org.apache.maven.plugin.AbstractMojo;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.MojoFailureException;
import org.apache.maven.project.MavenProject;
@@ -57,7 +56,7 @@
* @requiresDependencyResolution compile
* @phase generate-sources
*/
-public class GenerateMojo extends AbstractMojo {
+public class GenerateMojo extends AbstractCDKMojo {
private static final String[] JAVA_INCLUDES = new String[]{"**/*.java"};
private static final String MAIN_CONFIG = "src/main/config";
private static final String MAIN_TEMPLATES = "src/main/templates";
@@ -221,6 +220,7 @@
}
try {
+ generator.setNamespace(this.library.getTaglib().getShortName());
// Build JSF library.
// LibraryBuilder builder = LibraryBuilder.createInstance(context);
@@ -272,14 +272,14 @@
generator.addOutputFolder(type, directory);
}
- /**
- * <p class="changed_added_4_0">This method checks library configuration and sets default values if necessary.</p>
- */
- protected void checkLibraryConfig() {
+// /**
+// * <p class="changed_added_4_0">This method checks library configuration and sets default values if necessary.</p>
+// */
+// protected void checkLibraryConfig() {
+//
+// // TODO Auto-generated method stub
+// }
- // TODO Auto-generated method stub
- }
-
private File resolveRelativePath(File file) {
File result = file;
if (!result.isAbsolute()) {
14 years, 7 months
JBoss Rich Faces SVN: r16856 - in root: cdk/trunk/bom and 21 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2010-04-30 12:52:02 -0400 (Fri, 30 Apr 2010)
New Revision: 16856
Modified:
root/cdk/trunk/bom/pom.xml
root/cdk/trunk/plugins/maven-cdk-plugin/src/it/annotated-component/pom.xml
root/cdk/trunk/plugins/maven-cdk-plugin/src/it/renderer-template-test/pom.xml
root/cdk/trunk/plugins/maven-cdk-plugin/src/it/xml-configured-component/pom.xml
root/cdk/trunk/plugins/xinclude/pom.xml
root/cdk/trunk/root/pom.xml
root/docs/trunk/Component_Development_Kit_Guide/pom.xml
root/docs/trunk/Component_Reference/pom.xml
root/docs/trunk/Developer_Guide/pom.xml
root/docs/trunk/Migration_Guide/pom.xml
root/examples-sandbox/trunk/components/ajax/pom.xml
root/examples-sandbox/trunk/components/tables/pom.xml
root/examples-sandbox/trunk/pom.xml
root/examples/trunk/components/core-demo/pom.xml
root/examples/trunk/pom.xml
root/examples/trunk/richfaces-demo/pom.xml
root/framework/trunk/pom.xml
root/framework/trunk/test-base/pom.xml
root/framework/trunk/version-matrix/pom.xml
root/pom.xml
root/ui-sandbox/trunk/pom.xml
root/ui/trunk/pom.xml
root/ui/trunk/version-matrix/pom.xml
Log:
RFPL-533
Modified: root/cdk/trunk/bom/pom.xml
===================================================================
--- root/cdk/trunk/bom/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/bom/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -52,7 +52,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>org.jboss.el</groupId>
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/src/it/annotated-component/pom.xml
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/src/it/annotated-component/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/src/it/annotated-component/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -56,7 +56,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/src/it/renderer-template-test/pom.xml
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/src/it/renderer-template-test/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/src/it/renderer-template-test/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -54,7 +54,7 @@
<dependency>
<groupId>org.jboss.test-jsf</groupId>
<artifactId>jsf-mock</artifactId>
- <version>1.0.0</version>
+ <version>1.0.2</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -82,7 +82,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: root/cdk/trunk/plugins/maven-cdk-plugin/src/it/xml-configured-component/pom.xml
===================================================================
--- root/cdk/trunk/plugins/maven-cdk-plugin/src/it/xml-configured-component/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/plugins/maven-cdk-plugin/src/it/xml-configured-component/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -57,7 +57,7 @@
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Modified: root/cdk/trunk/plugins/xinclude/pom.xml
===================================================================
--- root/cdk/trunk/plugins/xinclude/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/plugins/xinclude/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -66,6 +66,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
+ <version>2.4</version>
<executions>
<execution>
<id>javacc</id>
Modified: root/cdk/trunk/root/pom.xml
===================================================================
--- root/cdk/trunk/root/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/cdk/trunk/root/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -65,47 +65,15 @@
<repository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
- <pluginRepository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </pluginRepository>
</pluginRepositories>
<build>
Modified: root/docs/trunk/Component_Development_Kit_Guide/pom.xml
===================================================================
--- root/docs/trunk/Component_Development_Kit_Guide/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/docs/trunk/Component_Development_Kit_Guide/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -26,7 +26,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -38,7 +38,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: root/docs/trunk/Component_Reference/pom.xml
===================================================================
--- root/docs/trunk/Component_Reference/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/docs/trunk/Component_Reference/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -26,7 +26,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -38,7 +38,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: root/docs/trunk/Developer_Guide/pom.xml
===================================================================
--- root/docs/trunk/Developer_Guide/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/docs/trunk/Developer_Guide/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -26,7 +26,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -38,7 +38,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: root/docs/trunk/Migration_Guide/pom.xml
===================================================================
--- root/docs/trunk/Migration_Guide/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/docs/trunk/Migration_Guide/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -26,7 +26,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
@@ -38,7 +38,7 @@
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<layout>default</layout>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Modified: root/examples/trunk/components/core-demo/pom.xml
===================================================================
--- root/examples/trunk/components/core-demo/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples/trunk/components/core-demo/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -18,20 +18,12 @@
<repository>
<id>repository.jboss.org</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
<repository>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
<id>maven-repository2.dev.java.net</id>
<name>Java.net Repository for Maven 2</name>
<url>http://download.java.net/maven/2</url>
Modified: root/examples/trunk/pom.xml
===================================================================
--- root/examples/trunk/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples/trunk/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -80,7 +80,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples/trunk/richfaces-demo/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -20,20 +20,12 @@
<repository>
<id>repository.jboss.org</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
<repository>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
<id>maven-repository2.dev.java.net</id>
<name>Java.net Repository for Maven 2</name>
<url>http://download.java.net/maven/2</url>
Modified: root/examples-sandbox/trunk/components/ajax/pom.xml
===================================================================
--- root/examples-sandbox/trunk/components/ajax/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples-sandbox/trunk/components/ajax/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -74,7 +74,7 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>runtime</scope>
Modified: root/examples-sandbox/trunk/components/tables/pom.xml
===================================================================
--- root/examples-sandbox/trunk/components/tables/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples-sandbox/trunk/components/tables/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -18,20 +18,12 @@
<repository>
<id>repository.jboss.org</id>
<name>Jboss Repository for Maven</name>
- <url>http://repository.jboss.org/maven2/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
<repository>
- <id>snapshots.jboss.org</id>
- <name>Jboss Snapshots Repository for Maven</name>
- <url>http://snapshots.jboss.org/maven2/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </repository>
- <repository>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
<id>maven-repository2.dev.java.net</id>
<name>Java.net Repository for Maven 2</name>
<url>http://download.java.net/maven/2</url>
@@ -78,7 +70,7 @@
<version>1.5.8</version>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: root/examples-sandbox/trunk/pom.xml
===================================================================
--- root/examples-sandbox/trunk/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/examples-sandbox/trunk/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -80,7 +80,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
<scope>provided</scope>
Modified: root/framework/trunk/pom.xml
===================================================================
--- root/framework/trunk/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/framework/trunk/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -89,7 +89,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<scope>provided</scope>
</dependency>
Modified: root/framework/trunk/test-base/pom.xml
===================================================================
--- root/framework/trunk/test-base/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/framework/trunk/test-base/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -76,7 +76,7 @@
<artifactId>el-api</artifactId>
</dependency>
<dependency>
- <groupId>javax.el</groupId>
+ <groupId>com.sun.el</groupId>
<artifactId>el-ri</artifactId>
</dependency>
<dependency>
@@ -88,7 +88,7 @@
<artifactId>jsp-api</artifactId>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
</dependency>
<dependency>
Modified: root/framework/trunk/version-matrix/pom.xml
===================================================================
--- root/framework/trunk/version-matrix/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/framework/trunk/version-matrix/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -49,47 +49,15 @@
<repository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
- <pluginRepository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </pluginRepository>
</pluginRepositories>
<dependencyManagement>
@@ -202,20 +170,20 @@
<version>2.1</version>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>javax.el</groupId>
<artifactId>el-api</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
<!-- end -->
<dependency>
- <groupId>javax.el</groupId>
+ <groupId>com.sun.el</groupId>
<artifactId>el-ri</artifactId>
- <version>1.2</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -43,7 +43,7 @@
<properties>
<snapshotRepository>
- dav:https://snapshots.jboss.org/maven2
+ dav:https://repository.jboss.org/nexus/content/repositories/snapshots/
</snapshotRepository>
</properties>
Modified: root/ui/trunk/pom.xml
===================================================================
--- root/ui/trunk/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/ui/trunk/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -113,7 +113,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<scope>provided</scope>
</dependency>
Modified: root/ui/trunk/version-matrix/pom.xml
===================================================================
--- root/ui/trunk/version-matrix/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/ui/trunk/version-matrix/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -37,47 +37,15 @@
<repositories>
<repository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</repository>
- <repository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>repository.jboss.org</id>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <url>http://repository.jboss.org/maven2</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public</url>
</pluginRepository>
- <pluginRepository>
- <id>snapshots.jboss.org</id>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- <url>http://snapshots.jboss.org/maven2</url>
- </pluginRepository>
</pluginRepositories>
<dependencyManagement>
@@ -152,7 +120,7 @@
<version>1.0</version>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
Modified: root/ui-sandbox/trunk/pom.xml
===================================================================
--- root/ui-sandbox/trunk/pom.xml 2010-04-30 16:42:51 UTC (rev 16855)
+++ root/ui-sandbox/trunk/pom.xml 2010-04-30 16:52:02 UTC (rev 16856)
@@ -72,7 +72,7 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>jstl</groupId>
+ <groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<scope>provided</scope>
</dependency>
14 years, 7 months
JBoss Rich Faces SVN: r16855 - in branches/community/3.3.X/ui/calendar/src/main: resources/org/richfaces/renderkit/html/scripts and 1 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: pyaschenko
Date: 2010-04-30 12:42:51 -0400 (Fri, 30 Apr 2010)
New Revision: 16855
Modified:
branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml
branches/community/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
Log:
https://jira.jboss.org/jira/browse/RF-4354 - hintParentElement attribute was added to calendar component
Modified: branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml
===================================================================
--- branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2010-04-30 16:39:57 UTC (rev 16854)
+++ branches/community/3.3.X/ui/calendar/src/main/config/component/calendar.xml 2010-04-30 16:42:51 UTC (rev 16855)
@@ -183,6 +183,14 @@
<defaultvalue>false</defaultvalue>
</property>
<property>
+ <name>hidePopupOnScroll</name>
+ <classname>boolean</classname>
+ <description>
+ Hide popup when user scrolls content. If false opened popup wouldn't be closed on scroll but component should be placed into a relative container, otherwise popup wouldn't be scrolled. Does not affect on document body scroll. Default value is "true".
+ </description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+ <property>
<name>jointPoint</name>
<classname>java.lang.String</classname>
<description>
Modified: branches/community/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js
===================================================================
--- branches/community/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2010-04-30 16:39:57 UTC (rev 16854)
+++ branches/community/3.3.X/ui/calendar/src/main/resources/org/richfaces/renderkit/html/scripts/calendar.js 2010-04-30 16:42:51 UTC (rev 16855)
@@ -1221,7 +1221,9 @@
Event.observe(window.document, "click", this.eventOnCollapse, false);
Richfaces.removeScrollEventHandlers(this.scrollElements, this.eventOnScroll);
- this.scrollElements = Richfaces.setupScrollEventHandlers(element, this.eventOnScroll);
+ if (this.params.hidePopupOnScroll) {
+ this.scrollElements = Richfaces.setupScrollEventHandlers(element, this.eventOnScroll);
+ }
}
},
@@ -2409,7 +2411,8 @@
showApplyButton: false,
selectedDate: null,
currentDate: null,
- defaultTime: {hours:12,minutes:0}
+ defaultTime: {hours:12,minutes:0},
+ hidePopupOnScroll: true
};
// must be :defaultTime, minDaysInFirstWeek, firstWeekday, weekDayLabels, weekDayLabelsShort, monthLabels, monthLabelsShort
\ No newline at end of file
Modified: branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx
===================================================================
--- branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2010-04-30 16:39:57 UTC (rev 16854)
+++ branches/community/3.3.X/ui/calendar/src/main/templates/org/richfaces/htmlCalendar.jspx 2010-04-30 16:42:51 UTC (rev 16855)
@@ -175,6 +175,7 @@
<c:scriptOption attributes="boundaryDatesMode" defaultValue="inactive" />
<c:scriptOption attributes="horizontalOffset" defaultValue="0" />
<c:scriptOption attributes="verticalOffset" defaultValue="0" />
+ <c:scriptOption attributes="hidePopupOnScroll" defaultValue="true" />
<c:scriptOption name="currentDate" value="#{this:getCurrentDate(context, component, currentDate)}" />
<c:scriptOption name="selectedDate" value="#{this:getSelectedDate(context, component)}" />
14 years, 7 months