Author: jogep Date: Tue Sep 10 19:29:54 2013 New Revision: 1521602 URL: http://svn.apache.org/r1521602 Log: Fix typo and change hardcoded Struts version to Placeholder
Modified: struts/struts2/trunk/archetypes/struts2-archetype-angularjs/README.txt struts/struts2/trunk/archetypes/struts2-archetype-blank/README.txt struts/struts2/trunk/archetypes/struts2-archetype-convention/README.txt struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/README.txt struts/struts2/trunk/archetypes/struts2-archetype-starter/README.txt Modified: struts/struts2/trunk/archetypes/struts2-archetype-angularjs/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-angularjs/README.txt?rev=1521602&r1=1521601&r2=1521602&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-angularjs/README.txt (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-angularjs/README.txt Tue Sep 10 19:29:54 2013 @@ -20,7 +20,7 @@ USAGE -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-angularjs \ - -DarchetypeVersion=2.3.16 \ + -DarchetypeVersion=<CURRENT_STRUTS_VERSION> \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository IMPORTANT: Modified: struts/struts2/trunk/archetypes/struts2-archetype-blank/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-blank/README.txt?rev=1521602&r1=1521601&r2=1521602&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-blank/README.txt (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-blank/README.txt Tue Sep 10 19:29:54 2013 @@ -20,7 +20,7 @@ USAGE -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-blank \ - -DarchetypeVersion=2.0.9-SNAPSHOT \ + -DarchetypeVersion=<CURRENT_STRUTS_VERSION> \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository IMPORTANT: Modified: struts/struts2/trunk/archetypes/struts2-archetype-convention/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-convention/README.txt?rev=1521602&r1=1521601&r2=1521602&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-convention/README.txt (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-convention/README.txt Tue Sep 10 19:29:54 2013 @@ -1,6 +1,6 @@ INFORMATION =========== -- This is Struts 2's "Blank Convetion" Maven Archetype +- This is Struts 2's "Blank Convention" Maven Archetype USAGE ===== @@ -20,7 +20,7 @@ USAGE -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-convention \ - -DarchetypeVersion=2.1.8 \ + -DarchetypeVersion=<CURRENT_STRUTS_VERSION> \ -DremoteRepositories=http://people.apache.org/repo/m2-snapshot-repository IMPORTANT: Modified: struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/README.txt?rev=1521602&r1=1521601&r2=1521602&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/README.txt (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-dbportlet/README.txt Tue Sep 10 19:29:54 2013 @@ -22,7 +22,7 @@ USAGE -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-dbportlet \ - -DarchetypeVersion=2.0.9-SNAPSHOT \ + -DarchetypeVersion=<CURRENT_STRUTS_VERSION> \ -DremoteRepositories=http://people.apache.org/maven-snapshot-repository - to compile, execute Modified: struts/struts2/trunk/archetypes/struts2-archetype-starter/README.txt URL: http://svn.apache.org/viewvc/struts/struts2/trunk/archetypes/struts2-archetype-starter/README.txt?rev=1521602&r1=1521601&r2=1521602&view=diff ============================================================================== --- struts/struts2/trunk/archetypes/struts2-archetype-starter/README.txt (original) +++ struts/struts2/trunk/archetypes/struts2-archetype-starter/README.txt Tue Sep 10 19:29:54 2013 @@ -31,7 +31,7 @@ USAGE -DartifactId=myWebApp \ -DarchetypeGroupId=org.apache.struts \ -DarchetypeArtifactId=struts2-archetype-starter \ - -DarchetypeVersion=2.0.11 + -DarchetypeVersion=<CURRENT_STRUTS_VERSION> COMMON TASKS