[
https://issues.jboss.org/browse/JBIDE-15438?page=com.atlassian.jira.plugi...
]
Nick Boldt updated JBIDE-15438:
-------------------------------
Description:
For JBIDE 4.1.1.Alpha1: Please perform the following tasks:
0. If nothing has changed in your component since the least GA release on this branch,
*Reject this JIRA*.
Otherwise:
0) Make sure your component(s) has no remaining jiras for 4.1.1.Alpha1 in jira.
1) Make sure you component(s) version number has changed micro version if it had changes
since 4.1.0 was released!
You can use this to change it for a subtree:
{code} mvn org.eclipse.tycho:tycho-versions-plugin:set-version
-DnewVersion=<component-version>-SNAPSHOT{code}
2) Make sure your component uses 4.1.1.Alpha1-SNAPSHOT as the version for jboss tools
parent.
Should look something like this:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.Alpha1-SNAPSHOT</version>
</parent>{code}
3) Make sure your component builds and passes its tests when run locally.
{code}$ mvn clean verify -Dtpc.version=4.31.0.Alpha1{code}
4) Make a branch for the Alpha1 builds to use.
This would be made on jbosstools-4.1.x, thus the steps would be something like:
{code} $ git checkout jbosstools-4.1.x
$ git pull origin jbosstools-4.1.x
$ git checkout -b jbosstools-4.1.1.Alpha1x
$ git push origin jbosstools-4.1.1.Alpha1x{code}
5) Resolve the jira related to branching for your component or comment on it why it can
not be done.
[Search for all task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...],
or [Search for Aerogear task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
was:
For JBIDE 4.1.1.Alpha1: Please perform the following tasks:
0. If nothing has changed in your component since the least GA release on this branch,
*Reject this JIRA*.
Otherwise:
1. Update your root pom to use parent pom version 4.1.1.Alpha1-SNAPSHOT;
2. Ensure you've built & run your plugin tests using the latest target platform
version 4.31.0.Alpha1;
3. Branch from your existing jbosstools-4.1.x branch into a new jbosstools-4.1.1.Alpha1x
branch;
4. Close (not resolve) this JIRA when done. [Aerogear]
[Search for all task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...],
or [Search for Aerogear task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
For JBIDE 4.1.1.Alpha1: Code Freeze + Branch [Aerogear]
-------------------------------------------------------
Key: JBIDE-15438
URL:
https://issues.jboss.org/browse/JBIDE-15438
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: aerogear-hybrid
Reporter: Nick Boldt
Assignee: Gorkem Ercan
Priority: Blocker
Labels: task
Fix For: 4.1.1.Alpha1
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
For JBIDE 4.1.1.Alpha1: Please perform the following tasks:
0. If nothing has changed in your component since the least GA release on this branch,
*Reject this JIRA*.
Otherwise:
0) Make sure your component(s) has no remaining jiras for 4.1.1.Alpha1 in jira.
1) Make sure you component(s) version number has changed micro version if it had changes
since 4.1.0 was released!
You can use this to change it for a subtree:
{code} mvn org.eclipse.tycho:tycho-versions-plugin:set-version
-DnewVersion=<component-version>-SNAPSHOT{code}
2) Make sure your component uses 4.1.1.Alpha1-SNAPSHOT as the version for jboss tools
parent.
Should look something like this:
{code}
<parent>
<groupId>org.jboss.tools</groupId>
<artifactId>parent</artifactId>
<version>4.1.1.Alpha1-SNAPSHOT</version>
</parent>{code}
3) Make sure your component builds and passes its tests when run locally.
{code}$ mvn clean verify -Dtpc.version=4.31.0.Alpha1{code}
4) Make a branch for the Alpha1 builds to use.
This would be made on jbosstools-4.1.x, thus the steps would be something like:
{code} $ git checkout jbosstools-4.1.x
$ git pull origin jbosstools-4.1.x
$ git checkout -b jbosstools-4.1.1.Alpha1x
$ git push origin jbosstools-4.1.1.Alpha1x{code}
5) Resolve the jira related to branching for your component or comment on it why it can
not be done.
[Search for all task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...],
or [Search for Aerogear task
JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira