[maven-scm-plugin] prepare release 1.9

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533705 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2007-04-30 11:38:32 +00:00
parent 7d110108db
commit 3d42f0e63e
2 changed files with 92 additions and 87 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!-- <!--
/* /*
@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<artifactId>maven-javadoc-plugin</artifactId> <artifactId>maven-javadoc-plugin</artifactId>
<name>Maven Javadoc Plugin</name> <name>Maven Javadoc Plugin</name>
<currentVersion>1.9-SNAPSHOT</currentVersion> <currentVersion>1.9</currentVersion>
<shortDescription>Produce Javadocs and report</shortDescription> <shortDescription>Produce Javadocs and report</shortDescription>
<versions> <versions>
<version> <version>
@ -61,6 +61,11 @@
<name>1.8</name> <name>1.8</name>
<tag>MAVEN_JAVADOC_1_8</tag> <tag>MAVEN_JAVADOC_1_8</tag>
</version> </version>
<version>
<id>1.9</id>
<name>1.9</name>
<tag>maven-javadoc-plugin-1.9</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>
@ -72,10 +77,10 @@
</roles> </roles>
</developer> </developer>
<developer> <developer>
<name>Stéphane Mor</name> <name>Stéphane Mor</name>
<id>smor</id> <id>smor</id>
<email>stephanemor@yahoo.fr</email> <email>stephanemor@yahoo.fr</email>
<organization>Hasgard Systèmes et Réseaux</organization> <organization>Hasgard Systèmes et Réseaux</organization>
<roles> <roles>
<role>Java Developer</role> <role>Java Developer</role>
</roles> </roles>

View File

@ -26,7 +26,7 @@
<author email="aheritier@apache.org">Arnaud Heritier</author> <author email="aheritier@apache.org">Arnaud Heritier</author>
</properties> </properties>
<body> <body>
<release version="1.9-SNAPSHOT" date="In SVN"> <release version="1.9" date="2007-04-30">
<action dev="aheritier" type="fix">Do not add a directory of sources which doesn't exist.</action> <action dev="aheritier" type="fix">Do not add a directory of sources which doesn't exist.</action>
<action dev="jjensen" type="add" issue="MPJAVADOC-80">Add specifying params with alternate doclets.</action> <action dev="jjensen" type="add" issue="MPJAVADOC-80">Add specifying params with alternate doclets.</action>
</release> </release>