[
https://issues.apache.org/jira/browse/HTRACE-385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15493840#comment-15493840
]
stack commented on HTRACE-385:
------------------------------
Pushed change on 4.2 branch doing below:
{code}
{code}
While in here, did the below change on master branch for all module poms:
{code}
diff --git a/htrace-hbase/pom.xml b/htrace-hbase/pom.xml
index 0be2fa8..e3427c5 100644
--- a/htrace-hbase/pom.xml
+++ b/htrace-hbase/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.3.0-SNAPSHOT</version>
+ <version>4.3.0-incubating-SNAPSHOT</version>
<relativePath>..</relativePath>
{code}
> Change version from 4.2.0 to 4.2.0-incubating
> ---------------------------------------------
>
> Key: HTRACE-385
> URL: https://issues.apache.org/jira/browse/HTRACE-385
> Project: HTrace
> Issue Type: Sub-task
> Reporter: stack
>
> [~mdrob] noticed I messed up version on the half-baked RC. Let me add back
> the -incubating suffix.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)