Uploaded image for project: 'SLF4J'
  1. SLF4J
  2. SLF4J-484

Do not mark alpha versions as "release" in maven

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • None
    • slf4j-simple

    Description

      https://jcenter.bintray.com/org/slf4j/slf4j-simple/maven-metadata.xml
      Currently contains the following lines:

        <version>2.0.0-alpha1</version>
        <versioning>
          <latest>2.0.0-alpha1</latest>
          <release>2.0.0-alpha1</release>
      

      But, if I am not misunderstanding maven versioning, it should actually be like this, so that the stable version is the default:

        <version>1.7.30</version>
        <versioning>
          <latest>2.0.0-alpha1</latest>
          <release>1.7.30</release>
      

      I have so far only looked into slf4j-simple. but this might affect other dependencies as well.

      Attachments

        Activity

          People

            slf4j-dev SLF4J developers list
            Xerus Janek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: