Skip to content

Commit 82f3087

Browse files
committed
Prepare for next development iteration
1 parent 8ea9668 commit 82f3087

File tree

32 files changed

+33
-31
lines changed

32 files changed

+33
-31
lines changed

jacoco-maven-plugin.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.jacoco</groupId>
1919
<artifactId>org.jacoco.tests</artifactId>
20-
<version>0.8.10</version>
20+
<version>0.8.11-SNAPSHOT</version>
2121
<relativePath>../org.jacoco.tests</relativePath>
2222
</parent>
2323

jacoco-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.jacoco</groupId>
1919
<artifactId>org.jacoco.build</artifactId>
20-
<version>0.8.10</version>
20+
<version>0.8.11-SNAPSHOT</version>
2121
<relativePath>../org.jacoco.build</relativePath>
2222
</parent>
2323

jacoco/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.agent.rt.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.agent.rt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.agent.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.agent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.ant.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.ant/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.build/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.build</artifactId>
18-
<version>0.8.10</version>
18+
<version>0.8.11-SNAPSHOT</version>
1919
<packaging>pom</packaging>
2020

2121
<name>JaCoCo</name>

org.jacoco.cli.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.cli/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.groovy/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.jacoco</groupId>
1919
<artifactId>org.jacoco.core.test.validation</artifactId>
20-
<version>0.8.10</version>
20+
<version>0.8.11-SNAPSHOT</version>
2121
<relativePath>../org.jacoco.core.test.validation</relativePath>
2222
</parent>
2323

org.jacoco.core.test.validation.java14/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.java16/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.java20/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.java5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.java7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.java8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.kotlin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation.scala/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.core.test.validation</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.core.test.validation</relativePath>
2121
</parent>
2222

org.jacoco.core.test.validation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.jacoco</groupId>
1919
<artifactId>org.jacoco.tests</artifactId>
20-
<version>0.8.10</version>
20+
<version>0.8.11-SNAPSHOT</version>
2121
<relativePath>../org.jacoco.tests</relativePath>
2222
</parent>
2323

org.jacoco.core.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.doc/docroot/doc/changes.html

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
<h1>Change History</h1>
2020

21+
<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
22+
2123
<h2>Release 0.8.10 (2023/04/24)</h2>
2224

2325
<h3>Fixed bugs</h3>

org.jacoco.doc/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.examples.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.report.test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.tests</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.report/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.jacoco</groupId>
1818
<artifactId>org.jacoco.build</artifactId>
19-
<version>0.8.10</version>
19+
<version>0.8.11-SNAPSHOT</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.jacoco</groupId>
1919
<artifactId>org.jacoco.build</artifactId>
20-
<version>0.8.10</version>
20+
<version>0.8.11-SNAPSHOT</version>
2121
<relativePath>../org.jacoco.build</relativePath>
2222
</parent>
2323

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.jacoco</groupId>
55
<artifactId>root</artifactId>
6-
<version>0.8.10</version>
6+
<version>0.8.11-SNAPSHOT</version>
77
<packaging>pom</packaging>
88

99
<modules>

0 commit comments

Comments
 (0)