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

View File

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

View File

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