[richfaces-svn-commits] JBoss Rich Faces SVN: r15908 - in branches/sandbox/3.3.X_JSF2/docs: cdkguide and 16 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 18 05:07:22 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-18 05:07:21 -0500 (Wed, 18 Nov 2009)
New Revision: 15908

Modified:
   branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/src/main/resources/examples/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/cdkguide/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/common-resources/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/common-resources/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/faq/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/faq/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/highlight/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/migrationguide/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/migrationguide/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/userguide/en/pom.xml
   branches/sandbox/3.3.X_JSF2/docs/userguide/pom.xml
Log:
change version to 3.3.3-jsf2 

Modified: branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>cdkguide</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.cdkguide</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Richfaces CDK Developer Guide (${translation})</name>
 
@@ -39,4 +39,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/src/main/resources/examples/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/src/main/resources/examples/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/cdkguide/en/src/main/resources/examples/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -1,52 +1,52 @@
-<?xml version="1.0"?><project>
-  <parent>
-    <artifactId>sand_test</artifactId>
-    <groupId>org.mycompany</groupId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.mycompany</groupId>
-  <artifactId>inputDate-sample</artifactId>
-  <packaging>war</packaging>
-  <name>inputDate-sample Maven Webapp</name>
-  <version>1.0-SNAPSHOT</version>
-  <build>
-    <finalName>inputDate-sample</finalName>
-    <plugins>
-      <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
-      </plugin>
-      	<plugin>
-		<groupId>org.mortbay.jetty</groupId>
-		<artifactId>maven-jetty-plugin</artifactId>
-		<version>6.1.5</version>
-		<configuration>
-			<scanIntervalSeconds>10</scanIntervalSeconds>
-				<connectors>
-					<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
-						<port>8080</port>
-						<maxIdleTime>60000</maxIdleTime>
-					</connector>
-				</connectors>
-		</configuration>
-	</plugin>
-    </plugins>
-  </build>
-  <dependencies>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.mycompany</groupId>
-      <artifactId>inputDate</artifactId>
-      <version>1.0-SNAPSHOT</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0"?><project>
+  <parent>
+    <artifactId>sand_test</artifactId>
+    <groupId>org.mycompany</groupId>
+    <version>1.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.mycompany</groupId>
+  <artifactId>inputDate-sample</artifactId>
+  <packaging>war</packaging>
+  <name>inputDate-sample Maven Webapp</name>
+  <version>1.0-SNAPSHOT</version>
+  <build>
+    <finalName>inputDate-sample</finalName>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+      	<plugin>
+		<groupId>org.mortbay.jetty</groupId>
+		<artifactId>maven-jetty-plugin</artifactId>
+		<version>6.1.5</version>
+		<configuration>
+			<scanIntervalSeconds>10</scanIntervalSeconds>
+				<connectors>
+					<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
+						<port>8080</port>
+						<maxIdleTime>60000</maxIdleTime>
+					</connector>
+				</connectors>
+		</configuration>
+	</plugin>
+    </plugins>
+  </build>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.mycompany</groupId>
+      <artifactId>inputDate</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency>
+  </dependencies>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/cdkguide/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/cdkguide/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/cdkguide/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>cdkguide</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>cdkguide</name>
 	<description>Richfaces CDK Developer Guide</description>
 	<pluginRepositories>
@@ -26,63 +26,63 @@
 			<layout>default</layout>
 		</pluginRepository>
 	</pluginRepositories>
-	<profiles>
-	<profile>
-			<id>html</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html</formatName>
-										<stylesheetResource> ${xsl_html}</stylesheetResource>
-										<finalName> index.html</finalName>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-		<profile>
-			<id>html_single</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html_single</formatName>
-										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-										<finalName> index.html</finalName>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-	</profiles>
-	<build>
+	<profiles>
+	<profile>
+			<id>html</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html</formatName>
+										<stylesheetResource> ${xsl_html}</stylesheetResource>
+										<finalName> index.html</finalName>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
+		<profile>
+			<id>html_single</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html_single</formatName>
+										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+										<finalName> index.html</finalName>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
+	</profiles>
+	<build>
 		<pluginManagement>
 			<plugins>
 					
@@ -174,7 +174,7 @@
 							<groupId>org.apache.xmlgraphics</groupId>
 							<artifactId>fop</artifactId>
 							<version>0.95</version>
