[jbosstools-issues] [JBoss JIRA] (JBIDE-22015) For JBIDE 4.3.1.CR1: Prepare for Final/GA [build, build-sites, build-ci, maven-plugins, dl.jb.org, devdoc, versionwatch]

Nick Boldt (JIRA) issues at jboss.org
Wed Mar 30 17:12:00 EDT 2016


Nick Boldt created JBIDE-22015:
----------------------------------

             Summary: For JBIDE 4.3.1.CR1: Prepare for Final/GA [build, build-sites, build-ci, maven-plugins, dl.jb.org, devdoc, versionwatch]
                 Key: JBIDE-22015
                 URL: https://issues.jboss.org/browse/JBIDE-22015
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: build
            Reporter: Nick Boldt
            Priority: Blocker


For JBIDE 4.3.1.CR1 [build, build-sites, build-ci, maven-plugins, dl.jb.org, devdoc, versionwatch]: Please perform the following tasks:

0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.3.1.CR1 or Final

[Unresolved JIRAs with fixVersion = 4.3.1.CR1, 4.3.1.Final, 9.1.0.CR1, 9.1.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE%22%20and%20fixVersion%20in%20%284.3.1.CR1%2C4.3.1.Final%29%29%20or%20%28project%20%3D%20%22JBDS%22%20and%20fixversion%20in%20%289.1.0.CR1%2C9.1.0.GA%29%29%29%20and%20resolution%20%3D%20Unresolved]

1. Check out your existing *{color:blue}jbosstools-4.3.x{color}* branch:

{code}
git checkout jbosstools-4.3.x
{code}

2. Update your *{color:blue}jbosstools-4.3.x branch{color}* root pom to use the latest parent pom version, *{color:blue}4.3.1.Final-SNAPSHOT{color}*:

{code}
  <parent>
    <groupId>org.jboss.tools</groupId>
    <artifactId>parent</artifactId>
    <version>4.3.1.Final-SNAPSHOT</version>
  </parent>
{code}

Now, your root pom will use parent pom version:

* *{color:blue}4.3.1.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.3.x{color}* branch

3a. Ensure you've *built your code* using the latest *minimum* target platform version 4.50.2.Final-SNAPSHOT (4.50 = Eclipse Mars.0)

{code}
mvn clean verify -Dtpc.version=4.50.2.Final-SNAPSHOT
{code}

3b. Ensure you've *run your tests* using the latest *maximum* target platform version 4.52.0.Final-SNAPSHOT (4.52 = Eclipse Mars.2)

{code}
mvn clean verify -Dtpc.version=4.52.0.Final-SNAPSHOT
{code}

4. Close (do not resolve) this JIRA when done.

5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE%22%20and%20fixVersion%20in%20%284.3.1.CR1%2C4.3.1.Final%29%29%20or%20%28project%20%3D%20%22JBDS%22%20and%20fixversion%20in%20%289.1.0.CR1%2C9.1.0.GA%29%29%29%20AND%20resolution%20is%20null%20AND%20%28labels%20%3D%20new_and_noteworthy%20OR%20summary%20~%20%22New%20and%20Noteworthy%20for%20%22%29] to do, please complete them next.


[Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%229.1.0.CR1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.3.1.CR1%22%29%29+AND+labels+%3D+task], or [Search for build, build-sites, build-ci, maven-plugins, dl.jb.org, devdoc, versionwatch task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and+fixVersion+%3D+%229.1.0.CR1%22%29+or+%28project+in+%28JBIDE%29+and+fixVersion+%3D+%224.3.1.CR1%22%29%29+AND+labels+%3D+task+and+component+in+%28%22build%22%29]



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list