[maven-scm-plugin] prepare release 1.0.5

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-06-28 11:37:59 +00:00
parent 3aeffce2a2
commit af9f587c25
2 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name>
<currentVersion>1.0.5-SNAPSHOT</currentVersion>
<currentVersion>1.0.5</currentVersion>
<package>org.apache.maven.jcoveragereport</package>
<description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description>
<shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription>
@ -51,6 +51,11 @@
<name>1.0.4</name>
<tag>MAVEN_JCOVERAGE_1_0_4</tag>
</version>
<version>
<id>1.0.5</id>
<name>1.0.5</name>
<tag>MAVEN_JCOVERAGE_1_0_5</tag>
</version>
</versions>
<developers>
<developer>

View File

@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties>
<body>
<release version="1.0.5-SNAPSHOT" date="in CVS">
<release version="1.0.5" date="2004-06-28">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-8">Fixed report generation fails when no java source present.</action>
<action dev="brett" type="fix" issue="MPJCOVERAGE-1">Handle multiple source directories correctly</action>
<action dev="brett" type="fix">Copy all of maven.build.dest, excluding the class files, into the instrumentation directory, as some people hook into the resources copying themselves without adding them to the POM</action>