[maven-scm-plugin] prepare release 1.5
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115316 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
25bbd3cbef
commit
689fbdbe33
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-j2ee-plugin</id>
|
||||
<name>Maven J2EE Plugin</name>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>J2EE tools</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/j2ee/</url>
|
||||
@ -39,6 +39,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_J2EE_1_4</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_J2EE_1_5</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -25,7 +25,7 @@
|
||||
<author email="plynch@apache.org">Peter Lynch</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in CVS">
|
||||
<release version="1.5" date="2004-05-15">
|
||||
<action dev="dion" type="update">Remove Ant dependency</action>
|
||||
<action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
|
||||
</release>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-javadoc-plugin</id>
|
||||
<name>Maven Javadoc Plug-in</name>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Produce Javadocs and report</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/javadoc/</url>
|
||||
@ -45,6 +45,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_JAVADOC_1_4</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_JAVADOC_1_5</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -25,14 +25,11 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in CVS">
|
||||
<release version="1.5" date="2004-05-15">
|
||||
<action dev="dion" type="fix">javadoc:jar changed to place the jar in maven.build.dir</action>
|
||||
<action dev="dion" type="update">Add plugin test project</action>
|
||||
<action dev="dion" type="fix" issue="MPJAVADOC-22" due-to="fabrizio giustina">
|
||||
trim absolute paths to basedir in javadoc report, remove [javadoc] banner
|
||||
</action>
|
||||
<action dev="dion" type="fix" issue="MPJAVADOC-22" due-to="fabrizio giustina">trim absolute paths to basedir in javadoc report, remove [javadoc] banner</action>
|
||||
</release>
|
||||
|
||||
<release version="1.4" date="2004-03-07">
|
||||
<action dev="evenisse" type="fix" issue="MPJAVADOC-19">Prevent the plugin from failing when a sourceDirectory exists, but it does not contain Java files.</action>
|
||||
<action dev="dion" type="fix" issue="MPJAVADOC-6"/>
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jboss-plugin</id>
|
||||
<name>Maven JBoss plugin</name>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<description>Plugin for JBoss</description>
|
||||
<shortDescription>JBoss plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jboss/</url>
|
||||
@ -60,6 +60,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_JBOSS_1_4</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_JBOSS_1_5</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,11 +24,10 @@
|
||||
<author email="vmassol@pivolis.com">Vincent Massol</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in CVS">
|
||||
<action dev="vmassol" type="fix" issue="MPJBOSS-9" due-to="Rob Dupuis">
|
||||
Removed trailing white space in default values for the
|
||||
<code>maven.jboss.jmx.url.deploy.3.2</code> and
|
||||
<code>maven.jboss.jmx.url.undeploy.3.2</code> properties.
|
||||
<release version="1.5" date="2004-05-15">
|
||||
<action dev="vmassol" type="fix" issue="MPJBOSS-9" due-to="Rob Dupuis">Removed trailing white space in default values for the
|
||||
<code>maven.jboss.jmx.url.deploy.3.2</code>and
|
||||
<code>maven.jboss.jmx.url.undeploy.3.2</code>properties.
|
||||
</action>
|
||||
</release>
|
||||
<release version="1.4" date="2004-03-10">
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jdepend-plugin</id>
|
||||
<name>Maven JDepend Plugin</name>
|
||||
<currentVersion>1.5-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.5</currentVersion>
|
||||
<description/>
|
||||
<shortDescription>Produce metrics</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jdepend/</url>
|
||||
@ -39,6 +39,11 @@
|
||||
<name>1.4</name>
|
||||
<tag>MAVEN_JDEPEND_1_4</tag>
|
||||
</version>
|
||||
<version>
|
||||
<id>1.5</id>
|
||||
<name>1.5</name>
|
||||
<tag>MAVEN_JDEPEND_1_5</tag>
|
||||
</version>
|
||||
</versions>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="1.5-SNAPSHOT" date="in CVS">
|
||||
<release version="1.5" date="2004-05-15">
|
||||
<action dev="brett" type="fix" issue="MPXDOC-16">Upgrade to JDepend for bugfixes.</action>
|
||||
</release>
|
||||
<release version="1.4" date="2004-03-10">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user