rollback release, I was missing the tag base

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@289405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-16 07:08:59 +00:00
parent d3346e1504
commit 8e13f138c7
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<project>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId>
@ -8,6 +9,6 @@
<artifactId>maven-clean-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Clean Plugin</name>
<version>2.0-beta-1</version>
<version>2.0-beta-1-SNAPSHOT</version>
<inceptionYear>2001</inceptionYear>
</project>
</project>