aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2013-06-03 10:27:38 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2013-06-03 10:40:29 +0200
commit1a29d520f517a485540486783006a033a64521be (patch)
tree6b8236484df733c71fa0cb172572fe360b5ef32f /org.jacoco.examples
parentf6b532659c93e318e00b4acebaf10814d9dd1198 (diff)
downloadjacoco-1a29d520f517a485540486783006a033a64521be.tar.gz
Prepare for next development iteration
Diffstat (limited to 'org.jacoco.examples')
-rw-r--r--org.jacoco.examples/META-INF/MANIFEST.MF14
-rw-r--r--org.jacoco.examples/pom.xml2
2 files changed, 8 insertions, 8 deletions
diff --git a/org.jacoco.examples/META-INF/MANIFEST.MF b/org.jacoco.examples/META-INF/MANIFEST.MF
index 4823b0fe..a8113310 100644
--- a/org.jacoco.examples/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
-Bundle-Version: 0.6.3.201306030806
+Bundle-Version: 0.6.4.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
- org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
- org.jacoco.core.instr;bundle-version="[0.6.3,0.6.4)",
- org.jacoco.core.runtime;bundle-version="[0.6.3,0.6.4)",
- org.jacoco.report;bundle-version="[0.6.3,0.6.4)",
- org.jacoco.report.html;bundle-version="[0.6.3,0.6.4)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.4,0.6.5)",
+ org.jacoco.core.data;bundle-version="[0.6.4,0.6.5)",
+ org.jacoco.core.instr;bundle-version="[0.6.4,0.6.5)",
+ org.jacoco.core.runtime;bundle-version="[0.6.4,0.6.5)",
+ org.jacoco.report;bundle-version="[0.6.4,0.6.5)",
+ org.jacoco.report.html;bundle-version="[0.6.4,0.6.5)",
org.objectweb.asm;version="[4.1.0,4.2.0)"
diff --git a/org.jacoco.examples/pom.xml b/org.jacoco.examples/pom.xml
index ab10594a..cb83abaa 100644
--- a/org.jacoco.examples/pom.xml
+++ b/org.jacoco.examples/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.6.3.201306030806</version>
+ <version>0.6.4-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>