Author: SeanRogers
Date: 2010-03-17 20:30:57 -0400 (Wed, 17 Mar 2010)
New Revision: 16591
Modified:
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml
Log:
Changed GA to Final
Modified: branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2010-03-17
20:40:27 UTC (rev 16590)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/includes/pcreate.xml 2010-03-18
00:30:57 UTC (rev 16591)
@@ -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.3.GA -DartifactId=inputDate]]>
+ <programlisting role="XML"><![CDATA[mvn archetype:create
-DarchetypeGroupId=org.richfaces.cdk -DarchetypeArtifactId=maven-archetype-jsf-component
-DarchetypeVersion=3.3.3.Final -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.3.GA</version>
+ <version>3.3.3.Final</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -202,7 +202,7 @@
<dependency>
<groupId>org.richfaces.framework</groupId>
<artifactId>richfaces-impl</artifactId>
- <version>3.3.3.GA</version>
+ <version>3.3.3.Final</version>
</dependency>
</dependencies>
</project>]]>
Modified:
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/devsample.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2010-03-17
20:40:27 UTC (rev 16590)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/devsample.xml 2010-03-18
00:30:57 UTC (rev 16591)
@@ -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.3.GA -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.3.Final -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: branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml
===================================================================
---
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2010-03-17
20:40:27 UTC (rev 16590)
+++
branches/community/3.3.X/docs/cdkguide/en/src/main/docbook/modules/setup.xml 2010-03-18
00:30:57 UTC (rev 16591)
@@ -180,7 +180,7 @@
<dependency>
<groupId>org.richfaces.ui</groupId>
<artifactId>richfaces-ui</artifactId>
- <version>3.3.3.GA</version>
+ <version>3.3.3.Final</version>
</dependency>
</dependencies>
</project>]]>
Show replies by date