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

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

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
            Priority: Minor


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:
[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


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.


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

Posted by "Donny Nadolny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donny Nadolny updated TAP5-1258:
--------------------------------

    Description: 
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.

  was:
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:
[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


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.


> 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
>            Priority: Minor
>
> 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903894#action_12903894 ] 

Hudson commented on TAP5-1258:
------------------------------

Integrated in tapestry-5.2-freestyle #180 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/180/])
    TAP5-1258: update archetype version


> 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
>
> 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903894#action_12903894 ] 

Hudson commented on TAP5-1258:
------------------------------

Integrated in tapestry-5.2-freestyle #180 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/180/])
    TAP5-1258: update archetype version


> 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
>
> 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.


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

Posted by "Andreas Andreou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou reassigned TAP5-1258:
-------------------------------------

    Assignee: Andreas Andreou

> 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
>
> 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.


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

Posted by "Donny Nadolny (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donny Nadolny updated TAP5-1258:
--------------------------------

    Description: 
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.

  was:
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:
[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


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.


> 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
>            Priority: Minor
>
> 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.


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

Posted by "Andreas Andreou (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Andreas Andreou (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Andreas Andreou (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1258?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Andreou reassigned TAP5-1258:
-------------------------------------

    Assignee: Andreas Andreou

> 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
>
> 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.