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 811e6650..42e079de 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.6.3.qualifier
+Bundle-Version: 0.6.3.201306030806
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jacoco.agent;version="0.6.3"
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index b81d0614..c5f31324 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.6.3-SNAPSHOT</version>
+ <version>0.6.3.201306030806</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>