[
https://issues.apache.org/jira/browse/IGNITE-17146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17608273#comment-17608273
]
Kirill Tkalenko edited comment on IGNITE-17146 at 9/22/22 2:09 PM:
-------------------------------------------------------------------
What I found about patch releases:
* *mvn*:
https://stackoverflow.com/questions/5352326/maven-artifact-version-for-patches
* *nuget*: https://www.nuget.org/packages/GridGain/8.8.18.1
We can conclude that for patch releases we can use versions such as "*3.1.4.1*".
For pre releases, use the format: *3.0.0-alpha6*, *3.0.0-beta1* etc.
was (Author: [email protected]):
What I found about patch releases:
* *mvn*:
https://stackoverflow.com/questions/5352326/maven-artifact-version-for-patches
* *nuget*: https://www.nuget.org/packages/GridGain/8.8.18.1
We can conclude that for patch releases we can use versions such as "*3.1.4.1*".
> Add support for alpha, beta, etc. releases in IgniteProductVersion
> ------------------------------------------------------------------
>
> Key: IGNITE-17146
> URL: https://issues.apache.org/jira/browse/IGNITE-17146
> Project: Ignite
> Issue Type: Task
> Reporter: Kirill Tkalenko
> Assignee: Kirill Tkalenko
> Priority: Major
> Labels: ignite-3, tech-debt
> Fix For: 3.0.0-alpha6
>
>
> {code:java}
> org.apache.ignite.internal.properties.IgniteProductVersion#alphaVersion{code}
> has been added for the upcoming 3.0.0-alpha5 release, we need to fix it so
> that we can work with alpha, beta and other releases.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)