aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2015-05-25 19:12:54 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2015-05-25 19:12:54 +0200
commit76bb13bea6cee6ec2432d6f496fb8d88d96672d8 (patch)
tree695660e7c3eda1f09ceea4700ce01d7594f94a45 /org.jacoco.report.test
parent887abac49ea7f8075ef71fa1efc91f128b0d6a23 (diff)
downloadjacoco-76bb13bea6cee6ec2432d6f496fb8d88d96672d8.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 121a629c..4e221746 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.5.201505241946
+Bundle-Version: 0.7.6.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.5,0.7.6)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.6,0.7.7)",
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 4533fd5d..7029a779 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.5.201505241946</version>
+ <version>0.7.6-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>