Hi My assumption is that after artifact deployment into repository the maven-metadata.xml is updated. The metadata.versioning.release element should be updated to the latest deployed artifact version. The assumption is true for Maven 2.2.1 but not for 3.0.1.
You can easily reproduce the issue with direct "mvn deploy:deploy -DupdateReleaseInfo=true" call. For Maven 2.2.1 the "metadata.versioning.release" element is updated for Maven 3 not. In both cases the metadata file is uploaded into repository and new "metadata.versioning.version" element is appended. For testing I used the latest m-deploy-p, version 2.5. Did I miss something about Maven 3 compatibility? There is no information that "metadata.versioning.release" element in metadata is handled by Maven 3 in different way. Thanks, Marcin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org