aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.ant
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-09-13 12:57:18 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-09-13 12:57:18 +0200
commit02f5af47cac3a3a64716088f1b462dc58c02116e (patch)
treeb6f81ac95cff15791c5981d879e11c1134d87072 /org.jacoco.ant
parentff5ffa389ca07217a6b6e641e416f34dfe6e56f0 (diff)
downloadplatform_external_jacoco-02f5af47cac3a3a64716088f1b462dc58c02116e.tar.gz
platform_external_jacoco-02f5af47cac3a3a64716088f1b462dc58c02116e.tar.bz2
platform_external_jacoco-02f5af47cac3a3a64716088f1b462dc58c02116e.zip
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 7714eb1a..df03a5b5 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.2.201409121644
+Bundle-Version: 0.7.3.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.2,0.7.3)",
- org.jacoco.core.analysis;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.core.data;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.core.instr;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.core.runtime;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.core.tools;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.report;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.report.check;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.report.csv;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.report.html;bundle-version="[0.7.2,0.7.3)",
- org.jacoco.report.xml;bundle-version="[0.7.2,0.7.3)",
+Import-Package: org.jacoco.agent;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.core.analysis;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.core.data;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.core.instr;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.core.runtime;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.core.tools;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.report;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.report.check;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.report.csv;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.report.html;bundle-version="[0.7.3,0.7.4)",
+ org.jacoco.report.xml;bundle-version="[0.7.3,0.7.4)",
org.objectweb.asm;version="[5.0.1,5.1.0)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 4ee55e4f..37e208c1 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.2.201409121644</version>
+ <version>0.7.3-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>