<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>
What happened?
Check any artifact in Maven Staging repo, for instance: https://oss.sonatype.org/content/repositories/snapshots/org/seleniumhq/selenium/selenium-api/
See the versions available (the latest one is
4.16.0-SNAPSHOTfor now):Check the content of
maven-metadata.xml:Expected:
latestshould point to the actual latest version (4.16.0-SNAPSHOTas for now)versionsHow 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.xmlRelevant log output
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