-						</dependency>
+						</dependency>
 						<dependency>
 							<groupId>net.sf.saxon</groupId>
 							<artifactId>saxon</artifactId>
@@ -255,7 +255,7 @@
 						</options>
 					</configuration>
 
-				</plugin>
+				</plugin>
 				
 			</plugins>
 		</pluginManagement>
@@ -264,4 +264,4 @@
 		<module>en</module>
 	</modules>
 
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/common-resources/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/common-resources/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/common-resources/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>common-resources</artifactId>
 		<groupId>org.richfaces.docs</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs.common-resources</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Documentation common resources (${translation})</name>
 	<description>
@@ -17,7 +17,7 @@
 		<dependency>
 		  <groupId>org.richfaces.docs</groupId>
 		  <artifactId>highlight</artifactId>
-		  <version>3.3.3-SNAPSHOT</version>
+		  <version>3.3.3-jsf2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -40,4 +40,4 @@
 			</resource>
 		</resources>
 	</build>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -1,46 +1,46 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.richfaces.docs</groupId>
-  <artifactId>richfacesguide-archetype</artifactId>
-  <packaging>maven-archetype</packaging>
-  <name>richfacesguide-archetype</name>
-  <version>3.3.3-SNAPSHOT</version>
-  <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-        <artifactId>wagon-webdav</artifactId>
-        <version>1.0-beta-2</version>
-      </extension>
-      <extension>
-        <groupId>postgresql</groupId>
-        <artifactId>postgresql</artifactId>
-        <version>8.2-504.jdbc3</version>
-      </extension>
-      <extension>
-        <groupId>org.apache.maven.archetype</groupId>
-        <artifactId>archetype-packaging</artifactId>
-        <version>2.0-alpha-4</version>
-      </extension>
-    </extensions>
-    <plugins>
-      <plugin>
-        <artifactId>maven-archetype-plugin</artifactId>
-        <version>2.0-alpha-4</version>
-        <extensions>true</extensions>
-      </plugin>
-    </plugins>
-  </build>
-  <distributionManagement>
-    <repository>
-      <uniqueVersion>false</uniqueVersion>
-      <id>repository.jboss.org</id>
-      <url>${releaseRepository}</url>
-    </repository>
-    <snapshotRepository>
-      <id>snapshots.jboss.org</id>
-      <url>dav:https://snapshots.jboss.org/maven2</url>
-    </snapshotRepository>
-    <downloadUrl>http://labs.jboss.com/portal/jbossrichfaces/downloads</downloadUrl>
-  </distributionManagement>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?><project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.richfaces.docs</groupId>
+  <artifactId>richfacesguide-archetype</artifactId>
+  <packaging>maven-archetype</packaging>
+  <name>richfacesguide-archetype</name>
+  <version>3.3.3-jsf2-SNAPSHOT</version>
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-webdav</artifactId>
+        <version>1.0-beta-2</version>
+      </extension>
+      <extension>
+        <groupId>postgresql</groupId>
+        <artifactId>postgresql</artifactId>
+        <version>8.2-504.jdbc3</version>
+      </extension>
+      <extension>
+        <groupId>org.apache.maven.archetype</groupId>
+        <artifactId>archetype-packaging</artifactId>
+        <version>2.0-alpha-4</version>
+      </extension>
+    </extensions>
+    <plugins>
+      <plugin>
+        <artifactId>maven-archetype-plugin</artifactId>
+        <version>2.0-alpha-4</version>
+        <extensions>true</extensions>
+      </plugin>
+    </plugins>
+  </build>
+  <distributionManagement>
+    <repository>
+      <uniqueVersion>false</uniqueVersion>
+      <id>repository.jboss.org</id>
+      <url>${releaseRepository}</url>
+    </repository>
+    <snapshotRepository>
+      <id>snapshots.jboss.org</id>
+      <url>dav:https://snapshots.jboss.org/maven2</url>
+    </snapshotRepository>
+    <downloadUrl>http://labs.jboss.com/portal/jbossrichfaces/downloads</downloadUrl>
+  </distributionManagement>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>richfacesguide</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.richfacesguide</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Richfaces Guide Template</name>
 
