Skip to content

[🐛 Bug]: maven-metadata.xml is not up-to-date in Maven Staging repo #13106

@valfirst

Description

@valfirst

What happened?

  1. Check any artifact in Maven Staging repo, for instance: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/

  2. See the versions available (the latest one is 4.16.0-SNAPSHOT for now): Screenshot 2023-11-07 at 10 51 41

  3. Check the content of maven-metadata.xml:

<metadata modelVersion="1.1.0">
    <groupId>org.seleniumhq.selenium</groupId>
    <artifactId>selenium-api</artifactId>
    <versioning>
  	  <latest>2.0-SNAPSHOT</latest>
  	  <release/>
  	  <versions>
  		  <version>2.0-SNAPSHOT</version>
  	  </versions>
  	  <lastUpdated>20140701151848</lastUpdated>
    </versioning>
</metadata>

Expected:

  • latest should point to the actual latest version (4.16.0-SNAPSHOT as for now)
  • all available versions should be listed in versions

How can we reproduce the issue?

Checkout any maven-metadata.xml, for instance: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/maven-metadata.xml

Relevant log output

N/A

Operating System

Any

Selenium version

Snapshot versions are published incorrectly

What are the browser(s) and version(s) where you see this issue?

N/A

What are the browser driver(s) and version(s) where you see this issue?

N/A

Are you using Selenium Grid?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-javaJava BindingsI-defectSomething is not working as intendedJ-staleApplied to issues that become stale, and eventually closed.R-help wantedIssues looking for contributions

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions