Author: hlship
Date: Mon Apr 30 18:09:05 2007
New Revision: 533901
URL: http://svn.apache.org/viewvc?view=rev&rev=533901
Log:
Roll version numbers up to 2.0.4
Modified:
tapestry/tapestry5/trunk/quickstart/pom.xml
tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt
Modified: tapestry/tapestry5/trunk/quickstart/pom.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/pom.xml?view=diff&rev=533901&r1=533900&r2=533901
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/pom.xml (original)
+++ tapestry/tapestry5/trunk/quickstart/pom.xml Mon Apr 30 18:09:05 2007
@@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.tapestry</groupId>
<artifactId>quickstart</artifactId>
- <version>5.0.4-SNAPSHOT</version>
+ <version>5.0.4</version>
<packaging>maven-plugin</packaging>
<parent>
<groupId>org.apache.tapestry</groupId>
<artifactId>tapestry-project</artifactId>
- <version>5.0.4-SNAPSHOT</version>
+ <version>5.0.4</version>
<relativePath>../tapestry-project/pom.xml</relativePath>
</parent>
<name>Tapestry 5 Quickstart Archetype</name>
Modified: tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt?view=diff&rev=533901&r1=533900&r2=533901
==============================================================================
--- tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/quickstart/src/site/apt/index.apt Mon Apr 30
18:09:05 2007
@@ -21,7 +21,7 @@
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=quickstart -DarchetypeVersion=5.0.3 -DgroupId=org.example
-DartifactId=myapp -DpackageName=org.example.myapp -Dversion=1.0.0-SNAPSHOT
+$ mvn archetype:create -DarchetypeGroupId=org.apache.tapestry
-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.4 -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: quickstart:5.0.3
+[INFO] Using following parameters for creating Archetype: quickstart:5.0.4
[INFO]
----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: org.example
[INFO] Parameter: packageName, Value: org.example.myapp