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 22:35:06 UTC

svn commit: r380823 - in /maven/maven-1/plugins/trunk/scm: project.xml xdocs/changes.xml

Author: ltheussl
Date: Fri Feb 24 13:35:04 2006
New Revision: 380823

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

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

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/project.xml?rev=380823&r1=380822&r2=380823&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Fri Feb 24 13:35:04 2006
@@ -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>../plugins-parent/project.xml</extend>
   <pomVersion>3</pomVersion>
   <id>maven-scm-plugin</id>
   <name>Maven Source Control Management Plugin</name>
-  <currentVersion>1.6-SNAPSHOT</currentVersion>
+  <currentVersion>1.6</currentVersion>
   <description>A plugin for SCM tasks, currently CVS.</description>
   <shortDescription>SCM Plugin for Maven.</shortDescription>
   <versions>
@@ -61,6 +61,11 @@
       <name>1.5</name>
       <tag>maven-scm-plugin-1.5</tag>
     </version>
+    <version>
+      <id>1.6</id>
+      <name>1.6</name>
+      <tag>MAVEN_SCM_1_6</tag>
+    </version>
   </versions>
   <developers>
     <developer>
@@ -116,9 +121,7 @@
       <artifactId>commons-io</artifactId>
       <version>1.0</version>
       <properties>
-        <comment>
-          This library is already loaded by maven's core. Be careful to use the same version number as in the core.
-        </comment>
+        <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>
     </dependency>
     <dependency>
@@ -126,9 +129,7 @@
       <artifactId>commons-jelly</artifactId>
       <version>1.0</version>
       <properties>
-        <comment>
-          This library is already loaded by maven's core. Be careful to use the same version number as in the core.
-        </comment>
+        <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>
     </dependency>
     <dependency>
@@ -137,9 +138,7 @@
       <version>1.4</version>
       <url>http://www.dom4j.org/</url>
       <properties>
-        <comment>
-          This library is already loaded by maven's core. Be careful to use the same version number as in the core.
-        </comment>
+        <comment>This library is already loaded by maven's core. Be careful to use the same version number as in the core.</comment>
       </properties>
     </dependency>
     <dependency>

Modified: maven/maven-1/plugins/trunk/scm/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/xdocs/changes.xml?rev=380823&r1=380822&r2=380823&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/scm/xdocs/changes.xml Fri Feb 24 13:35:04 2006
@@ -17,26 +17,29 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
   <body>
-    <release version="1.6-SNAPSHOT" date="in SVN">
-      <action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing <code>release:transform</code>.</action>
+    <release version="1.6" date="2006-02-24">
+      <action dev="ltheussl" type="fix" issue="MPRELEASE-12" due-to="Dennis Lundberg">The encoding of the project.xml file is not preserved after doing
+        <code>release:transform</code>.
+      </action>
       <action dev="fgiust" type="fix" issue="MPRELEASE-16">Handle poms with a namespace.</action>
       <action dev="brett" type="fix" issue="MPRELEASE-11">Handle non-jar dependencies.</action>
-      <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 : 
+      <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>maven v1.0-rc2 -> v1.0.2</li>
-          <li>dom4j v1.4-dev-8 -> v1.4</li>
-          <li>commons-jelly v1.0-beta-4 -> v1.0</li>
-          <li>xml-apis v 1.0.b2 -> xmlParserAPIs v2.6.2</li>
+          <li>maven v1.0-rc2 -&gt; v1.0.2</li>
+          <li>dom4j v1.4-dev-8 -&gt; v1.4</li>
+          <li>commons-jelly v1.0-beta-4 -&gt; v1.0</li>
+          <li>xml-apis v 1.0.b2 -&gt; xmlParserAPIs v2.6.2</li>
         </ul>
       </action>
-      <action dev="ltheussl" type="update" issue="MPSCM-77">Make it possible to check changes made by prepare-release before they are checked in and tagged. New property <code>maven.scm.testmode</code>.</action>
+      <action dev="ltheussl" type="update" issue="MPSCM-77">Make it possible to check changes made by prepare-release before they are checked in and tagged. New property
+        <code>maven.scm.testmode</code>.
+      </action>
       <action dev="ltheussl" type="update" issue="MPSCM-68">Update to maven-scm 1.0-beta-2.</action>
       <action dev="ltheussl" type="fix" issue="MPSCM-65" due-to="Phil Steitz">When pom.repository.connection ends with '/' checkout fails.</action>
       <action dev="ltheussl" type="fix" issue="MPSCM-57">Re-add changes.xml file to display announcements.</action>