aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2016-02-18 10:07:44 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2016-02-18 10:07:44 +0100
commitd189a2cdfe33bce02911d8c326b81fccdca0220b (patch)
tree280fbab493e4312ddbeee7d7ac8c369045f03d4f /org.jacoco.report.test
parent930a8183af45591a60cc6690a639b7b6c14f7ee5 (diff)
downloadjacoco-d189a2cdfe33bce02911d8c326b81fccdca0220b.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 11e05fe5..6096d247 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.6.201602180812
+Bundle-Version: 0.7.7.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.6,0.7.7)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.7,0.7.8)",
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 aa948b24..dfb6d2e5 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.6.201602180812</version>
+ <version>0.7.7-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>