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 2005/12/13 06:11:00 UTC

svn commit: r356472 - in /maven/maven-1/plugins/trunk/plugin: project.xml xdocs/changes.xml

Author: ltheussl
Date: Mon Dec 12 21:10:56 2005
New Revision: 356472

URL: http://svn.apache.org/viewcvs?rev=356472&view=rev
Log:
[maven-scm-plugin] prepare release 1.7

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/viewcvs/maven/maven-1/plugins/trunk/plugin/project.xml?rev=356472&r1=356471&r2=356472&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/project.xml Mon Dec 12 21:10:56 2005
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -16,13 +17,12 @@
  * 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>../plugin-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-plugin-plugin</id>
   <name>Maven Plugin Plugin</name>
-  <currentVersion>1.7-SNAPSHOT</currentVersion>
+  <currentVersion>1.7</currentVersion>
   <description>Maven Plugin management plugin.</description>
   <shortDescription>Maven Plugin plugin</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/plugin/</url>
@@ -68,6 +68,11 @@
       <id>1.6</id>
       <name>1.6</name>
       <tag>MAVEN_PLUGIN_1_6</tag>
+    </version>
+    <version>
+      <id>1.7</id>
+      <name>1.7</name>
+      <tag>MAVEN_PLUGIN_1_7</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml?rev=356472&r1=356471&r2=356472&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/xdocs/changes.xml Mon Dec 12 21:10:56 2005
@@ -23,14 +23,14 @@
     <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.7-SNAPSHOT" date="In SVN">
-      <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 : 
+    <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 -> v1.1</li>
-          <li>commons-logging v1.0.3 -> v1.0.4</li>
-          <li>jdom v b10 -> v1.0</li>
-          <li>xercesImpl v 2.4.0 -> v2.6.2</li>
-          <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
+          <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>