You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2019/01/09 00:03:00 UTC

[jira] [Resolved] (HBASE-21698) Move version in branch-2.1 from 2.1.2 to 2.1.3-SNAPSHOT

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

stack resolved HBASE-21698.
---------------------------
    Resolution: Fixed

Pushed to branch-2.1. Here is what I did:

  592  git pull --rebase
  593   mvn clean org.codehaus.mojo:versions-maven-plugin:2.5:set -DnewVersion=2.1.3-SNAPSHOT
  594   find . -name pom.xml -exec git add {} \;
  595  git status
  596  git commit -m "HBASE-21698 Move version in branch-2.1 from 2.1.2 to 2.1.3-SNAPSHOT"
  597  git push origin HEAD:branch-2.1

> Move version in branch-2.1 from 2.1.2 to 2.1.3-SNAPSHOT
> -------------------------------------------------------
>
>                 Key: HBASE-21698
>                 URL: https://issues.apache.org/jira/browse/HBASE-21698
>             Project: HBase
>          Issue Type: Sub-task
>          Components: release
>            Reporter: stack
>            Assignee: stack
>            Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)