aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent.test
diff options
context:
space:
mode:
authorMarc R. Hoffmann <hoffmann@mountainminds.com>2011-03-21 22:31:19 +0000
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2011-03-21 22:31:19 +0000
commitf795a4454cae16494c3299b5a1c35b02d144f202 (patch)
tree5ed77ed0697a91c5f6f740fc60b96ffe8965794e /org.jacoco.agent.test
parentee273c62d49c21a1e7a14574e9e7234491d5365f (diff)
downloadjacoco-f795a4454cae16494c3299b5a1c35b02d144f202.tar.gz
Preparing 0.5.1 release.
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 0d113be1..6e4abe07 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.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
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 f683e96e..5d74a180 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.build</artifactId>
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>