You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <ji...@apache.org> on 2010/08/29 00:18:53 UTC

[jira] Closed: (TAP5-1258) Maven quickstart archetype puts the wrong version in the pom.xml

     [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou closed TAP5-1258.
---------------------------------

    Fix Version/s: 5.2.1
       Resolution: Fixed

fixed for 5.2.1-SNAPSHOT - unfortunately, there's no way to change this for 5.2.0 since it's already been published

> Maven quickstart archetype puts the wrong version in the pom.xml
> ----------------------------------------------------------------
>
>                 Key: TAP5-1258
>                 URL: https://issues.apache.org/jira/browse/TAP5-1258
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: quickstart
>    Affects Versions: 5.2.1, 5.2
>            Reporter: Donny Nadolny
>            Assignee: Andreas Andreou
>            Priority: Minor
>             Fix For: 5.2.1
>
>
> Running the command mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org (taken from http://tapestry.apache.org/tapestry5.2-dev/quickstart/) and specifying 5.2.0 creates the project as expected, but the pom.xml contains <tapestry-release-version>5.2.0-SNAPSHOT</tapestry-release-version> which is incorrect - this project doesn't compile. The line should be <tapestry-release-version>5.2.0</tapestry-release-version>
> Here are the steps to reproduce:
> run: mvn archetype:generate -DarchetypeCatalog=http://tapestry.apache.org
> [INFO] [archetype:generate {execution: default-cli}]
> [INFO] Generating project in Interactive mode
> [INFO] No archetype defined. Using maven-archetype-quickstart (org.apache.maven.archetypes:maven-archetype-quickstart:1.0)
> Choose archetype:
> 1: http://tapestry.apache.org -> quickstart (Tapestry 5.2.1-SNAPSHOT Quickstart Project)
> 2: http://tapestry.apache.org -> tapestry-archetype (Tapestry 4.1.6 Archetype)
> Choose a number: : 1
> Choose version: 
> 1: 5.0.19
> 2: 5.1.0.5
> 3: 5.2.0
> 4: 5.2.1-SNAPSHOT
> Choose a number: : 3
> [[fill in any info for the groupId, artifactId, etc]] and then mvn jetty:run
> In addition, trying to create a project for tapestry 5.2.1-SNAPSHOT also has the incorrect version <tapestry-release-version>5.2.0-SNAPSHOT</tapestry-release-version>, which should be <tapestry-release-version>5.2.1-SNAPSHOT</tapestry-release-version>
> The steps are the same as above, but choosing 4 instead of 3.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.