[maven-scm-plugin] prepare release 3.1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
carlos
2004-07-09 19:21:04 +00:00
parent fa3b0a0c94
commit 2c82e807fe
2 changed files with 7 additions and 2 deletions

View File

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

View File

@@ -27,7 +27,7 @@
<author email="carlos@apache.org">Carlos Sanchez</author>
</properties>
<body>
<release version="3.1.1-SNAPSHOT" date="in CVS">
<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>
<action dev="carlos" type="add">Output messages to log</action>
<action dev="carlos" type="fix">Check that aspectSourceDirectory is defined in pom</action>