[maven-scm-plugin] prepare release 1.1.1

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115784 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-07-11 03:00:12 +00:00
parent 33bb5e77ec
commit 0043ffbb36
2 changed files with 8 additions and 3 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jira-plugin</id> <id>maven-jira-plugin</id>
<name>Maven JIRA Plug-in</name> <name>Maven JIRA Plug-in</name>
<currentVersion>1.1.1-SNAPSHOT</currentVersion> <currentVersion>1.1.1</currentVersion>
<description>This plugin download issues from Jira and create a report.</description> <description>This plugin download issues from Jira and create a report.</description>
<shortDescription>Download issue from Jira</shortDescription> <shortDescription>Download issue from Jira</shortDescription>
<url>http://maven.apache.org/reference/plugins/jira/</url> <url>http://maven.apache.org/reference/plugins/jira/</url>
@ -75,5 +75,10 @@
<name>1.1</name> <name>1.1</name>
<tag>MAVEN_JIRA_1_1</tag> <tag>MAVEN_JIRA_1_1</tag>
</version> </version>
<version>
<id>1.1.1</id>
<name>1.1.1</name>
<tag>MAVEN_JIRA_1_1_1</tag>
</version>
</versions> </versions>
</project> </project>

View File

@ -24,9 +24,9 @@
<author email="brett@apache.org">Brett Porter</author> <author email="brett@apache.org">Brett Porter</author>
</properties> </properties>
<body> <body>
<release version="1.1.1-SNAPSHOT" date="in CVS"> <release version="1.1.1" date="2004-07-10">
<action dev="brett" type="update">Update commons-httpclient dependency</action> <action dev="brett" type="update">Update commons-httpclient dependency</action>
</release> </release>
<release version="1.1" date="2004-05-15"></release> <release version="1.1" date="2004-05-15"/>
</body> </body>
</document> </document>