diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9f198..5d22488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## JaCoCoverage Change Log +### Version 1.5.1.20150301.1800 (2015-03-01) +* Partial fix for GitHub #26 +* updated JaCoCo library to 0.7.4 (see its [changelog](http://www.eclemma.org/jacoco/trunk/doc/changes.html)). +* *built with NetBeans 8.0.2FCS and Oracle JDK7.* + ### Version 1.5.0.20150116.2200 (2015-01-16) * GitHub #10 add NetBeans Module projects support, provided by __Graeme Ingleby__. diff --git a/tikione-jacocoverage-plugin/manifest.mf b/tikione-jacocoverage-plugin/manifest.mf index 5836d90..1cd3397 100644 --- a/tikione-jacocoverage-plugin/manifest.mf +++ b/tikione-jacocoverage-plugin/manifest.mf @@ -2,5 +2,5 @@ Manifest-Version: 1.0 OpenIDE-Module: fr.tikione.jacocoverage.plugin/1 OpenIDE-Module-Layer: fr/tikione/jacocoverage/plugin/layer.xml OpenIDE-Module-Localizing-Bundle: fr/tikione/jacocoverage/plugin/Bundle.properties -OpenIDE-Module-Specification-Version: 1.5.1.20150128.1940 +OpenIDE-Module-Specification-Version: 1.5.1.20150301.1800 OpenIDE-Module-Needs: org.openide.filesystems.FileUtil.toFileObject