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.MF4
-rw-r--r--org.jacoco.agent/pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/org.jacoco.agent/META-INF/MANIFEST.MF b/org.jacoco.agent/META-INF/MANIFEST.MF
index 1da06fc0..811e6650 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.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.agent;version="0.6.2"
+Export-Package: org.jacoco.agent;version="0.6.3"
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index 7d08d748..b81d0614 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.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>