Hello every one,
I deployed a plugin in nexus repo with version 1.0.0.
Recently i deployed a new version i.e 1.1.0 but the latest tag in metadata
doesnot point to 1.1.0 , it still points to 1.0.0
I used " mvn deploy " command.
metadata.xml
<metadata>
<groupId>org.my.maven.plugins</groupId>
<artifactId>my-wizard-plugin</artifactId>
<versioning>
<latest>1.0.0</latest>
<release>1.0.0</release>
<versions>
<version>1.1.0</version>
<version>1.0.0</version>
</versions>
<lastUpdated>...</lastUpdated>
</versioning>
</metadata>
Is there any other way to deploy?
Thank you in advance
Goutham
--
View this message in context:
http://maven.40175.n5.nabble.com/Unable-to-update-latest-tag-under-versioning-tag-on-mvn-deploy-tp5113547p5113547.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]