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