aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jacoco-maven-plugin.test/pom.xml2
-rw-r--r--jacoco-maven-plugin/pom.xml2
-rw-r--r--jacoco/pom.xml2
-rw-r--r--org.jacoco.agent.rt.test/pom.xml2
-rw-r--r--org.jacoco.agent.rt/pom.xml2
-rw-r--r--org.jacoco.agent.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.agent.test/pom.xml2
-rw-r--r--org.jacoco.agent/META-INF/MANIFEST.MF4
-rw-r--r--org.jacoco.agent/pom.xml2
-rw-r--r--org.jacoco.ant.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.ant.test/pom.xml2
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF20
-rw-r--r--org.jacoco.ant/pom.xml2
-rw-r--r--org.jacoco.build/pom.xml2
-rw-r--r--org.jacoco.core.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.core.test/pom.xml2
-rw-r--r--org.jacoco.core/META-INF/MANIFEST.MF14
-rw-r--r--org.jacoco.core/pom.xml2
-rw-r--r--org.jacoco.doc/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.doc/docroot/doc/changes.html2
-rw-r--r--org.jacoco.doc/pom.xml2
-rw-r--r--org.jacoco.examples/META-INF/MANIFEST.MF14
-rw-r--r--org.jacoco.examples/pom.xml2
-rw-r--r--org.jacoco.report.test/META-INF/MANIFEST.MF4
-rw-r--r--org.jacoco.report.test/pom.xml2
-rw-r--r--org.jacoco.report/META-INF/MANIFEST.MF16
-rw-r--r--org.jacoco.report/pom.xml2
-rw-r--r--org.jacoco.tests/pom.xml2
-rw-r--r--pom.xml2
29 files changed, 60 insertions, 58 deletions
diff --git a/jacoco-maven-plugin.test/pom.xml b/jacoco-maven-plugin.test/pom.xml
index d419fe6d..21783185 100644
--- a/jacoco-maven-plugin.test/pom.xml
+++ b/jacoco-maven-plugin.test/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index 4fd9b2b8..e9a0e51c 100644
--- a/jacoco-maven-plugin/pom.xml
+++ b/jacoco-maven-plugin/pom.xml
@@ -16,7 +16,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>
diff --git a/jacoco/pom.xml b/jacoco/pom.xml
index bcce7063..54312916 100644
--- a/jacoco/pom.xml
+++ b/jacoco/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>
diff --git a/org.jacoco.agent.rt.test/pom.xml b/org.jacoco.agent.rt.test/pom.xml
index d8c387c5..0568278e 100644
--- a/org.jacoco.agent.rt.test/pom.xml
+++ b/org.jacoco.agent.rt.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.agent.rt/pom.xml b/org.jacoco.agent.rt/pom.xml
index 0144989a..c8a32499 100644
--- a/org.jacoco.agent.rt/pom.xml
+++ b/org.jacoco.agent.rt/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>
diff --git a/org.jacoco.agent.test/META-INF/MANIFEST.MF b/org.jacoco.agent.test/META-INF/MANIFEST.MF
index 9017f1d8..7e351c46 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.6.2.201302030002
+Bundle-Version: 0.6.3.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 ceb07dd9..6e924eed 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.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
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>
diff --git a/org.jacoco.ant.test/META-INF/MANIFEST.MF b/org.jacoco.ant.test/META-INF/MANIFEST.MF
index 9e4b817e..02829373 100644
--- a/org.jacoco.ant.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks Tests
Bundle-SymbolicName: org.jacoco.ant.test
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Fragment-Host: org.jacoco.ant
diff --git a/org.jacoco.ant.test/pom.xml b/org.jacoco.ant.test/pom.xml
index 06d6a37a..cb63659b 100644
--- a/org.jacoco.ant.test/pom.xml
+++ b/org.jacoco.ant.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.ant/META-INF/MANIFEST.MF b/org.jacoco.ant/META-INF/MANIFEST.MF
index 03323169..6d9e725b 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Require-Bundle: org.apache.ant;bundle-version="[1.7.0,2.0.0)"
Import-Package: org.objectweb.asm;version="[4.1.0,4.2.0)",
- org.jacoco.agent;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.analysis;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.data;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.instr;version="[0.6.2,0.6.3)",
- org.jacoco.core.runtime;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report.csv;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report.html;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report.xml;bundle-version="[0.6.2,0.6.3)"
+ org.jacoco.agent;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.instr;version="[0.6.3,0.6.4)",
+ org.jacoco.core.runtime;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report.csv;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report.html;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report.xml;bundle-version="[0.6.3,0.6.4)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index e4c07e32..a537b902 100644
--- a/org.jacoco.ant/pom.xml
+++ b/org.jacoco.ant/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>
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 03167ca8..48c2ef6f 100644
--- a/org.jacoco.build/pom.xml
+++ b/org.jacoco.build/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JaCoCo</name>
diff --git a/org.jacoco.core.test/META-INF/MANIFEST.MF b/org.jacoco.core.test/META-INF/MANIFEST.MF
index e13c8c5d..037a63d0 100644
--- a/org.jacoco.core.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.core.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core Tests
Bundle-SymbolicName: org.jacoco.core.test
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.jacoco.core.test/pom.xml b/org.jacoco.core.test/pom.xml
index 0a52f39b..b1a8c049 100644
--- a/org.jacoco.core.test/pom.xml
+++ b/org.jacoco.core.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.core/META-INF/MANIFEST.MF b/org.jacoco.core/META-INF/MANIFEST.MF
index e701109e..aa14738a 100644
--- a/org.jacoco.core/META-INF/MANIFEST.MF
+++ b/org.jacoco.core/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core
Bundle-SymbolicName: org.jacoco.core
-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.core;version="0.6.2",
- org.jacoco.core.analysis;version="0.6.2",
- org.jacoco.core.data;version="0.6.2",
- org.jacoco.core.instr;version="0.6.2",
- org.jacoco.core.internal.analysis;version="0.6.2"; x-internal=true,
- org.jacoco.core.runtime;version="0.6.2"
+Export-Package: org.jacoco.core;version="0.6.3",
+ org.jacoco.core.analysis;version="0.6.3",
+ org.jacoco.core.data;version="0.6.3",
+ org.jacoco.core.instr;version="0.6.3",
+ org.jacoco.core.internal.analysis;version="0.6.3"; x-internal=true,
+ org.jacoco.core.runtime;version="0.6.3"
Import-Package: org.objectweb.asm;version="[4.1.0,4.2.0)",
org.objectweb.asm.tree;version="[4.1.0,4.2.0)",
org.objectweb.asm.commons;version="[4.1.0,4.2.0)"
diff --git a/org.jacoco.core/pom.xml b/org.jacoco.core/pom.xml
index a92fcc7f..fb3d9acd 100644
--- a/org.jacoco.core/pom.xml
+++ b/org.jacoco.core/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>
diff --git a/org.jacoco.doc/META-INF/MANIFEST.MF b/org.jacoco.doc/META-INF/MANIFEST.MF
index c53cf59a..c7674e83 100644
--- a/org.jacoco.doc/META-INF/MANIFEST.MF
+++ b/org.jacoco.doc/META-INF/MANIFEST.MF
@@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Documentation
Bundle-SymbolicName: org.jacoco.doc
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
diff --git a/org.jacoco.doc/docroot/doc/changes.html b/org.jacoco.doc/docroot/doc/changes.html
index e0ffacdc..22b05892 100644
--- a/org.jacoco.doc/docroot/doc/changes.html
+++ b/org.jacoco.doc/docroot/doc/changes.html
@@ -18,6 +18,8 @@
<h1>Change History</h1>
+<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
+
<h2>Release 0.6.2 (2013/02/03)</h2>
<h3>New Features</h3>
diff --git a/org.jacoco.doc/pom.xml b/org.jacoco.doc/pom.xml
index 6ab3a549..9a8c2b3a 100644
--- a/org.jacoco.doc/pom.xml
+++ b/org.jacoco.doc/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>
diff --git a/org.jacoco.examples/META-INF/MANIFEST.MF b/org.jacoco.examples/META-INF/MANIFEST.MF
index 86c12566..207d252e 100644
--- a/org.jacoco.examples/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples/META-INF/MANIFEST.MF
@@ -2,13 +2,13 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.data;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.instr;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.runtime;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.report.html;bundle-version="[0.6.2,0.6.3)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.instr;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.runtime;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.report.html;bundle-version="[0.6.3,0.6.4)",
org.objectweb.asm;version="[4.1.0,4.2.0)"
diff --git a/org.jacoco.examples/pom.xml b/org.jacoco.examples/pom.xml
index a2407a33..df827985 100644
--- a/org.jacoco.examples/pom.xml
+++ b/org.jacoco.examples/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>
diff --git a/org.jacoco.report.test/META-INF/MANIFEST.MF b/org.jacoco.report.test/META-INF/MANIFEST.MF
index 3414045e..2988ff1e 100644
--- a/org.jacoco.report.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.report.test/META-INF/MANIFEST.MF
@@ -2,10 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report Tests
Bundle-SymbolicName: org.jacoco.report.test
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Fragment-Host: org.jacoco.report
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.6.2,0.6.3)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.6.3,0.6.4)",
org.junit;version="[4.8.0,5.0.0)",
org.junit.rules;version="[4.8.0,5.0.0)"
diff --git a/org.jacoco.report.test/pom.xml b/org.jacoco.report.test/pom.xml
index 2cfb5fe5..055d0f86 100644
--- a/org.jacoco.report.test/pom.xml
+++ b/org.jacoco.report.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.report/META-INF/MANIFEST.MF b/org.jacoco.report/META-INF/MANIFEST.MF
index 799f998a..0f13146e 100644
--- a/org.jacoco.report/META-INF/MANIFEST.MF
+++ b/org.jacoco.report/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report
Bundle-SymbolicName: org.jacoco.report
-Bundle-Version: 0.6.2.201302030002
+Bundle-Version: 0.6.3.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Export-Package: org.jacoco.report;version="0.6.2",
- org.jacoco.report.csv;version="0.6.2",
- org.jacoco.report.html;version="0.6.2",
- org.jacoco.report.xml;version="0.6.2"
-Import-Package: org.jacoco.core;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.analysis;bundle-version="[0.6.2,0.6.3)",
- org.jacoco.core.data;bundle-version="[0.6.2,0.6.3)",
+Export-Package: org.jacoco.report;version="0.6.3",
+ org.jacoco.report.csv;version="0.6.3",
+ org.jacoco.report.html;version="0.6.3",
+ org.jacoco.report.xml;version="0.6.3"
+Import-Package: org.jacoco.core;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.analysis;bundle-version="[0.6.3,0.6.4)",
+ org.jacoco.core.data;bundle-version="[0.6.3,0.6.4)",
org.objectweb.asm;version="[4.1.0,4.2.0)"
diff --git a/org.jacoco.report/pom.xml b/org.jacoco.report/pom.xml
index 93810dc5..0e166e9b 100644
--- a/org.jacoco.report/pom.xml
+++ b/org.jacoco.report/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>
diff --git a/org.jacoco.tests/pom.xml b/org.jacoco.tests/pom.xml
index 2072afa8..179b7d83 100644
--- a/org.jacoco.tests/pom.xml
+++ b/org.jacoco.tests/pom.xml
@@ -16,7 +16,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>
diff --git a/pom.xml b/pom.xml
index e1b77d74..4a6e92e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.jacoco</groupId>
<artifactId>root</artifactId>
- <version>0.6.2.201302030002</version>
+ <version>0.6.3-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>