aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
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.agent.test
parent09d6000e77ce4c593495734ce240262b92e23acc (diff)
downloadjacoco-e8568e36d3e438f5bd9367b03cc27f32a38bf6f6.tar.gz
Prepare release 0.7.0
Diffstat (limited to 'org.jacoco.agent.test')
-rw-r--r--org.jacoco.agent.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.agent.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.agent.test/META-INF/MANIFEST.MF b/org.jacoco.agent.test/META-INF/MANIFEST.MF
index 109effc5..9fe594f6 100644
--- a/org.jacoco.agent.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent Tests
Bundle-SymbolicName: org.jacoco.agent.test
-Bundle-Version: 0.6.6.qualifier
+Bundle-Version: 0.7.0.201403182114
Fragment-Host: org.jacoco.agent
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
diff --git a/org.jacoco.agent.test/pom.xml b/org.jacoco.agent.test/pom.xml
index f7491af3..e318daba 100644
--- a/org.jacoco.agent.test/pom.xml
+++ b/org.jacoco.agent.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.6-SNAPSHOT</version>
+ <version>0.7.0.201403182114</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>