aboutsummaryrefslogtreecommitdiffstats
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-09-12 18:49:23 +0200
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-09-12 18:49:23 +0200
commitff5ffa389ca07217a6b6e641e416f34dfe6e56f0 (patch)
tree8ff84a8afac597c132bab020c9ca8926be7a780d /org.jacoco.agent.test
parent612efa1b37d9fd36c906bce9b4086ffeeafc1452 (diff)
downloadplatform_external_jacoco-ff5ffa389ca07217a6b6e641e416f34dfe6e56f0.tar.gz
platform_external_jacoco-ff5ffa389ca07217a6b6e641e416f34dfe6e56f0.tar.bz2
platform_external_jacoco-ff5ffa389ca07217a6b6e641e416f34dfe6e56f0.zip
Prepare release 0.7.2
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 165979e8..3608320d 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.7.2.qualifier
+Bundle-Version: 0.7.2.201409121644
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 efe8396f..e15a195a 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.7.2-SNAPSHOT</version>
+ <version>0.7.2.201409121644</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>