Author: nbelaevski
Date: 2009-03-30 10:44:28 -0400 (Mon, 30 Mar 2009)
New Revision: 13299
Added:
tags/3.3.1.BETA2/
tags/3.3.1.BETA2/ui/assembly/
tags/3.3.1.BETA2/ui/calendar/
Removed:
tags/3.3.1.BETA2/ui/assembly/
tags/3.3.1.BETA2/ui/calendar/
Modified:
tags/3.3.1.BETA2/framework/impl/src/main/java/org/richfaces/VersionBean.java
tags/3.3.1.BETA2/samples/createProject.sh
tags/3.3.1.BETA2/sandbox/ui/create.bat
tags/3.3.1.BETA2/sandbox/ui/create.sh
tags/3.3.1.BETA2/ui/create.bat
Log:
create tag for a release 3.3.1.BETA2
Copied: tags/3.3.1.BETA2 (from rev 13253, trunk)
Modified: tags/3.3.1.BETA2/framework/impl/src/main/java/org/richfaces/VersionBean.java
===================================================================
--- trunk/framework/impl/src/main/java/org/richfaces/VersionBean.java 2009-03-27 12:24:33
UTC (rev 13253)
+++
tags/3.3.1.BETA2/framework/impl/src/main/java/org/richfaces/VersionBean.java 2009-03-30
14:44:28 UTC (rev 13299)
@@ -37,7 +37,7 @@
* Revision version, must be auto modified by CVS
*/
- public static final String REVISION = "1-SNAPSHOT" ;
+ public static final String REVISION = "1.BETA2" ;
public static final String SCM_REVISION = " SVN $Revision$
$Date$";//$Revision$ $Date$";
public static final Version _version = new Version();
Modified: tags/3.3.1.BETA2/samples/createProject.sh
===================================================================
--- trunk/samples/createProject.sh 2009-03-27 12:24:33 UTC (rev 13253)
+++ tags/3.3.1.BETA2/samples/createProject.sh 2009-03-30 14:44:28 UTC (rev 13299)
@@ -1,3 +1,3 @@
#!/bin/sh
mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsfwebapp \
- -DarchetypeVersion=3.3.1-SNAPSHOT -Dversion=3.3.1-SNAPSHOT
-DgroupId=org.richfaces.samples -DartifactId=$1
+ -DarchetypeVersion=3.3.1.BETA2 -Dversion=3.3.1.BETA2
-DgroupId=org.richfaces.samples -DartifactId=$1
Modified: tags/3.3.1.BETA2/sandbox/ui/create.bat
===================================================================
--- trunk/sandbox/ui/create.bat 2009-03-27 12:24:33 UTC (rev 13253)
+++ tags/3.3.1.BETA2/sandbox/ui/create.bat 2009-03-30 14:44:28 UTC (rev 13299)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-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.BETA2
-DgroupId=org.richfaces.ui -DartifactId=%1
\ No newline at end of file
Modified: tags/3.3.1.BETA2/sandbox/ui/create.sh
===================================================================
--- trunk/sandbox/ui/create.sh 2009-03-27 12:24:33 UTC (rev 13253)
+++ tags/3.3.1.BETA2/sandbox/ui/create.sh 2009-03-30 14:44:28 UTC (rev 13299)
@@ -1,2 +1,2 @@
#!/bin/sh
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-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.BETA2
-DgroupId=org.richfaces.ui -DartifactId=${1}
\ No newline at end of file
Copied: tags/3.3.1.BETA2/ui/assembly (from rev 13298, trunk/ui/assembly)
Copied: tags/3.3.1.BETA2/ui/calendar (from rev 13264, trunk/ui/calendar)
Modified: tags/3.3.1.BETA2/ui/create.bat
===================================================================
--- trunk/ui/create.bat 2009-03-27 12:24:33 UTC (rev 13253)
+++ tags/3.3.1.BETA2/ui/create.bat 2009-03-30 14:44:28 UTC (rev 13299)
@@ -1 +1 @@
-mvn archetype:create -DarchetypeGroupId=org.richfaces.cdk
-DarchetypeArtifactId=maven-archetype-jsf-component -DarchetypeVersion=3.3.1-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.BETA2
-DgroupId=org.richfaces -DartifactId=%1
\ No newline at end of file
Show replies by date