You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz Wo Nicholas Sze (JIRA)" <ji...@apache.org> on 2017/03/30 07:00:56 UTC

[jira] [Created] (RATIS-56) Update project version to 0.1.0-alpha

Tsz Wo Nicholas Sze created RATIS-56:
----------------------------------------

             Summary: Update project version to 0.1.0-alpha
                 Key: RATIS-56
                 URL: https://issues.apache.org/jira/browse/RATIS-56
             Project: Ratis
          Issue Type: Sub-task
            Reporter: Tsz Wo Nicholas Sze
            Assignee: Tsz Wo Nicholas Sze
         Attachments: r56_20170330.patch

We may use the following command to update the project version from 0.1-SNAPSHOT to 0.1.0-alpha.
{code}
find . -name pom.xml | xargs sed -i.old "s/0.1-SNAPSHOT/0.1.0-alpha/g" 
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)