Minor version upgrade

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@465394 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-10-18 22:01:51 +00:00
parent 08e8150bf1
commit 4c5f56e716
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
<pomVersion>3</pomVersion>
<id>maven-jira-plugin</id>
<name>Maven JIRA Plugin</name>
<currentVersion>1.4-SNAPSHOT</currentVersion>
<currentVersion>1.3.1-SNAPSHOT</currentVersion>
<description>This plugin downloads issues from Jira and creates a report.</description>
<shortDescription>Download issues from Jira</shortDescription>
<developers/>

View File

@ -23,7 +23,7 @@
<author email="brett@apache.org">Brett Porter</author>
</properties>
<body>
<release version="1.4-SNAPSHOT" date="In SVN">
<release version="1.3.1-SNAPSHOT" date="In SVN">
<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>