From a9f48b8075564024fa8101c52e896b5ed540749e Mon Sep 17 00:00:00 2001 From: Evgeny Mandrikov Date: Sun, 5 Jun 2016 21:16:22 +0200 Subject: Prepare for next development iteration --- org.jacoco.ant/META-INF/MANIFEST.MF | 24 ++++++++++++------------ org.jacoco.ant/pom.xml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'org.jacoco.ant') 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 @@ org.jacoco org.jacoco.build - 0.7.7.201606060606 + 0.7.8-SNAPSHOT ../org.jacoco.build -- cgit v1.2.3