Just has moved from 5.0.3 to 5.0.4, use
mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.4 -DgroupId=org.example -DartifactId=TSA504 -DpackageName=org.example.TSA504 -Dversion=1.0.0-SNAPSHOT
to get the new project.
After the downloading you have to modify pom.xml – change
<tapestry-release-version>5.0.3</tapestry-release-version>
to
<tapestry-release-version>5.0.4-SNAPSHOT</tapestry-release-version>
and update Maven dependencies (I used Maven plugin for eclipse).
Now, repeat Step 01 and Step 02 for that new 5.0.4 project. All should be fine, just don't forget to change 503s to 504s.
P.S. Actually, Tapestry-User mail-list also suggests another "digit" - changing 5.0.4-SNAPSHOT just to 5.0.4 - and it works.
No comments:
Post a Comment