[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115340 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:56:52 +00:00
parent ae8de8b37e
commit cb67b22a25
10 changed files with 52 additions and 51 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-gump-plugin</id>
<name>Maven Gump Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description/>
<shortDescription>produce Gump descriptor</shortDescription>
<url>http://maven.apache.org/reference/plugins/gump/</url>
@ -39,6 +39,11 @@
<name>1.2</name>
<tag>MAVEN_GUMP_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_GUMP_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -22,23 +23,15 @@
<title>Changes</title>
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.3" date="in CVS">
</release>
<release version="1.3" date="2004-05-15"></release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="fix">gump.xml generated into basedir</action>
<action dev="dion" type="update">Added test project</action>
</release>
<release version="1.1" date="Unknown">
<action dev="dion" type="add">
Added more documentation
</action>
<action dev="dion" type="fix">
Worked with Stefan Bodewig to get the generated descriptor
usable straight from CVS
</action>
<action dev="dion" type="add">Added more documentation</action>
<action dev="dion" type="fix">Worked with Stefan Bodewig to get the generated descriptor usable straight from CVS</action>
</release>
</body>
</document>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-html2xdoc-plugin</id>
<name>Maven Html2XDoc Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from normal HTML documentation.</description>
<shortDescription>HTML to xdoc transformer</shortDescription>
@ -41,6 +41,11 @@
<name>1.2</name>
<tag>MAVEN_HTML2XDOC_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_HTML2XDOC_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,7 +24,7 @@
<author email="dion@multitask.com.au">dIon Gillard</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<release version="1.3" date="2004-05-15">
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
</release>
<release version="1.2" date="2004-03-07">

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,14 +18,13 @@
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<package>blah</package>
<package>blah</package>
<pomVersion>3</pomVersion>
<id>maven-jdiff-plugin</id>
<name>Maven JDiff Plugin</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Diff between CVS releases</shortDescription>
<url>http://maven.apache.org/reference/plugins/jdiff/</url>
@ -41,6 +41,11 @@
<name>1.2</name>
<tag>MAVEN_JDIFF_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_JDIFF_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -23,10 +24,8 @@
<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">
</release>
<release version="1.3" date="2004-05-15"></release>
<release version="1.2" date="2004-01-04">
<action dev="evenisse" type="fix" issue="MPJDIFF-1">MPJDIFF-1. Fix error due to makeRelativePath.</action>
</release>
@ -35,4 +34,3 @@
</release>
</body>
</document>

View File

@ -22,7 +22,7 @@
<extend>../plugin-parent/project.xml</extend>
<id>maven-scm-plugin</id>
<name>Maven Source Control Management Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description>A plugin for SCM tasks, currently CVS.</description>
<shortDescription>SCM Plugin for Maven. Requires Maven 1.0 RC2.</shortDescription>
<url>http://maven.apache.org/reference/plugins/scm/</url>
@ -49,6 +49,11 @@
<name>1.2</name>
<tag>MAVEN_SCM_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_SCM_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,9 +24,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
</release>
<release version="1.3" date="2004-05-15"></release>
<release version="1.2" date="2004-03-07">
<action dev="brett" type="fix">Don't use -C - Mac OS X doesn't recognise it</action>
<action dev="brett" type="fix" issue="MPSCM-3">Catch exceptions to make sure files don't get moved permanently.</action>

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -17,13 +18,12 @@
*/
-->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<id>maven-struts-plugin</id>
<name>Maven Struts Plugin</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Work with struts jars</shortDescription>
<url>http://maven.apache.org/reference/plugins/struts/</url>
@ -39,6 +39,11 @@
<name>1.2</name>
<tag>MAVEN_STRUTS_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_STRUTS_1_3</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -1,4 +1,5 @@
<?xml version="1.0"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
/*
* Copyright 2001-2004 The Apache Software Foundation.
@ -22,30 +23,16 @@
<title>Changes</title>
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.3" date="in CVS">
<action dev="dion" type="update">
Remove unneeded ant dependency
</action>
<release version="1.3" date="2004-05-15">
<action dev="dion" type="update">Remove unneeded ant dependency</action>
</release>
<release version="1.2" date="2003-09-29">
<action dev="dion" type="update">
Upgrade to dom4j 1.4
</action>
<action dev="dion" type="update">
Upgrade to dom4j 1.4-dev-8
</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="dion" type="update">
Updated to commons-collections 2.1
</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4</action>
<action dev="dion" type="update">Upgrade to dom4j 1.4-dev-8</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="dion" type="update">Updated to commons-collections 2.1</action>
</release>
</body>
</document>