Author: khmarbaise
Date: Sun May 29 12:13:39 2016
New Revision: 1745991
URL: http://svn.apache.org/viewvc?rev=1745991&view=rev
Log:
Use three digit version line for artifact-transfer as well.
Modified:
maven/plugins/trunk/maven-deploy-plugin/pom.xml
Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=1745991&r1=1745990&r2=1745991&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Sun May 29 12:13:39 2016
@@ -86,7 +86,7 @@ under the License.
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-artifact-transfer</artifactId>
- <version>3.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</dependency>
<!-- dependencies to annotations -->