aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-10-06 23:44:26 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-10-06 23:48:03 +0400
commit7764fe58040c043275fb9b412c55e09b510226c4 (patch)
treed788b309c27821c79353d9215f2bd590731ab9a1
parent76f62ca24023d3522cfd806ff471e90e4f286739 (diff)
downloadjacoco-7764fe58040c043275fb9b412c55e09b510226c4.tar.gz
Prepare for next development iteration
-rw-r--r--jacoco-maven-plugin.test/pom.xml2
-rw-r--r--jacoco-maven-plugin/pom.xml2
-rw-r--r--org.jacoco.agent.rt.test/pom.xml2
-rw-r--r--org.jacoco.agent.rt/META-INF/MANIFEST.MF10
-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-nodeps/pom.xml2
-rw-r--r--org.jacoco.ant.test/pom.xml2
-rw-r--r--org.jacoco.ant/META-INF/MANIFEST.MF18
-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
28 files changed, 62 insertions, 60 deletions
diff --git a/jacoco-maven-plugin.test/pom.xml b/jacoco-maven-plugin.test/pom.xml
index a3024c9f..6bed4d15 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index 5e27fd13..dd91de8d 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.0.201210061924</version>
+ <version>0.6.1-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 80835ee9..a5645208 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.agent.rt/META-INF/MANIFEST.MF b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
index 884027e2..16a32b82 100644
--- a/org.jacoco.agent.rt/META-INF/MANIFEST.MF
+++ b/org.jacoco.agent.rt/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent Runtime Implementation
Bundle-SymbolicName: org.jacoco.agent.rt
-Bundle-Version: 0.6.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Import-Package: org.jacoco.core;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.data;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.instr;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.runtime;bundle-version="[0.6.0,0.6.1)",
+Import-Package: org.jacoco.core;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.instr;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
org.objectweb.asm;version="[4.0.0,4.1.0)"
diff --git a/org.jacoco.agent.rt/pom.xml b/org.jacoco.agent.rt/pom.xml
index 744a6cde..fa0c2831 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.0.201210061924</version>
+ <version>0.6.1-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 5b278e43..2c3633cb 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.0.201210061924
+Bundle-Version: 0.6.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 54702fa6..fafa30fe 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.0.201210061924</version>
+ <version>0.6.1-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 2530fd94..71338293 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.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.agent;version="0.6.0"
+Export-Package: org.jacoco.agent;version="0.6.1"
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index 5da9c864..cb0a3d4c 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.ant-nodeps/pom.xml b/org.jacoco.ant-nodeps/pom.xml
index 64dbddb1..2465ab64 100644
--- a/org.jacoco.ant-nodeps/pom.xml
+++ b/org.jacoco.ant-nodeps/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
- <version>0.6.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.ant.test/pom.xml b/org.jacoco.ant.test/pom.xml
index 0eaabb7c..b292ada0 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.0.201210061924</version>
+ <version>0.6.1-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 5e999796..062f6375 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,15 +2,15 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.6.0.201210061924
+Bundle-Version: 0.6.1.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.jacoco.agent;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.analysis;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.data;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.runtime;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report.csv;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report.html;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report.xml;bundle-version="[0.6.0,0.6.1)"
+Import-Package: org.jacoco.agent;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.analysis;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report.csv;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report.html;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report.xml;bundle-version="[0.6.1,0.6.2)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 24679b54..d07cf1f2 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index 87298353..3544e7fe 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.0.201210061924</version>
+ <version>0.6.1-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 68b631a5..222304c7 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.0.201210061924
+Bundle-Version: 0.6.1.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 4da785ab..524d9e8d 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.0.201210061924</version>
+ <version>0.6.1-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 972eba2e..194be14e 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.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.core;version="0.6.0",
- org.jacoco.core.analysis;version="0.6.0",
- org.jacoco.core.data;version="0.6.0",
- org.jacoco.core.instr;version="0.6.0",
- org.jacoco.core.internal.analysis;version="0.6.0"; x-internal=true,
- org.jacoco.core.runtime;version="0.6.0"
+Export-Package: org.jacoco.core;version="0.6.1",
+ org.jacoco.core.analysis;version="0.6.1",
+ org.jacoco.core.data;version="0.6.1",
+ org.jacoco.core.instr;version="0.6.1",
+ org.jacoco.core.internal.analysis;version="0.6.1"; x-internal=true,
+ org.jacoco.core.runtime;version="0.6.1"
Import-Package: org.objectweb.asm;version="[4.0.0,4.1.0)",
org.objectweb.asm.tree;version="[4.0.0,4.1.0)",
org.objectweb.asm.commons;version="[4.0.0,4.1.0)"
diff --git a/org.jacoco.core/pom.xml b/org.jacoco.core/pom.xml
index 0ee152d3..2dc74008 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.0.201210061924</version>
+ <version>0.6.1-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 0a125061..09a69151 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.0.201210061924
+Bundle-Version: 0.6.1.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 0750e01a..cdde19b9 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.0 (2012/10/06)</h2>
<h3>New Features</h3>
diff --git a/org.jacoco.doc/pom.xml b/org.jacoco.doc/pom.xml
index 859b71b9..5b4f02f7 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.0.201210061924</version>
+ <version>0.6.1-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 80a9bb94..500e9357 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.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.data;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.instr;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.runtime;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.report.html;bundle-version="[0.6.0,0.6.1)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.instr;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.runtime;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.report.html;bundle-version="[0.6.1,0.6.2)",
org.objectweb.asm;version="[4.0.0,4.1.0)"
diff --git a/org.jacoco.examples/pom.xml b/org.jacoco.examples/pom.xml
index 4cf178ac..af89cb89 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.0.201210061924</version>
+ <version>0.6.1-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 54316258..cc0ef324 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.0.201210061924
+Bundle-Version: 0.6.1.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.0,0.6.1)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.6.1,0.6.2)",
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 9587a5da..06bd6ce0 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.0.201210061924</version>
+ <version>0.6.1-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 a7fbd8b6..e2caaef6 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.0.201210061924
+Bundle-Version: 0.6.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Export-Package: org.jacoco.report;version="0.6.0",
- org.jacoco.report.csv;version="0.6.0",
- org.jacoco.report.html;version="0.6.0",
- org.jacoco.report.xml;version="0.6.0"
-Import-Package: org.jacoco.core;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.analysis;bundle-version="[0.6.0,0.6.1)",
- org.jacoco.core.data;bundle-version="[0.6.0,0.6.1)",
+Export-Package: org.jacoco.report;version="0.6.1",
+ org.jacoco.report.csv;version="0.6.1",
+ org.jacoco.report.html;version="0.6.1",
+ org.jacoco.report.xml;version="0.6.1"
+Import-Package: org.jacoco.core;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.analysis;bundle-version="[0.6.1,0.6.2)",
+ org.jacoco.core.data;bundle-version="[0.6.1,0.6.2)",
org.objectweb.asm;version="[4.0.0,4.1.0)"
diff --git a/org.jacoco.report/pom.xml b/org.jacoco.report/pom.xml
index c9cbe6da..9d200996 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.tests/pom.xml b/org.jacoco.tests/pom.xml
index 3611199d..8ab02138 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.0.201210061924</version>
+ <version>0.6.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>