[maven-scm-plugin] prepare release 1.3
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114823 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -17,21 +18,20 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
|
||||
<project>
|
||||
<extend>../project.xml</extend>
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jxr-plugin</id>
|
||||
<name>Maven JXR Plug-in</name>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<description>Create cross reference.
|
||||
Requires Maven 1.0 RC2.</description>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<description>Create cross reference. Requires Maven 1.0 RC2.</description>
|
||||
<shortDescription>Create cross reference</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jxr/</url>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/jxr/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/jxr/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/jxr/</url>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven-plugins/jxr/</connection>
|
||||
<developerConnection>scm:cvs:ext:${maven.username}@cvs.apache.org:/home/cvs:maven-plugins/jxr/</developerConnection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven-plugins/jxr/</url>
|
||||
</repository>
|
||||
<developers>
|
||||
<developer>
|
||||
@@ -134,4 +134,11 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<versions>
|
||||
<version>
|
||||
<id>1.3</id>
|
||||
<name>1.3</name>
|
||||
<tag>MAVEN_JXR_1_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
</project>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<!--
|
||||
/*
|
||||
* Copyright 2001-2004 The Apache Software Foundation.
|
||||
@@ -23,44 +24,24 @@
|
||||
<author email="dion@multitask.com.au">dIon Gillard</author>
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<action dev="dion" type="update">
|
||||
Apply MPJXR-8
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Apply patch from Nicolas De Loof for reduce open files during jxr process.
|
||||
</action>
|
||||
<release version="1.3" date="2004-03-07">
|
||||
<action dev="dion" type="update">Apply MPJXR-8</action>
|
||||
<action dev="evenisse" type="fix">Apply patch from Nicolas De Loof for reduce open files during jxr process.</action>
|
||||
<action dev="dion" type="fix">MAVEN-822</action>
|
||||
<action dev="dion" type="fix">MAVEN-797</action>
|
||||
</release>
|
||||
|
||||
<release version="1.2" date="2003-09-29">
|
||||
<action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
|
||||
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>
|
||||
<action dev="dion" type="update">
|
||||
Move to oro 2.0.7
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to dom4j 1.4
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
Upgrade to commons-logging 1.0.3
|
||||
</action>
|
||||
<action dev="dion" type="update">
|
||||
update to commons-lang 1.0.1
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix Maven-428. Used maven.docs.dest
|
||||
</action>
|
||||
<action dev="dion" type="update">Move to oro 2.0.7</action>
|
||||
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
|
||||
<action dev="dion" type="update">Upgrade to commons-logging 1.0.3</action>
|
||||
<action dev="dion" type="update">update to commons-lang 1.0.1</action>
|
||||
<action dev="evenisse" type="fix">Fix Maven-428. Used maven.docs.dest</action>
|
||||
</release>
|
||||
<release version="1.1" date="Unknown">
|
||||
<action dev="evenisse" type="fix">
|
||||
Fix for bug Maven-178.
|
||||
</action>
|
||||
<action dev="evenisse" type="fix">Fix for bug Maven-178.</action>
|
||||
</release>
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user