aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2016-12-11 20:55:45 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2016-12-11 20:55:45 +0100
commit248723e71f1e85977f3a6c4db30de86725548208 (patch)
tree0a6da2680e3c3cff010eb49e91b767b057fed2fb /org.jacoco.core.test
parent6e9b6f2ce94aec927c5ce8103545f28f4e5875b2 (diff)
downloadjacoco-248723e71f1e85977f3a6c4db30de86725548208.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.core.test')
-rw-r--r--org.jacoco.core.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.core.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.core.test/META-INF/MANIFEST.MF b/org.jacoco.core.test/META-INF/MANIFEST.MF
index d1ea1027..1c074b64 100644
--- a/org.jacoco.core.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.core.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core Tests
Bundle-SymbolicName: org.jacoco.core.test
-Bundle-Version: 0.7.8.201612092310
+Bundle-Version: 0.7.9.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.jacoco.core.test/pom.xml b/org.jacoco.core.test/pom.xml
index 29511629..8a43c9e1 100644
--- a/org.jacoco.core.test/pom.xml
+++ b/org.jacoco.core.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.7.8</version>
+ <version>0.7.9-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>