Start new development cycle

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@380785 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2006-02-24 19:00:15 +00:00
parent c2aafc7c19
commit 9a9db4b82c
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-source-plugin</id>
<name>Maven Source Plugin</name>
<currentVersion>1.0</currentVersion>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<description>Java source archive plugin for Maven</description>
<shortDescription>Create Java source archive</shortDescription>
<package>org.apache.maven.plugin.source</package>

View File

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