@@ -47,4 +47,4 @@
 			-->
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/common-resources/en/src/main/archetypes/richfaces_archetype/src/main/resources/archetype-resources/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>richfacesguide</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>richfacesguide</name>
 	<description>Richfaces Guide Template</description>
 	<pluginRepositories>
@@ -119,11 +119,11 @@
 							<groupId>org.apache.xmlgraphics</groupId>
 							<artifactId>fop</artifactId>
 							<version>0.95</version>
-						</dependency>
-						<dependency>
-    <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
-    <version>9.1.0.1_1</version>
+						</dependency>
+						<dependency>
+    <groupId>org.apache.servicemix.bundles</groupId>
+    <artifactId>org.apache.servicemix.bundles.saxon</artifactId>
+    <version>9.1.0.1_1</version>
 </dependency> 
 					</dependencies>
 					<configuration>
@@ -234,4 +234,4 @@
 		<module>en</module>
 	</modules>
 
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/common-resources/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/common-resources/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/common-resources/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,16 +2,16 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>common-resources</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Documentation common resources</name>
 	<description>Common resources</description>
 	<modules>
 	  <module>en</module>
 	</modules>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/faq/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/faq/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/faq/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>faq</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.faq</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Richfaces Manual (${translation})</name>
 	<build>
@@ -35,4 +35,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/faq/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/faq/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/faq/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>faq</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>FAQ</name>
 	<description>Frequently asked questions</description>
 	<!--repositories>

Modified: branches/sandbox/3.3.X_JSF2/docs/highlight/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/highlight/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/highlight/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>highlight</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>RichFaces Code Highlighting</name>
 
 	<dependencyManagement>
@@ -145,4 +145,4 @@
 		</pluginManagement>
 	</build-->
 
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/migrationguide/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/migrationguide/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/migrationguide/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>migration</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.migration</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>RichFaces Migration Guide (${translation})</name>
 	<build>
@@ -35,4 +35,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/migrationguide/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/migrationguide/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/migrationguide/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>migration</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>Migration Guide</name>
 	<description>RichFaces Migration Guide from 3.1.* to 3.2.0 version</description>
 	<pluginRepositories>
@@ -25,62 +25,62 @@
 			<url>http://repository.jboss.com/maven2/</url>
 			<layout>default</layout>
 		</pluginRepository>
-	</pluginRepositories>
-		<profiles>
-	<profile>
-			<id>html</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html</formatName>
-										<stylesheetResource> ${xsl_html}</stylesheetResource>
-										<finalName> index.html</finalName>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-		<profile>
-			<id>html_single</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html_single</formatName>
-										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-										<finalName> index.html</finalName>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
+	</pluginRepositories>
+		<profiles>
+	<profile>
+			<id>html</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html</formatName>
+										<stylesheetResource> ${xsl_html}</stylesheetResource>
+										<finalName> index.html</finalName>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
+		<profile>
+			<id>html_single</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html_single</formatName>
+										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+										<finalName> index.html</finalName>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
 	</profiles>
 	<build>
 		<pluginManagement>
@@ -235,4 +235,4 @@
 	<modules>
 		<module>en</module>
 	</modules>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>photo_album_app_guide</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.photo_album_app_guide</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>RichFaces Photo Album application Guide (${translation})</name>
 
@@ -39,4 +39,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
\ No newline at end of file
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/photo_album_app_guide/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -4,13 +4,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>photo_album_app_guide</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>RichFaces Photo Album Application Guide</name>
 	<description>RichFaces Photo Album Application Guide</description>
 	<pluginRepositories>
@@ -27,62 +27,62 @@
 			<url>http://repository.jboss.com/maven2/</url>
 			<layout>default</layout>
 		</pluginRepository>
-	</pluginRepositories>
-			<profiles>
-	<profile>
-			<id>html</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html</formatName>
-										<stylesheetResource> ${xsl_html}</stylesheetResource>
-										<finalName> index.html</finalName>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-		<profile>
-			<id>html_single</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html_single</formatName>
-										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-										<finalName> index.html</finalName>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
+	</pluginRepositories>
+			<profiles>
+	<profile>
+			<id>html</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html</formatName>
+										<stylesheetResource> ${xsl_html}</stylesheetResource>
+										<finalName> index.html</finalName>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
+		<profile>
+			<id>html_single</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html_single</formatName>
+										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+										<finalName> index.html</finalName>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
 	</profiles>
 	
 	<build>
