[maven-scm-plugin] prepare release 1.0.7

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115793 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
evenisse 2004-07-11 15:27:48 +00:00
parent 2d8af3aa9a
commit 032e8309f3
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.7-SNAPSHOT</currentVersion>
<currentVersion>1.0.7</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>
@ -61,6 +61,11 @@
<name>1.0.6</name>
<tag>MAVEN_JCOVERAGE_1_0_6</tag>
</version>
<version>
<id>1.0.7</id>
<name>1.0.7</name>
<tag>MAVEN_JCOVERAGE_1_0_7</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.7" date="In CVS">
<release version="1.0.7" date="2004-07-11">
<action dev="evenisse" type="fix">Fixed tests execution when artifact contains properties.</action>
<action dev="evenisse" type="fix">Remove deprecated APIs.</action>
</release>