[slf4j-dev] [JIRA] (SLF4J-484) Do not mark alpha versions as "release" in maven
QOS.CH (JIRA)
noreply-jira at qos.ch
Tue Feb 4 16:46:00 CET 2020
Janek created SLF4J-484:
---------------------------
Summary: Do not mark alpha versions as "release" in maven
Key: SLF4J-484
URL: https://jira.qos.ch/browse/SLF4J-484
Project: SLF4J
Issue Type: Bug
Components: slf4j-simple
Reporter: Janek
Assignee: SLF4J developers list
Priority: Minor
https://jcenter.bintray.com/org/slf4j/slf4j-simple/maven-metadata.xml
Currently contains the following lines:
{code:xml}
<version>2.0.0-alpha1</version>
<versioning>
<latest>2.0.0-alpha1</latest>
<release>2.0.0-alpha1</release>
{code}
But, if I am not misunderstanding maven versioning, it should actually be like this, so that the stable version is the default:
{code:xml}
<version>1.7.30</version>
<versioning>
<latest>2.0.0-alpha1</latest>
<release>1.7.30</release>
{code}
I have so far only looked into slf4j-simple. but this might affect other dependencies as well.
--
This message was sent by Atlassian JIRA
(v7.3.1#73012)
More information about the slf4j-dev
mailing list