From af9f587c257d9776e6e87c2d6a85ebeac6cc38f6 Mon Sep 17 00:00:00 2001 From: brett Date: Mon, 28 Jun 2004 11:37:59 +0000 Subject: [PATCH] [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 --- jcoverage/project.xml | 7 ++++++- jcoverage/xdocs/changes.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/jcoverage/project.xml b/jcoverage/project.xml index fd6e2201..f4cdaee7 100644 --- a/jcoverage/project.xml +++ b/jcoverage/project.xml @@ -23,7 +23,7 @@ 3 maven-jcoverage-plugin Maven JCoverage plugin - 1.0.5-SNAPSHOT + 1.0.5 org.apache.maven.jcoveragereport This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool. This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool. @@ -51,6 +51,11 @@ 1.0.4 MAVEN_JCOVERAGE_1_0_4 + + 1.0.5 + 1.0.5 + MAVEN_JCOVERAGE_1_0_5 + diff --git a/jcoverage/xdocs/changes.xml b/jcoverage/xdocs/changes.xml index a9aa4384..cf49cc1b 100644 --- a/jcoverage/xdocs/changes.xml +++ b/jcoverage/xdocs/changes.xml @@ -24,7 +24,7 @@ Emmanuel Venisse - + Fixed report generation fails when no java source present. Handle multiple source directories correctly 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