[
https://issues.apache.org/jira/browse/HTRACE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15491483#comment-15491483
]
stack commented on HTRACE-382:
------------------------------
First I updated the version on all modules:
{code}
$ mvn versions:set -DnewVersion=4.3.0
{code}
This does this to all poms:
{code}
diff --git a/htrace-webapp/pom.xml b/htrace-webapp/pom.xml
index a7d156b..94cbfe3 100644
--- a/htrace-webapp/pom.xml
+++ b/htrace-webapp/pom.xml
@@ -18,7 +18,7 @@ language governing permissions and limitations under the
License. -->
<parent>
<artifactId>htrace</artifactId>
<groupId>org.apache.htrace</groupId>
- <version>4.2.0-incubating-SNAPSHOT</version>
+ <version>4.3.0</version>
<relativePath>..</relativePath>
</parent>
{code}
I checked in this change with this issue as the reference. Pushed it.
I then made the 4.3 branch. Pushed it.
I then moved on the version number using above technique making it
4.4.0-SNAPSHOT and checked it in again under this issue.
> Make 4.3.0 release
> ------------------
>
> Key: HTRACE-382
> URL: https://issues.apache.org/jira/browse/HTRACE-382
> Project: HTrace
> Issue Type: Task
> Reporter: stack
> Assignee: Mike Drob
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)