aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2014-03-19 02:21:54 +0100
committerEvgeny Mandrikov <mandrikov@gmail.com>2014-03-19 02:21:54 +0100
commitd65d20d8af92dcf1fbd1728ab2999813aef5e906 (patch)
tree367915b73e1b88727f75e4be07a1cb399465763a
parente8568e36d3e438f5bd9367b03cc27f32a38bf6f6 (diff)
downloadjacoco-d65d20d8af92dcf1fbd1728ab2999813aef5e906.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--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.MF24
-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.MF16
-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.test/META-INF/MANIFEST.MF2
-rw-r--r--org.jacoco.examples.test/pom.xml2
-rw-r--r--org.jacoco.examples/META-INF/MANIFEST.MF16
-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.MF20
-rw-r--r--org.jacoco.report/pom.xml2
-rw-r--r--org.jacoco.tests/pom.xml2
-rw-r--r--pom.xml2
31 files changed, 68 insertions, 66 deletions
diff --git a/jacoco-maven-plugin.test/pom.xml b/jacoco-maven-plugin.test/pom.xml
index 08eb13b2..7de7f5cd 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/jacoco-maven-plugin/pom.xml b/jacoco-maven-plugin/pom.xml
index ae1587f8..a979f6ae 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/jacoco/pom.xml b/jacoco/pom.xml
index 1d8ae114..8c8e2f3c 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.7.0.201403182114</version>
+ <version>0.7.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 efb22003..c8ab46f4 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.7.0.201403182114</version>
+ <version>0.7.1-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 92fb30aa..31b19fa5 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.7.0.201403182114</version>
+ <version>0.7.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 9fe594f6..7b7e49ad 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.7.0.201403182114
+Bundle-Version: 0.7.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 e318daba..6eabde26 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.7.0.201403182114</version>
+ <version>0.7.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 45a8f4ca..d191ad64 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.7.0.201403182114
+Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.agent;version="0.7.0"
+Export-Package: org.jacoco.agent;version="0.7.1"
diff --git a/org.jacoco.agent/pom.xml b/org.jacoco.agent/pom.xml
index 72e66f02..1f6b5af0 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.7.0.201403182114</version>
+ <version>0.7.1-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 5edec3cd..214c659c 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.7.0.201403182114
+Bundle-Version: 0.7.1.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 7a3dc27c..6db3e893 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.7.0.201403182114</version>
+ <version>0.7.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 f9681dda..8f47d789 100644
--- a/org.jacoco.ant/META-INF/MANIFEST.MF
+++ b/org.jacoco.ant/META-INF/MANIFEST.MF
@@ -2,19 +2,19 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Ant Tasks
Bundle-SymbolicName: org.jacoco.ant
-Bundle-Version: 0.7.0.201403182114
+Bundle-Version: 0.7.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.7.0,0.7.1)",
- org.jacoco.core.analysis;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.data;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.instr;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.runtime;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.tools;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report.check;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report.csv;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report.html;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report.xml;bundle-version="[0.7.0,0.7.1)",
+Import-Package: org.jacoco.agent;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.analysis;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.data;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.instr;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.runtime;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.tools;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report.check;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report.csv;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report.html;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report.xml;bundle-version="[0.7.1,0.7.2)",
org.objectweb.asm;version="[5.0.0,5.1.0)"
diff --git a/org.jacoco.ant/pom.xml b/org.jacoco.ant/pom.xml
index 060f79a8..2ed1d319 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.build/pom.xml b/org.jacoco.build/pom.xml
index b3df5cd4..250f5952 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.7.0.201403182114</version>
+ <version>0.7.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 42a7866d..5bd191a5 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.7.0.201403182114
+Bundle-Version: 0.7.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 7d51fa8c..e103d1e2 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.7.0.201403182114</version>
+ <version>0.7.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 3a24e82b..35773b6e 100644
--- a/org.jacoco.core/META-INF/MANIFEST.MF
+++ b/org.jacoco.core/META-INF/MANIFEST.MF
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core
Bundle-SymbolicName: org.jacoco.core
-Bundle-Version: 0.7.0.201403182114
+Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Export-Package: org.jacoco.core;version="0.7.0",
- org.jacoco.core.analysis;version="0.7.0",
- org.jacoco.core.data;version="0.7.0",
- org.jacoco.core.instr;version="0.7.0",
- org.jacoco.core.internal.analysis;version="0.7.0";x-internal=true,
- org.jacoco.core.runtime;version="0.7.0",
- org.jacoco.core.tools;version="0.7.0"
+Export-Package: org.jacoco.core;version="0.7.1",
+ org.jacoco.core.analysis;version="0.7.1",
+ org.jacoco.core.data;version="0.7.1",
+ org.jacoco.core.instr;version="0.7.1",
+ org.jacoco.core.internal.analysis;version="0.7.1";x-internal=true,
+ org.jacoco.core.runtime;version="0.7.1",
+ org.jacoco.core.tools;version="0.7.1"
Import-Package: org.objectweb.asm;version="[5.0.0,5.1.0)",
org.objectweb.asm.tree;version="[5.0.0,5.1.0)",
org.objectweb.asm.commons;version="[5.0.0,5.1.0)"
diff --git a/org.jacoco.core/pom.xml b/org.jacoco.core/pom.xml
index 82058b90..12dcca71 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.7.0.201403182114</version>
+ <version>0.7.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 ca6e1f67..7d866318 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.7.0.201403182114
+Bundle-Version: 0.7.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 73c7f1df..4b57d7d7 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>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
+
<h2>Release 0.7.0 (2014/03/18)</h2>
<h3>New Features</h3>
diff --git a/org.jacoco.doc/pom.xml b/org.jacoco.doc/pom.xml
index 889a2951..a3fbebbb 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.examples.test/META-INF/MANIFEST.MF b/org.jacoco.examples.test/META-INF/MANIFEST.MF
index 99adb94f..72961167 100644
--- a/org.jacoco.examples.test/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples.test/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Examples Tests
Bundle-SymbolicName: org.jacoco.examples.test
-Bundle-Version: 0.7.0.201403182114
+Bundle-Version: 0.7.1.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.examples
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.jacoco.examples.test/pom.xml b/org.jacoco.examples.test/pom.xml
index c7e8507b..61abe3f2 100644
--- a/org.jacoco.examples.test/pom.xml
+++ b/org.jacoco.examples.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
- <version>0.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>
diff --git a/org.jacoco.examples/META-INF/MANIFEST.MF b/org.jacoco.examples/META-INF/MANIFEST.MF
index 0fa247eb..59a4aaf5 100644
--- a/org.jacoco.examples/META-INF/MANIFEST.MF
+++ b/org.jacoco.examples/META-INF/MANIFEST.MF
@@ -2,14 +2,14 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo API Usage Examples
Bundle-SymbolicName: org.jacoco.examples
-Bundle-Version: 0.7.0.201403182114
+Bundle-Version: 0.7.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.data;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.instr;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.runtime;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.tools;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.report.html;bundle-version="[0.7.0,0.7.1)",
+Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.data;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.instr;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.runtime;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.tools;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.report.html;bundle-version="[0.7.1,0.7.2)",
org.objectweb.asm;version="[5.0.0,5.1.0)"
diff --git a/org.jacoco.examples/pom.xml b/org.jacoco.examples/pom.xml
index ee6ff984..22b0fef9 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.7.0.201403182114</version>
+ <version>0.7.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 bd317b15..b6e8535c 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.7.0.201403182114
+Bundle-Version: 0.7.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.7.0,0.7.1)",
+Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.1,0.7.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 b0c1fe61..a427d19f 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.7.0.201403182114</version>
+ <version>0.7.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 b2d60158..7ec40dbf 100644
--- a/org.jacoco.report/META-INF/MANIFEST.MF
+++ b/org.jacoco.report/META-INF/MANIFEST.MF
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report
Bundle-SymbolicName: org.jacoco.report
-Bundle-Version: 0.7.0.201403182114
+Bundle-Version: 0.7.1.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
-Export-Package: org.jacoco.report;version="0.7.0",
- org.jacoco.report.check;version="0.7.0",
- org.jacoco.report.csv;version="0.7.0",
- org.jacoco.report.html;version="0.7.0",
- org.jacoco.report.xml;version="0.7.0"
-Import-Package: org.jacoco.core;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.analysis;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.data;bundle-version="[0.7.0,0.7.1)",
- org.jacoco.core.runtime;bundle-version="[0.7.0,0.7.1)",
+Export-Package: org.jacoco.report;version="0.7.1",
+ org.jacoco.report.check;version="0.7.1",
+ org.jacoco.report.csv;version="0.7.1",
+ org.jacoco.report.html;version="0.7.1",
+ org.jacoco.report.xml;version="0.7.1"
+Import-Package: org.jacoco.core;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.analysis;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.data;bundle-version="[0.7.1,0.7.2)",
+ org.jacoco.core.runtime;bundle-version="[0.7.1,0.7.2)",
org.objectweb.asm;version="[5.0.0,5.1.0)"
diff --git a/org.jacoco.report/pom.xml b/org.jacoco.report/pom.xml
index 79c7e93e..8cdf4752 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/org.jacoco.tests/pom.xml b/org.jacoco.tests/pom.xml
index ae101c7c..5d85381e 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.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 61fa9f59..1440b980 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>org.jacoco</groupId>
<artifactId>root</artifactId>
- <version>0.7.0.201403182114</version>
+ <version>0.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>