You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/02/24 20:00:18 UTC

svn commit: r380785 - in /maven/maven-1/plugins/trunk/source: project.xml xdocs/changes.xml

Author: ltheussl
Date: Fri Feb 24 11:00:15 2006
New Revision: 380785

URL: http://svn.apache.org/viewcvs?rev=380785&view=rev
Log:
Start new development cycle

Modified:
    maven/maven-1/plugins/trunk/source/project.xml
    maven/maven-1/plugins/trunk/source/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/source/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/project.xml?rev=380785&r1=380784&r2=380785&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/project.xml (original)
+++ maven/maven-1/plugins/trunk/source/project.xml Fri Feb 24 11:00:15 2006
@@ -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>

Modified: maven/maven-1/plugins/trunk/source/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/source/xdocs/changes.xml?rev=380785&r1=380784&r2=380785&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/source/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/source/xdocs/changes.xml Fri Feb 24 11:00:15 2006
@@ -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>