[maven-scm-plugin] prepare release 1.3.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@468869 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-29 10:16:01 +00:00
parent 3232a88077
commit 5fa09f9104
2 changed files with 45 additions and 40 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jira-plugin</id>
<name>Maven JIRA Plugin</name>
<currentVersion>1.3.1-SNAPSHOT</currentVersion>
<currentVersion>1.3.1</currentVersion>
<description>This plugin downloads issues from Jira and creates a report.</description>
<shortDescription>Download issues from Jira</shortDescription>
<developers/>
@ -113,5 +113,10 @@
<name>1.3</name>
<tag>MAVEN_JIRA_1_3</tag>
</version>
<version>
<id>1.3.1</id>
<name>1.3.1</name>
<tag>MAVEN_JIRA_1_3_1</tag>
</version>
</versions>
</project>

View File

@ -23,7 +23,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.3.1-SNAPSHOT" date="In SVN">
<release version="1.3.1" date="2006-10-29">
<action dev="ltheussl" type="update">Update jelly dependency to match the ones in maven 1.1 core.</action>
<action dev="aheritier" type="update" issue="MAVEN-1759">Upgrade to log4j 1.2.13.</action>
<action dev="aheritier" type="fix">If a report isn't generated the plugin fails trying to replace entities in a not existing file.</action>