Author: hlship
Date: Sat Feb 24 10:07:29 2007
New Revision: 511316

URL: http://svn.apache.org/viewvc?view=rev&rev=511316
Log:
Fix version number in the documentation

Modified:
    tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt

Modified: tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt?view=diff&rev=511316&r1=511315&r2=511316
==============================================================================
--- tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/tapestry-simple/trunk/src/site/apt/index.apt Sat Feb 24 
10:07:29 2007
@@ -16,12 +16,12 @@
   
   From the command line, you execute the following command (it's a bit of a 
doozy):
   
-  mvn archetype:create -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.1 
-DgroupId=<<org.example>> -DartifactId=<<myapp>> 
-DpackageName=<<org.example.myapp>> -Dversion=<<1.0.0-SNAPSHOT>>
+  mvn archetype:create -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.2 
-DgroupId=<<org.example>> -DartifactId=<<myapp>> 
-DpackageName=<<org.example.myapp>> -Dversion=<<1.0.0-SNAPSHOT>>
   
   Maven will use the information from that massive command line to locate and 
configure the archetpe, and produce the project:
   
 +---+
-$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.1 
-DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp 
-Dversion=1.0.0-SNAPSHOT
+$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry 
-DarchetypeArtifactId=tapestry-simple -DarchetypeVersion=5.0.2 
-DgroupId=org.example -DartifactId=myapp -DpackageName=org.example.myapp 
-Dversion=1.0.0-SNAPSHOT
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'archetype'.
 [INFO] 
----------------------------------------------------------------------------
@@ -33,7 +33,7 @@
 
 [INFO] [archetype:create]
 [INFO] 
----------------------------------------------------------------------------
-[INFO] Using following parameters for creating Archetype: tapestry-simple:5.0.1
+[INFO] Using following parameters for creating Archetype: tapestry-simple:5.0.2
 [INFO] 
----------------------------------------------------------------------------
 [INFO] Parameter: groupId, Value: org.example
 [INFO] Parameter: packageName, Value: org.example.myapp


Reply via email to