aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2016-06-05 21:16:22 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2016-06-06 08:41:29 +0200
commita9f48b8075564024fa8101c52e896b5ed540749e (patch)
tree98a7aff64fd1c600fb4b7bb7ca61a2d951408069 /org.jacoco.report.test
parent342ce88eed1bf1d892e31e6fe585531d16da5971 (diff)
downloadjacoco-a9f48b8075564024fa8101c52e896b5ed540749e.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.report.test')
-rw-r--r--org.jacoco.report.test/META-INF/MANIFEST.MF4
-rw-r--r--org.jacoco.report.test/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.report.test/META-INF/MANIFEST.MF b/org.jacoco.report.test/META-INF/MANIFEST.MF
index 07d5252b..ef98034c 100644
--- a/org.jacoco.report.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.report.test/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report Tests
Bundle-SymbolicName: org.jacoco.report.test
-Bundle-Version: 0.7.7.201606060606
+Bundle-Version: 0.7.8.qualifier
Fragment-Host: org.jacoco.report
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.7,0.7.8)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.8,0.7.9)",
org.junit;version="[4.8.0,5.0.0)",
org.junit.rules;version="[4.8.0,5.0.0)"
diff --git a/org.jacoco.report.test/pom.xml b/org.jacoco.report.test/pom.xml
index 5d156181..ce68d801 100644
--- a/org.jacoco.report.test/pom.xml
+++ b/org.jacoco.report.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.7.7.201606060606</version>
+ <version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>