Author: aheritier
Date: Mon Apr 30 03:14:50 2007
New Revision: 533668

URL: http://svn.apache.org/viewvc?view=rev&rev=533668
Log:
[maven-scm-plugin] prepare release 1.7.1

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

Modified: maven/maven-1/plugins/trunk/plugin/project.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugin/project.xml?view=diff&rev=533668&r1=533667&r2=533668
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/project.xml Mon Apr 30 03:14:50 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-plugin-plugin</id>
   <name>Maven Plugin Plugin</name>
-  <currentVersion>1.7.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.7.1</currentVersion>
   <description>Maven Plugin management plugin.</description>
   <shortDescription>Maven Plugin plugin</shortDescription>
   <versions>
@@ -66,6 +66,11 @@
       <id>1.7</id>
       <name>1.7</name>
       <tag>MAVEN_PLUGIN_1_7</tag>
+    </version>
+    <version>
+      <id>1.7.1</id>
+      <name>1.7.1</name>
+      <tag>maven-plugin-plugin-1.7.1</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml?view=diff&rev=533668&r1=533667&r2=533668
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml Mon Apr 30 03:14:50 
2007
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -17,76 +18,76 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
-  </properties>
-  <body>
-    <release version="1.7.1-SNAPSHOT" date="In SVN">
-      <action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix 
error (NoSuchElementException) if the minimum release number has less elements 
than the version number installed.</action>
-      <action dev="aheritier" type="update">Don't check that a given plugin 
version is available in the bootstrap.</action>
-      <action dev="aheritier" type="update">Update dependencies to unify them 
between plugins. The following dependencies are updated : 
commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. 
The following dependencies are removed : saxpath.</action>
-      <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to 
Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the 
xml-resolver dependency for xerces.</action>
-      <action dev="ltheussl" type="fix" issue="MPPLUGIN-35">plugin:install 
fails if maven.jar.final.name is set.</action>
-    </release>
-    <release version="1.7" date="2005-12-12">
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author> 
+  </properties>  
+  <body> 
+    <release version="1.7.1" date="2007-04-30"> 
+      <action dev="aheritier" type="fix">assert:assertPluginAvailable : Fix 
error (NoSuchElementException) if the minimum release number has less elements 
than the version number installed.</action>  
+      <action dev="aheritier" type="update">Don't check that a given plugin 
version is available in the bootstrap.</action>  
+      <action dev="aheritier" type="update">Update dependencies to unify them 
between plugins. The following dependencies are updated : 
commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9. 
The following dependencies are removed : saxpath.</action>  
+      <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to 
Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the 
xml-resolver dependency for xerces.</action>  
+      <action dev="ltheussl" type="fix" issue="MPPLUGIN-35">plugin:install 
fails if maven.jar.final.name is set.</action> 
+    </release>  
+    <release version="1.7" date="2005-12-12"> 
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update 
dependencies to match ones in maven 1.1 core and to unify them between plugins. 
The following dependencies are updated :
-        <ul>
-          <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>
-          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
-          <li>jdom v b10 -&gt; v1.0</li>
-          <li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>
-          <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
-        </ul>
-      </action>
-      <action dev="ltheussl" type="add" issue="MPPLUGIN-33">Allow plugin-test 
directory to be changed.</action>
-      <action dev="ltheussl" type="fix" issue="MPPLUGIN-25" due-to="Jamie 
McCrindle, Barrie Treloar">NTLM Proxy Problem.</action>
-      <action dev="carlos" type="fix" issue="MPPLUGIN-26">plugin:download 
didn't redownload SNAPSHOT plugins.</action>
-      <action dev="aheritier" type="add" issue="MPPLUGIN-3">Resolve 
project.xml inheritance when installing plugin. plugin:plugin goal now requires 
at least maven 1.1 and maven-artifact-plugin 1.7.</action>
-      <action dev="ltheussl" type="add">new plugin:validate-xml tag to 
validate xml documents against a schema.</action>
-      <action dev="aheritier" type="add">new assert:assertPluginAvailable tag 
to check if a minimal release of a plugin is present.</action>
-    </release>
-    <release version="1.6" date="2005-06-03">
+        <ul> 
+          <li>commons-jelly-tags-xml v1.0 -&gt; v1.1</li>  
+          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>  
+          <li>jdom v b10 -&gt; v1.0</li>  
+          <li>xercesImpl v 2.4.0 -&gt; v2.6.2</li>  
+          <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li> 
+        </ul> 
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPPLUGIN-33">Allow plugin-test 
directory to be changed.</action>  
+      <action dev="ltheussl" type="fix" issue="MPPLUGIN-25" due-to="Jamie 
McCrindle, Barrie Treloar">NTLM Proxy Problem.</action>  
+      <action dev="carlos" type="fix" issue="MPPLUGIN-26">plugin:download 
didn't redownload SNAPSHOT plugins.</action>  
+      <action dev="aheritier" type="add" issue="MPPLUGIN-3">Resolve 
project.xml inheritance when installing plugin. plugin:plugin goal now requires 
at least maven 1.1 and maven-artifact-plugin 1.7.</action>  
+      <action dev="ltheussl" type="add">new plugin:validate-xml tag to 
validate xml documents against a schema.</action>  
+      <action dev="aheritier" type="add">new assert:assertPluginAvailable tag 
to check if a minimal release of a plugin is present.</action> 
+    </release>  
+    <release version="1.6" date="2005-06-03"> 
       <action dev="vmassol" type="add">Added new
         <code>assert:assertFileContains</code>tag that verifies if a file 
