Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Jun 6, 2016
1 parent 342ce88 commit a9f48b8
Show file tree
Hide file tree
Showing 31 changed files with 68 additions and 66 deletions.
2 changes: 1 addition & 1 deletion jacoco-maven-plugin.test/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jacoco-maven-plugin/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jacoco/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.agent.rt.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.agent.rt/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.agent.test/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.qualifier
Fragment-Host: org.jacoco.agent
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.agent.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.agent/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Agent
Bundle-SymbolicName: org.jacoco.agent
Bundle-Version: 0.7.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jacoco.agent;version="0.7.7"
Export-Package: org.jacoco.agent;version="0.7.8"
2 changes: 1 addition & 1 deletion org.jacoco.agent/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.ant.test/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
Fragment-Host: org.jacoco.ant
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.ant.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
24 changes: 12 additions & 12 deletions org.jacoco.ant/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.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.7,0.7.8)",
org.jacoco.core.analysis;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.data;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.instr;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.runtime;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.tools;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report.check;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report.csv;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report.html;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report.xml;bundle-version="[0.7.7,0.7.8)",
Import-Package: org.jacoco.agent;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.analysis;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.data;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.instr;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.runtime;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.tools;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report.check;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report.csv;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report.html;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report.xml;bundle-version="[0.7.8,0.7.9)",
org.objectweb.asm;version="[5.1.0,5.2.0)"
2 changes: 1 addition & 1 deletion org.jacoco.ant/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.build/pom.xml
Expand Up @@ -14,7 +14,7 @@

<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<packaging>pom</packaging>

<name>JaCoCo</name>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.core.test/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.core
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.core.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions org.jacoco.core/META-INF/MANIFEST.MF
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Core
Bundle-SymbolicName: org.jacoco.core
Bundle-Version: 0.7.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.jacoco.core;version="0.7.7",
org.jacoco.core.analysis;version="0.7.7",
org.jacoco.core.data;version="0.7.7",
org.jacoco.core.instr;version="0.7.7",
org.jacoco.core.internal.analysis;version="0.7.7";x-internal=true,
org.jacoco.core.runtime;version="0.7.7",
org.jacoco.core.tools;version="0.7.7"
Export-Package: org.jacoco.core;version="0.7.8",
org.jacoco.core.analysis;version="0.7.8",
org.jacoco.core.data;version="0.7.8",
org.jacoco.core.instr;version="0.7.8",
org.jacoco.core.internal.analysis;version="0.7.8";x-internal=true,
org.jacoco.core.runtime;version="0.7.8",
org.jacoco.core.tools;version="0.7.8"
Import-Package: org.objectweb.asm;version="[5.1.0,5.2.0)",
org.objectweb.asm.tree;version="[5.1.0,5.2.0)",
org.objectweb.asm.commons;version="[5.1.0,5.2.0)"
2 changes: 1 addition & 1 deletion org.jacoco.core/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/META-INF/MANIFEST.MF
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Documentation
Bundle-SymbolicName: org.jacoco.doc
Bundle-Version: 0.7.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
2 changes: 2 additions & 0 deletions org.jacoco.doc/docroot/doc/changes.html
Expand Up @@ -18,6 +18,8 @@

<h1>Change History</h1>

<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>

<h2>Release 0.7.7 (2016/06/06)</h2>

<h3>New Features</h3>
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.doc/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.examples.test/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-Vendor: Mountainminds GmbH & Co. KG
Fragment-Host: org.jacoco.examples
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.examples.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 deletions org.jacoco.examples/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.data;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.instr;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.runtime;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.tools;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report;bundle-version="[0.7.7,0.7.8)",
org.jacoco.report.html;bundle-version="[0.7.7,0.7.8)",
Import-Package: org.jacoco.core.analysis;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.data;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.instr;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.runtime;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.tools;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report;bundle-version="[0.7.8,0.7.9)",
org.jacoco.report.html;bundle-version="[0.7.8,0.7.9)",
org.objectweb.asm;version="[5.1.0,5.2.0)"
2 changes: 1 addition & 1 deletion org.jacoco.examples/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions org.jacoco.report.test/META-INF/MANIFEST.MF
Expand Up @@ -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.7.201606060606
Bundle-Version: 0.7.8.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.7,0.7.8)",
Import-Package: org.jacoco.core.internal.analysis;bundle-version="[0.7.8,0.7.9)",
org.junit;version="[4.8.0,5.0.0)",
org.junit.rules;version="[4.8.0,5.0.0)"
2 changes: 1 addition & 1 deletion org.jacoco.report.test/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.tests</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.tests</relativePath>
</parent>

Expand Down
20 changes: 10 additions & 10 deletions org.jacoco.report/META-INF/MANIFEST.MF
Expand Up @@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: JaCoCo Report
Bundle-SymbolicName: org.jacoco.report
Bundle-Version: 0.7.7.201606060606
Bundle-Version: 0.7.8.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: Mountainminds GmbH & Co. KG
Export-Package: org.jacoco.report;version="0.7.7",
org.jacoco.report.check;version="0.7.7",
org.jacoco.report.csv;version="0.7.7",
org.jacoco.report.html;version="0.7.7",
org.jacoco.report.xml;version="0.7.7"
Import-Package: org.jacoco.core;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.analysis;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.data;bundle-version="[0.7.7,0.7.8)",
org.jacoco.core.runtime;bundle-version="[0.7.7,0.7.8)",
Export-Package: org.jacoco.report;version="0.7.8",
org.jacoco.report.check;version="0.7.8",
org.jacoco.report.csv;version="0.7.8",
org.jacoco.report.html;version="0.7.8",
org.jacoco.report.xml;version="0.7.8"
Import-Package: org.jacoco.core;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.analysis;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.data;bundle-version="[0.7.8,0.7.9)",
org.jacoco.core.runtime;bundle-version="[0.7.8,0.7.9)",
org.objectweb.asm;version="[5.1.0,5.2.0)"
2 changes: 1 addition & 1 deletion org.jacoco.report/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion org.jacoco.tests/pom.xml
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.build</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<relativePath>../org.jacoco.build</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@

<groupId>org.jacoco</groupId>
<artifactId>root</artifactId>
<version>0.7.7.201606060606</version>
<version>0.7.8-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit a9f48b8

Please sign in to comment.