@@ -239,4 +239,4 @@
 		<module>en</module>
 	</modules>
 
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,12 +2,12 @@
 	<parent>
 		<artifactId>root</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces</groupId>
 	<artifactId>docs</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>Project documentation</name>
 	<packaging>pom</packaging>
 	<!-- setup repositories, to build documentation separate from Java projects -->
@@ -107,4 +107,4 @@
 		<xsl_html>classpath:/common-resources/xslt/xhtml.xsl</xsl_html>
 		<translation>en</translation>
 	</properties>
-</project>
+</project>

Modified: branches/sandbox/3.3.X_JSF2/docs/userguide/en/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/userguide/en/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/userguide/en/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -5,12 +5,12 @@
 	<parent>
 		<groupId>org.richfaces.docs</groupId>
 		<artifactId>userguide</artifactId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 		<relativePath>../pom.xml</relativePath>
 	</parent>
 	<groupId>org.richfaces.docs.userguide</groupId>
 	<artifactId>${translation}</artifactId>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Richfaces Manual (${translation})</name>
 

Modified: branches/sandbox/3.3.X_JSF2/docs/userguide/pom.xml
===================================================================
--- branches/sandbox/3.3.X_JSF2/docs/userguide/pom.xml	2009-11-18 10:05:42 UTC (rev 15907)
+++ branches/sandbox/3.3.X_JSF2/docs/userguide/pom.xml	2009-11-18 10:07:21 UTC (rev 15908)
@@ -2,13 +2,13 @@
 	<parent>
 		<artifactId>docs</artifactId>
 		<groupId>org.richfaces</groupId>
-		<version>3.3.3-SNAPSHOT</version>
+		<version>3.3.3-jsf2-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.richfaces.docs</groupId>
 	<artifactId>userguide</artifactId>
 	<packaging>pom</packaging>
-	<version>3.3.3-SNAPSHOT</version>
+	<version>3.3.3-jsf2-SNAPSHOT</version>
 	<name>User guide</name>
 	<description>RichFaces user guide</description>
 	<pluginRepositories>
@@ -38,61 +38,61 @@
 			<layout>default</layout>
 		</pluginRepository>
 	</pluginRepositories>
-		<profiles>
-	<profile>
-			<id>html</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html</formatName>
-										<stylesheetResource> ${xsl_html}</stylesheetResource>
-										<finalName> index.html</finalName>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
-		<profile>
-			<id>html_single</id>
-			<build>
-				<pluginManagement>
-					<plugins>
-						<plugin>
-							<groupId>org.jboss.maven.plugins</groupId>
-							<artifactId>maven-jdocbook-plugin
-							</artifactId>
-							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
-							</version>
-							<configuration>
-								<formats>
-									<format>
-										<formatName>html_single</formatName>
-										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
-										<imageCopyingRequired> true</imageCopyingRequired>
-										<imagePathSettingRequired> false</imagePathSettingRequired>
-										<finalName> index.html</finalName>
-									</format>
-								</formats>
-							</configuration>
-						</plugin>
-					</plugins>
-				</pluginManagement>
-			</build>
-		</profile>
+		<profiles>
+	<profile>
+			<id>html</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html</formatName>
+										<stylesheetResource> ${xsl_html}</stylesheetResource>
+										<finalName> index.html</finalName>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
+		<profile>
+			<id>html_single</id>
+			<build>
+				<pluginManagement>
+					<plugins>
+						<plugin>
+							<groupId>org.jboss.maven.plugins</groupId>
+							<artifactId>maven-jdocbook-plugin
+							</artifactId>
+							<version>2.1.0-200803311251UTC-MPJDOCBOOK-8
+							</version>
+							<configuration>
+								<formats>
+									<format>
+										<formatName>html_single</formatName>
+										<stylesheetResource> ${xsl_html_single}</stylesheetResource>
+										<imageCopyingRequired> true</imageCopyingRequired>
+										<imagePathSettingRequired> false</imagePathSettingRequired>
+										<finalName> index.html</finalName>
+									</format>
+								</formats>
+							</configuration>
+						</plugin>
+					</plugins>
+				</pluginManagement>
+			</build>
+		</profile>
 	</profiles>
 	<build>
 		<pluginManagement>



More information about the richfaces-svn-commits mailing list