Back to 1.0 to fix tag

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@380768 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-02-24 18:32:34 +00:00
parent e704a3f56a
commit c2aafc7c19
4 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2005 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
@ -17,12 +17,13 @@
* limitations under the License. * limitations under the License.
*/ */
--> -->
<project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd"> <project xmlns="http://maven.apache.org/POM/3.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/3.0.0 http://maven.apache.org/maven-v3_0_0.xsd">
<extend>../plugins-parent/project.xml</extend> <extend>../plugins-parent/project.xml</extend>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-source-plugin</id> <id>maven-source-plugin</id>
<name>Maven Source Plugin</name> <name>Maven Source Plugin</name>
<currentVersion>1.1-SNAPSHOT</currentVersion> <currentVersion>1.0</currentVersion>
<description>Java source archive plugin for Maven</description> <description>Java source archive plugin for Maven</description>
<shortDescription>Create Java source archive</shortDescription> <shortDescription>Create Java source archive</shortDescription>
<package>org.apache.maven.plugin.source</package> <package>org.apache.maven.plugin.source</package>
@ -30,7 +31,7 @@
<version> <version>
<id>1.0</id> <id>1.0</id>
<name>1.0</name> <name>1.0</name>
<tag>MAVEN?_SOURCE_1_0</tag> <tag>MAVEN_SOURCE_1_0</tag>
</version> </version>
</versions> </versions>
<developers> <developers>

View File

@ -23,9 +23,6 @@
<author email="snicoll@apache.org">Stephane Nicoll</author> <author email="snicoll@apache.org">Stephane Nicoll</author>
</properties> </properties>
<body> <body>
<release version="1.1" date="in SVN">
</release>
<release version="1.0" date="2006-02-19"> <release version="1.0" date="2006-02-19">
<action dev="snicoll" type="add">Initial release.</action> <action dev="snicoll" type="add">Initial release.</action>
</release> </release>

View File

@ -1,4 +1,4 @@
<?xml version="1.0"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- <!--
/* /*
* Copyright 2001-2005 The Apache Software Foundation. * Copyright 2001-2005 The Apache Software Foundation.