Apache Geronimo > Discussion Forums  User List | Dev List | Wiki | Issue Tracker  

[jira] Created: (GERONIMO-4655) Branch and release 2.2

View: New views
5 Messages — Rating Filter:   Alert me  

[jira] Created: (GERONIMO-4655) Branch and release 2.2

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Branch and release 2.2
----------------------

                 Key: GERONIMO-4655
                 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
             Project: Geronimo
          Issue Type: Task
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 2.2
            Reporter: David Jencks
             Fix For: 2.2


Use the release plugin this time.

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


[jira] Assigned: (GERONIMO-4655) Branch and release 2.2

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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

David Jencks reassigned GERONIMO-4655:
--------------------------------------

    Assignee: David Jencks

> Branch and release 2.2
> ----------------------
>
>                 Key: GERONIMO-4655
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> Use the release plugin this time.

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


[jira] Commented: (GERONIMO-4655) Branch and release 2.2

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744318#action_12744318 ]

David Jencks commented on GERONIMO-4655:
----------------------------------------

rev updateds trunk to 3.0-SNAPSHOT.  Earlier the release plugin, running release:branch, made a copy of trunk before failing.  I used the versions-maven-plugin to update version and added an all-subprojects profile to trunk.  I'm going to try to see if I can use the versions-maven-plugin to make a more up to date 2.2 branch.

> Branch and release 2.2
> ----------------------
>
>                 Key: GERONIMO-4655
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> Use the release plugin this time.

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


[jira] Commented: (GERONIMO-4655) Branch and release 2.2

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12744781#action_12744781 ]

David Jencks commented on GERONIMO-4655:
----------------------------------------

rev 805627 should recreate a better 2.2 branch constructed from the 3.0-SNAPSHOT trunk by:

1. commenting out the variable connector module in plugins/pom.xml
2. running
{code}
mvn versions:set -DnewVersion=2.2-SNAPSHOT -Pall-subprojects
{code}
3. uncommenting (1) and adjusting the parent version in testsuite/concurrent-testsuite/concurrent-basic/concurrent-war/pom.xml which for reasons I can't fathom is completely invisible to the versions-maven-plugin.
4. running
{code}
svn cp -m "GERONIMO-4655 try again to branch 2.2.  This is mostly the result of running 'mvn versions:set -DnewVersion=2.2-SNAPSHOT -Pall-subprojects' on trunk" . https://svn.apache.org/repos/asf/geronimo/server/branches/2.2
{code}

> Branch and release 2.2
> ----------------------
>
>                 Key: GERONIMO-4655
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> Use the release plugin this time.

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


[jira] Commented: (GERONIMO-4655) Branch and release 2.2

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/GERONIMO-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773177#action_12773177 ]

David Jencks commented on GERONIMO-4655:
----------------------------------------

rev 832538 tries to clean up the all-subprojects profile so that
- no integration tests are actually run unless you specify -Pit
- no integration tests are deployed.

It looks like -Pall-subprojects -Dtest=false actually builds all the integration tests without running any... next step is to see if versions plugin can find all the subprojects.

> Branch and release 2.2
> ----------------------
>
>                 Key: GERONIMO-4655
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4655
>             Project: Geronimo
>          Issue Type: Task
>      Security Level: public(Regular issues)
>          Components: buildsystem
>    Affects Versions: 2.2
>            Reporter: David Jencks
>            Assignee: David Jencks
>             Fix For: 2.2
>
>
> Use the release plugin this time.

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