fix the version
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@190732 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -18,15 +18,14 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/3.0.0" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<project>
|
||||
<extend>../plugin-parent/project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-artifact-plugin</id>
|
||||
<name>Maven Artifact Plugin</name>
|
||||
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
|
||||
|
||||
<currentVersion>1.5.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5.2</currentVersion>
|
||||
<description>Tools to manage artifacts and deployment.</description>
|
||||
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/artifact/</url>
|
||||
@@ -68,6 +67,11 @@
|
||||
<name>1.5.1</name>
|
||||
<tag>maven-artifact-plugin-1.5.1</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5.2</id>
|
||||
<name>1.5.2</name>
|
||||
<tag>maven-artifact-plugin-1.5.2</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user