[maven-scm-plugin] prepare release 1.3

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-05-16 02:30:27 +00:00
parent 259864c6d9
commit a90bf110a6
4 changed files with 21 additions and 19 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-deploy-plugin</id>
<name>Maven Deploy Plugin</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<description/>
<shortDescription>Deploy to remote repository</shortDescription>
<url>http://maven.apache.org/reference/plugins/deploy/</url>
@ -40,6 +40,11 @@
<name>1.2</name>
<tag>MAVEN_DEPLOY_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_DEPLOY_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,21 +23,12 @@
<title>Changes for the Deploy plugin</title>
<author email="vmassol@apache.org">Vincent Massol</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<action dev="evenisse" type="add" issue="MPDEPLOY-2">
Add optional maven.ssh.args and maven.scp.args.
</action>
<release version="1.3" date="2004-05-15">
<action dev="evenisse" type="add" issue="MPDEPLOY-2">Add optional maven.ssh.args and maven.scp.args.</action>
</release>
<release version="1.2" date="2003-11-22">
<action dev="vmassol" type="add">
Probably lots of things but nobody was counting...
</action>
<action dev="vmassol" type="add">Probably lots of things but nobody was counting...</action>
</release>
</body>
</document>

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-faq-plugin</id>
<name>Maven FAQ Plug-in</name>
<currentVersion>1.3-SNAPSHOT</currentVersion>
<currentVersion>1.3</currentVersion>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<description>Creates XDoc documentation from an FAQ XML document.</description>
<shortDescription>FAQ Plugin</shortDescription>
@ -41,6 +41,11 @@
<name>1.2</name>
<tag>MAVEN_FAQ_1_2</tag>
</version>
<version>
<id>1.3</id>
<name>1.3</name>
<tag>MAVEN_FAQ_1_3</tag>
</version>
</versions>
<developers>
<developer>
@ -79,6 +84,7 @@
<url>http://jakarta.apache.org/commons/jelly/libs/xml/</url>
</dependency>
<!-- core dependencies which i'd have thought Maven introduced -->
<dependency>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>

View File

@ -24,9 +24,8 @@
<author email="dion@apache.org">dIon Gillard</author>
</properties>
<body>
<release version="1.3-SNAPSHOT" date="in CVS">
<action dev="vmassol" type="update" issue="MPFAQ-9">
Only register/deregister the FAQ reports if there are
<release version="1.3" date="2004-05-15">
<action dev="vmassol" type="update" issue="MPFAQ-9">Only register/deregister the FAQ reports if there are
<code>.fml</code>files present in the project.
</action>
<action dev="brett" type="fix" issue="MPFAQ-8">Escape anchor tags and references so spaces can be used in id</action>