You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2005/12/03 23:16:18 UTC

svn commit: r352030 - in /maven/maven-1/plugins/trunk/jira: project.xml xdocs/changes.xml

Author: fgiust
Date: Sat Dec  3 14:16:14 2005
New Revision: 352030

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

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

Modified: maven/maven-1/plugins/trunk/jira/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/project.xml?rev=352030&r1=352029&r2=352030&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/project.xml (original)
+++ maven/maven-1/plugins/trunk/jira/project.xml Sat Dec  3 14:16:14 2005
@@ -17,8 +17,7 @@
  * limitations under the License.
  */
  -->
-
-<project>
+<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-jira-plugin</id>

Modified: maven/maven-1/plugins/trunk/jira/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/xdocs/changes.xml?rev=352030&r1=352029&r2=352030&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/jira/xdocs/changes.xml Sat Dec  3 14:16:14 2005
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!-- 
 /*
@@ -17,20 +17,18 @@
  * limitations under the License.
  */
  -->
-
 <document>
   <properties>
     <title>JIRA plugin changes</title>
     <author email="brett@apache.org">Brett Porter</author>
   </properties>
   <body>
-    <release version="1.2-SNAPSHOT" date="in SVN">
+    <release version="1.2" date="2005-12-03">
       <action dev="fgiust" type="fix">Only log an error if the jira changes xml can't be parsed instead of throwing an Exception</action>
-      <action dev="fgiust" type="fix" issue="MPJIRA-4">Make the Jira report work also using a fancy JIRA url like http://jira.codehaus.org/browse/MPJIRA (it doesn't require 
-      the url with a numeric project id anymore)</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="fgiust" type="fix" issue="MPJIRA-4">Make the Jira report work also using a fancy JIRA url like http://jira.codehaus.org/browse/MPJIRA (it doesn't require the url with a numeric project id anymore)</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>log4j v1.2.8 -> v1.2.12</li>
+          <li>log4j v1.2.8 -&gt; v1.2.12</li>
         </ul>
       </action>
       <action dev="carlos" type="fix" issue="MPJIRA-11" due-to="Michael Franken">Enable retrieving component-specific issues.</action>