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) _______________________________________________ slf4j-dev mailing list slf4j-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/slf4j-dev