Author: brett Date: Wed Jun 15 04:19:58 2005 New Revision: 190732 URL: http://svn.apache.org/viewcvs?rev=190732&view=rev Log: fix the version
Modified: maven/maven-1/plugins/trunk/artifact/project.xml Modified: maven/maven-1/plugins/trunk/artifact/project.xml URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=190732&r1=190731&r2=190732&view=diff ============================================================================== --- maven/maven-1/plugins/trunk/artifact/project.xml (original) +++ maven/maven-1/plugins/trunk/artifact/project.xml Wed Jun 15 04:19:58 2005 @@ -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> @@ -67,6 +66,11 @@ <id>1.5.1</id> <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> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]