aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.ant
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-12-23 22:24:47 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-12-23 22:24:47 +0100
commita6a45e8dee96e4d3d94d3fc9d95c41a346dea8ed (patch)
tree9ffa09dd383daf6ff02af6c6643ceec530bd0a99 /org.jacoco.ant
parent0bb8d2ddc43b6dba17794b5a858f77cc94f0bbb4 (diff)
downloadjacoco-a6a45e8dee96e4d3d94d3fc9d95c41a346dea8ed.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.ant')
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF18
-rw-r--r--org.jacoco.ant/pom.xml2
2 files changed, 10 insertions, 10 deletions
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index d80e0d7f..a54415e5 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.6.1.201212231917
+Bundle-Version: 0.6.2.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.6.1,0.6.2)",
- org.jacoco.core.analysis;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.report;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.report.csv;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.report.html;bundle-version="[0.6.1,0.6.2)",
- org.jacoco.report.xml;bundle-version="[0.6.1,0.6.2)"
+Import-Package: org.jacoco.agent;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.core.analysis;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.core.data;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.core.runtime;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.report;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.report.csv;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.report.html;bundle-version="[0.6.2,0.6.3)",
+ org.jacoco.report.xml;bundle-version="[0.6.2,0.6.3)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 49f103b8..52e3ab6f 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.6.1.201212231917</version>
+ <version>0.6.2-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>