You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2015/05/19 00:43:05 UTC

[jira] [Reopened] (REEF-186) NuGet Snapshot versions don't follow the SemVer standard

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

Julia reopened REEF-186:
------------------------

update version number

> NuGet Snapshot versions don't follow the SemVer standard
> --------------------------------------------------------
>
>                 Key: REEF-186
>                 URL: https://issues.apache.org/jira/browse/REEF-186
>             Project: REEF
>          Issue Type: Bug
>          Components: Build infrastructure, REEF.NET
>            Reporter: Markus Weimer
>            Assignee: Julia
>
> NuGet compares documents according to the [Semantic Versioning Spec|http://semver.org/} when comparing versions. Turns out that the following is *not* a sequence of versions:
> # 0.11-SNAPSHOT-0
> # 0.11-SNAPSHOT-1
> # 0.11-SNAPSHOT-2
> The trouble seems to lie with the {{-}} between SNAPSHOT and the number. Hence, we should replace our versions with this scheme:
> # 0.11-SNAPSHOT000
> # 0.11-SNAPSHOT001
> # 0.11-SNAPSHOT002
> # ...



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)