[maven-scm-plugin] prepare release 3.2

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116118 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos 2004-10-06 11:34:03 +00:00
parent 6423b316e3
commit 4324c220e6
2 changed files with 19 additions and 11 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-aspectj-plugin</id>
<name>Maven AspectJ Plugin</name>
<currentVersion>3.2-SNAPSHOT</currentVersion>
<currentVersion>3.2</currentVersion>
<description/>
<shortDescription>AspectJ Plugin for Maven</shortDescription>
<url>http://maven.apache.org/reference/plugins/aspectj/</url>
@ -61,6 +61,11 @@
<name>3.1.1</name>
<tag>MAVEN_ASPECTJ_3_1_1</tag>
</version>
<version>
<id>3.2</id>
<name>3.2</name>
<tag>MAVEN_ASPECTJ_3_2</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -27,16 +27,19 @@
<author email="carlos@apache.org">Carlos Sanchez</author>
</properties>
<body>
<release version="3.2-SNAPSHOT" date="in CVS">
<action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added
<code>maven.aspectj.argfiles</code> and
<code>maven.aspectj.weaveAspectSources</code> properties.</action>
<action dev="felipeal" type="add" issue="MPASPECTJ-13">Added
<code>maven.aspectj.noweave</code> and
<code>maven.aspectj.lint</code> properties.</action>
<action dev="carlos" type="fix">Added
<code>maven.aspectj.source</code> and
<code>maven.aspectj.time</code> properties that where incorrectly removed.</action>
<release version="3.2" date="2004-10-06">
<action dev="carlos" type="add" issue="MPASPECTJ-12" due-to="Mark Proctor">Added
<code>maven.aspectj.argfiles</code>and
<code>maven.aspectj.weaveAspectSources</code>properties.
</action>
<action dev="felipeal" type="add" issue="MPASPECTJ-13">Added
<code>maven.aspectj.noweave</code>and
<code>maven.aspectj.lint</code>properties.
</action>
<action dev="carlos" type="fix">Added
<code>maven.aspectj.source</code>and
<code>maven.aspectj.time</code>properties that where incorrectly removed.
</action>
</release>
<release version="3.1.1" date="2004-07-09">
<action dev="carlos" type="fix" issue="MPASPECTJ-11">Check that unitTestSourceDirectory is defined in pom</action>