aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant
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.ant
parent342ce88eed1bf1d892e31e6fe585531d16da5971 (diff)
downloadjacoco-a9f48b8075564024fa8101c52e896b5ed540749e.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.ant')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF24
-rw-r--r--org.jacoco.ant/pom.xml2
2 files changed, 13 insertions, 13 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index a805f33e..07ce2855 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,19 +2,19 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.7.7.201606060606
+Bundle-Version: 0.7.8.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
-Import-Package: org.jacoco.agent;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.core.analysis;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.core.data;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.core.instr;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.core.runtime;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.core.tools;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.report;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.report.check;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.report.csv;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.report.html;bundle-version="[0.7.7,0.7.8)",
- org.jacoco.report.xml;bundle-version="[0.7.7,0.7.8)",
+Import-Package: org.jacoco.agent;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.core.analysis;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.core.data;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.core.instr;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.core.runtime;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.core.tools;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.report;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.report.check;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.report.csv;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.report.html;bundle-version="[0.7.8,0.7.9)",
+ org.jacoco.report.xml;bundle-version="[0.7.8,0.7.9)",
org.objectweb.asm;version="[5.1.0,5.2.0)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 37801a8d..3d172ffb 100644
--- a/org.jacoco.ant/pom.xml
+++ b/org.jacoco.ant/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.7.7.201606060606</version>
+ <version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>