contains a specific string.
-      </action>
-      <action dev="dion" type="add">Add plugin:generate-tags goal</action>
-      <action dev="dion" type="add">Mention in docs for the 
plugin:repository-deploy that it uses the artifact plugin</action>
-    </release>
-    <release version="1.5.2" date="2004-11-10">
-      <action dev="brett" type="fix">Remove deploy warning</action>
-    </release>
-    <release version="1.5.1" date="2004-07-09">
-      <action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, 
groupId and version if missing.</action>
-      <action dev="dion" type="add">Add assertFileNotFound tag</action>
-    </release>
-    <release version="1.5" date="2004-06-28">
-      <action dev="brett" type="fix" issue="MPPLUGIN-16">Install to 
maven.plugin.dir instead of maven.home/plugins</action>
-      <action dev="brett" type="update">More consistency in default goal 
naming (plugin:plugin)</action>
-      <action dev="brett" type="update">plugin goal no longer installs to 
local repository: use plugin:repository-install</action>
-      <action dev="brett" type="update">Use the artifact plugin instead of the 
deploy plugin</action>
-    </release>
-    <release version="1.4" date="2004-05-13">
-      <action dev="brett" type="add" issue="MAVEN-1219">Add 
plugin:uninstall-now that removes the plugin from the currently running 
instance of Maven.</action>
-      <action dev="brett" type="add" issue="MAVEN-1219">Add a 
plugin:install-now goal that installs the plugin into the currently running 
instance of maven so that it can be used by subsequent goals.</action>
-    </release>
-    <release version="1.3" date="2004-03-22">
-      <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local 
repository directory first so plugin:download doesn't fail when it doesn't 
exist</action>
-      <action dev="dion" type="update">Add optional msg attribute to 
assertFileExists and assertEquals tags</action>
-      <action dev="brett" type="fix" issue="MPPLUGIN-12">Don't uninstall 
incorrect plugins when running plugin:download</action>
-    </release>
-    <release version="1.2" date="2004-03-07">
-      <action dev="epugh" type="update">Fixed the plugin:download goal to 
work. Previously it would delete the plugin you just downloaded. Also now 
leverages the plugin:uninstall goal.</action>
-      <action dev="vmassol" type="add">Added assert:assertEquals tag to verify 
if two values are equal while testing a plugin.</action>
-      <action dev="vmassol" type="add">Added assert:assertFileExists tag to 
verify if a file exists while testing a plugin.</action>
-      <action dev="dion" type="add">Add plugin:test goal</action>
-      <action dev="brett" type="add">Add plugin:repository-deploy goal</action>
-      <action dev="brett" type="update">Split plugin:download goal into 
plugin:download-artifact goal and the original goal that downloads and installs 
the plugin. Download to local repository as well.</action>
-    </release>
-    <release version="1.1" date="2003-09-29">
-      <action dev="dion" type="add">Added plugin:download goal</action>
-      <action dev="evenisse" type="fix" issue="MAVEN-708">Fixed MAVEN-708. Fix 
the goals description generation if there is no plugin.jelly file.</action>
-    </release>
-  </body>
+      </action>  
+      <action dev="dion" type="add">Add plugin:generate-tags goal</action>  
+      <action dev="dion" type="add">Mention in docs for the 
plugin:repository-deploy that it uses the artifact plugin</action> 
+    </release>  
+    <release version="1.5.2" date="2004-11-10"> 
+      <action dev="brett" type="fix">Remove deploy warning</action> 
+    </release>  
+    <release version="1.5.1" date="2004-07-09"> 
+      <action dev="dion" type="add" issue="MPPLUGIN-20">Prompt for artifactId, 
groupId and version if missing.</action>  
+      <action dev="dion" type="add">Add assertFileNotFound tag</action> 
+    </release>  
+    <release version="1.5" date="2004-06-28"> 
+      <action dev="brett" type="fix" issue="MPPLUGIN-16">Install to 
maven.plugin.dir instead of maven.home/plugins</action>  
+      <action dev="brett" type="update">More consistency in default goal 
naming (plugin:plugin)</action>  
+      <action dev="brett" type="update">plugin goal no longer installs to 
local repository: use plugin:repository-install</action>  
+      <action dev="brett" type="update">Use the artifact plugin instead of the 
deploy plugin</action> 
+    </release>  
+    <release version="1.4" date="2004-05-13"> 
+      <action dev="brett" type="add" issue="MAVEN-1219">Add 
plugin:uninstall-now that removes the plugin from the currently running 
instance of Maven.</action>  
+      <action dev="brett" type="add" issue="MAVEN-1219">Add a 
plugin:install-now goal that installs the plugin into the currently running 
instance of maven so that it can be used by subsequent goals.</action> 
+    </release>  
+    <release version="1.3" date="2004-03-22"> 
+      <action dev="brett" type="fix" issue="MPPLUGIN-13">Create local 
repository directory first so plugin:download doesn't fail when it doesn't 
exist</action>  
+      <action dev="dion" type="update">Add optional msg attribute to 
assertFileExists and assertEquals tags</action>  
+      <action dev="brett" type="fix" issue="MPPLUGIN-12">Don't uninstall 
incorrect plugins when running plugin:download</action> 
+    </release>  
+    <release version="1.2" date="2004-03-07"> 
+      <action dev="epugh" type="update">Fixed the plugin:download goal to 
work. Previously it would delete the plugin you just downloaded. Also now 
leverages the plugin:uninstall goal.</action>  
+      <action dev="vmassol" type="add">Added assert:assertEquals tag to verify 
if two values are equal while testing a plugin.</action>  
+      <action dev="vmassol" type="add">Added assert:assertFileExists tag to 
verify if a file exists while testing a plugin.</action>  
+      <action dev="dion" type="add">Add plugin:test goal</action>  
+      <action dev="brett" type="add">Add plugin:repository-deploy 
goal</action>  
+      <action dev="brett" type="update">Split plugin:download goal into 
plugin:download-artifact goal and the original goal that downloads and installs 
the plugin. Download to local repository as well.</action> 
+    </release>  
+    <release version="1.1" date="2003-09-29"> 
+      <action dev="dion" type="add">Added plugin:download goal</action>  
+      <action dev="evenisse" type="fix" issue="MAVEN-708">Fixed MAVEN-708. Fix 
the goals description generation if there is no plugin.jelly file.</action> 
+    </release> 
+  </body> 
 </document>


Reply via email to