aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.report.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2015-02-20 21:07:27 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2015-02-20 21:07:27 +0100
commitf686e5e9b3cae1221b61aefd80ae605b39e4d764 (patch)
tree712f2ba14948238060118bf4469da4603a3fdf55 /org.jacoco.report.test
parent0004ed2d58064d6b036d4cd41fe6bc83c512e91d (diff)
downloadjacoco-f686e5e9b3cae1221b61aefd80ae605b39e4d764.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 006b3a72..24be6b85 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.3.201502191951
+Bundle-Version: 0.7.4.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.3,0.7.4)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.4,0.7.5)",
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 a0ceb9b7..c1f9f661 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.3.201502191951</version>
+ <version>0.7.4-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>