[maven-scm-plugin] prepare release 1.0.8

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett 2004-09-26 04:53:08 +00:00
parent a6d881025d
commit 4725c43903
2 changed files with 7 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<id>maven-jcoverage-plugin</id> <id>maven-jcoverage-plugin</id>
<name>Maven JCoverage plugin</name> <name>Maven JCoverage plugin</name>
<currentVersion>1.0.8-SNAPSHOT</currentVersion> <currentVersion>1.0.8</currentVersion>
<package>org.apache.maven.jcoveragereport</package> <package>org.apache.maven.jcoveragereport</package>
<description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description> <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> <shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription>
@ -66,6 +66,11 @@
<name>1.0.7</name> <name>1.0.7</name>
<tag>MAVEN_JCOVERAGE_1_0_7</tag> <tag>MAVEN_JCOVERAGE_1_0_7</tag>
</version> </version>
<version>
<id>1.0.8</id>
<name>1.0.8</name>
<tag>MAVEN_JCOVERAGE_1_0_8</tag>
</version>
</versions> </versions>
<developers> <developers>
<developer> <developer>

View File

@ -24,7 +24,7 @@
<author email="evenisse@ifrance.com">Emmanuel Venisse</author> <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
</properties> </properties>
<body> <body>
<release version="1.0.8" date="In CVS"> <release version="1.0.8" date="2004-09-26">
<action dev="evenisse" type="fix" issue="MPJCOVERAGE-14">Fixed overview and packages rates.</action> <action dev="evenisse" type="fix" issue="MPJCOVERAGE-14">Fixed overview and packages rates.</action>
<action dev="evenisse" type="add">Add the possibility to set multiple includes and excludes files for instrumentation.</action> <action dev="evenisse" type="add">Add the possibility to set multiple includes and excludes files for instrumentation.</action>
</release> </release>