aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.agent
diff options
context:
space:
mode:
Diffstat (limited to 'org.jacoco.agent')
-rw-r--r--org.jacoco.agent/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.agent/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.jacoco.agent/META-INF/MANIFEST.MF b/org.jacoco.agent/META-INF/MANIFEST.MF
index 7db065b6..ac3e8aa2 100644
--- a/org.jacoco.agent/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent
Bundle-SymbolicName: org.jacoco.agent
-Bundle-Version: 0.5.8.qualifier
+Bundle-Version: 0.5.8.201207111220
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jacoco.agent
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index 56632c2b..027b200b 100644
--- a/org.jacoco.agent/pom.xml
+++ b/org.jacoco.agent/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.5.8-SNAPSHOT</version>
+ <version>0.5.8.201207111220</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>