aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.examples
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-03-18 23:30:00 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-03-18 23:30:00 +0100
commite8568e36d3e438f5bd9367b03cc27f32a38bf6f6 (patch)
treec425d24be0e97363f31c213c71ce212b1f62ea94 /org.jacoco.examples
parent09d6000e77ce4c593495734ce240262b92e23acc (diff)
downloadjacoco-e8568e36d3e438f5bd9367b03cc27f32a38bf6f6.tar.gz
Prepare release 0.7.0
Diffstat (limited to 'org.jacoco.examples')
-rw-r--r--org.jacoco.examples/META-INF/MANIFEST.MF16
-rw-r--r--org.jacoco.examples/pom.xml2
2 files changed, 9 insertions, 9 deletions
diff --git a/org.jacoco.examples/META-INF/MANIFEST.MF b/org.jacoco.examples/META-INF/MANIFEST.MF
index 5772d383..0fa247eb 100644
--- a/org.jacoco.examples/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
-Bundle-Version: 0.6.6.qualifier
+Bundle-Version: 0.7.0.201403182114
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.core.data;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.core.instr;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.core.runtime;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.core.tools;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.report;bundle-version="[0.6.6,0.6.7)",
- org.jacoco.report.html;bundle-version="[0.6.6,0.6.7)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.core.data;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.core.instr;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.core.runtime;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.core.tools;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.report;bundle-version="[0.7.0,0.7.1)",
+ org.jacoco.report.html;bundle-version="[0.7.0,0.7.1)",
org.objectweb.asm;version="[5.0.0,5.1.0)"
diff --git a/org.jacoco.examples/pom.xml b/org.jacoco.examples/pom.xml
index 69dc76c0..ee6ff984 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.6-SNAPSHOT</version>
+ <version>0.7.0.201403182114</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>