Author: SeanRogers
Date: 2010-02-18 22:21:02 -0500 (Thu, 18 Feb 2010)
New Revision: 16469
Added:
branches/community/3.3.X/docs/RichFaces_3.3.3.CR1_docs_update.zip
Modified:
branches/community/3.3.X/framework/api/pom.xml
branches/community/3.3.X/framework/impl/pom.xml
branches/community/3.3.X/ui/assembly/pom.xml
Log:
Updated versions for javadocs, added zip of updates for uploading to docs site.
Added: branches/community/3.3.X/docs/RichFaces_3.3.3.CR1_docs_update.zip
===================================================================
(Binary files differ)
Property changes on: branches/community/3.3.X/docs/RichFaces_3.3.3.CR1_docs_update.zip
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Modified: branches/community/3.3.X/framework/api/pom.xml
===================================================================
--- branches/community/3.3.X/framework/api/pom.xml 2010-02-18 23:48:59 UTC (rev 16468)
+++ branches/community/3.3.X/framework/api/pom.xml 2010-02-19 03:21:02 UTC (rev 16469)
@@ -2,13 +2,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</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.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
<dependencies>
<dependency>
@@ -39,4 +39,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/framework/impl/pom.xml
===================================================================
--- branches/community/3.3.X/framework/impl/pom.xml 2010-02-18 23:48:59 UTC (rev 16468)
+++ branches/community/3.3.X/framework/impl/pom.xml 2010-02-19 03:21:02 UTC (rev 16469)
@@ -3,13 +3,13 @@
<parent>
<artifactId>framework</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.framework</groupId>
<artifactId>${classifiedArtifactId}</artifactId>
<name>Java Server Faces AJAX framework implementation</name>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
<build>
<resources>
<resource>
@@ -249,7 +249,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
</dependency>
</dependencies>
-</project>
\ No newline at end of file
+</project>
Modified: branches/community/3.3.X/ui/assembly/pom.xml
===================================================================
--- branches/community/3.3.X/ui/assembly/pom.xml 2010-02-18 23:48:59 UTC (rev 16468)
+++ branches/community/3.3.X/ui/assembly/pom.xml 2010-02-19 03:21:02 UTC (rev 16469)
@@ -2,7 +2,7 @@
<parent>
<artifactId>ui</artifactId>
<groupId>org.richfaces</groupId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</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.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
<configuration>
<library>
<prefix>org.richfaces</prefix>
@@ -435,20 +435,20 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-api</artifactId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
</dependency>
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl-jsf2</artifactId>
- <version>3.3.3-SNAPSHOT</version>
+ <version>3.3.3.CR1</version>
</dependency>
</dependencies>
</profile>
</profiles>
<dependencies />
-</project>
\ No newline at end of file
+</project>