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:25:07 UTC

svn commit: r356475 - in /maven/maven-1/plugins/trunk/pom: project.xml xdocs/changes.xml

Author: ltheussl
Date: Mon Dec 12 21:25:03 2005
New Revision: 356475

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

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

Modified: maven/maven-1/plugins/trunk/pom/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/project.xml?rev=356475&r1=356474&r2=356475&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/project.xml (original)
+++ maven/maven-1/plugins/trunk/pom/project.xml Mon Dec 12 21:25:03 2005
@@ -17,14 +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-pom-plugin</id>
   <name>Maven POM Plugin</name>
-  <currentVersion>1.5-SNAPSHOT</currentVersion>
+  <currentVersion>1.5</currentVersion>
   <description/>
   <shortDescription>Check Project Object Model</shortDescription>
   <url>http://maven.apache.org/maven-1.x/reference/plugins/pom/</url>
@@ -50,6 +48,11 @@
       <id>1.4.1</id>
       <name>1.4.1</name>
       <tag>MAVEN_POM_1_4_1</tag>
+    </version>
+    <version>
+      <id>1.5</id>
+      <name>1.5</name>
+      <tag>MAVEN_POM_1_5</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/pom/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/xdocs/changes.xml?rev=356475&r1=356474&r2=356475&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pom/xdocs/changes.xml Mon Dec 12 21:25:03 2005
@@ -1,4 +1,5 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
 <!-- 
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
@@ -16,55 +17,41 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>Changes</title>
     <author email="dion@apache.org">dIon Gillard</author>
   </properties>
   <body>
-      <release version="1.5-SNAPSHOT" date="in SVN">
-      <action dev="ltheussl" type="fix" issue="MPPOM-1"><code>pom:validate</code> doesn't work with <code>&lt;extend&gt;</code>.</action>
-      <action dev="ltheussl" type="fix" issue="MPPOM-5"><code>pom:validate</code> doesn't work.</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 : 
+    <release version="1.5" date="2005-12-12">
+      <action dev="ltheussl" type="fix" issue="MPPOM-1">
+        <code>pom:validate</code>doesn't work with
+        <code>&lt;extend&gt;</code>.
+      </action>
+      <action dev="ltheussl" type="fix" issue="MPPOM-5">
+        <code>pom:validate</code>doesn't work.
+      </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 :
         <ul>
-          <li>dom4j v1.4-dev-8 -> v1.4</li>
-          <li>maven v1.0 -> v1.0.2</li>
+          <li>dom4j v1.4-dev-8 -&gt; v1.4</li>
+          <li>maven v1.0 -&gt; v1.0.2</li>
         </ul>
       </action>
-      </release>
-      <release version="1.4.1" date="2004-06-19">
-        <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
-      </release>
-      <release version="1.4" date="unknown">
-        <action dev="brett" type="remove" issue="MPPOM-2">
-          remove empty pom:update goal
-        </action>
-        <action dev="evenisse" type="add">
-          Add missing xml-apis jar.
-        </action>
-        <action dev="vmassol" type="add">
-          Verify valid POM versions. Only "3" and "4" are currently allowed.
-        </action>
-        <action dev="vmassol" type="add">
-          Added support for validating different POM versions.
-        </action>
-      </release>
-      <release version="1.3" date="2003-09-29">
-        <action dev="dion" type="fix">
-          Make pom:validate work again. The xerces upgrade broke jarv.
-          Now using jing
-        </action>
-        <action dev="dion" type="update">
-          Upgrade to maven 1.0 beta 10 and dom4j 1.4
-        </action>
-        <action dev="dion" type="update">
-          Upgrade to dom4j 1.4-dev-8
-        </action>
-        <action dev="dion" type="fix">
-          Bring back pom:validate
-        </action>            
-      </release>
-  </body>  
+    </release>
+    <release version="1.4.1" date="2004-06-19">
+      <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
+    </release>
+    <release version="1.4" date="unknown">
+      <action dev="brett" type="remove" issue="MPPOM-2">remove empty pom:update goal</action>
+      <action dev="evenisse" type="add">Add missing xml-apis jar.</action>
+      <action dev="vmassol" type="add">Verify valid POM versions. Only "3" and "4" are currently allowed.</action>
+      <action dev="vmassol" type="add">Added support for validating different POM versions.</action>
+    </release>
+    <release version="1.3" date="2003-09-29">
+      <action dev="dion" type="fix">Make pom:validate work again. The xerces upgrade broke jarv. Now using jing</action>
+      <action dev="dion" type="update">Upgrade to maven 1.0 beta 10 and dom4j 1.4</action>
+      <action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</action>
+      <action dev="dion" type="fix">Bring back pom:validate</action>
+    </release>
+  </body>
 </document>
-