You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/10/04 15:47:00 UTC

[jira] [Comment Edited] (FINERACT-877) Release Apache Fineract v1.3.1

    [ https://issues.apache.org/jira/browse/FINERACT-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17207580#comment-17207580 ] 

Michael Vorburger edited comment on FINERACT-877 at 10/4/20, 3:46 PM:
----------------------------------------------------------------------

As per discussion over in FINERACT-1154, I've also deleted our 1.3.1 branch, and created a {{1.3.1-unreleased}} tag for it, just on the (very unlikely) off change that someone would ever like to resurrect it and actually formally drive a release for it; here's exactly what I did just for the record:

{noformat}git checkout 1.3.1
git tag 1.3.1-unreleased -a -m "see FINERACT-877"
git checkout develop
git push origin 1.3.1-unreleased
git branch -d 1.3.1
git push origin :1.3.1{noformat}


was (Author: vorburger):
As per discussion over in FINERACT-1154, I've also deleted our 1.3.1 branch, and created a {{1.3.1-unreleased}} tag for it, just on the (very unlikely) off change that someone would ever like to resurrect it and actually formally drive a release for it; here's exactly what I did just for the record:

{{git checkout 1.3.1
git tag 1.3.1-unreleased -a -m "see FINERACT-877"
git checkout develop
git push origin 1.3.1-unreleased
git branch -d 1.3.1
git push origin :1.3.1}}

> Release Apache Fineract v1.3.1
> ------------------------------
>
>                 Key: FINERACT-877
>                 URL: https://issues.apache.org/jira/browse/FINERACT-877
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Michael Vorburger
>            Assignee: Michael Vorburger
>            Priority: Major
>             Fix For: 1.5.0
>
>
> In JIRA, there is a 1.3.1 version, but it was never released. 
> I doubt a 1.3.1 will be released (anyone?) - if anything, a 1.4.0, see FINERACT-873.
> There were 3 issues marked Fixed Version 1.3.1 today: FINERACT-755, and FINERACT-848 &  FINERACT-832. The latter two have no PRs and so certainly never were for 1.3.1, the Report must have just not known which Fix Version to set; so I've just removed 1.3.1 from those two.
> The FINERACT-755 is more interesting - I don't fully understand yet is that is also in develop, or not.
> Shall we delete the 1.3.1 version in JIRA? And in git, after clarifying FINERACT-755 ?
> [~vishwasbabu] [~angelboxes]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)