Skip to content

Commit dbfb6f2

Browse files
committed
Prepare release 0.8.12
1 parent a50585b commit dbfb6f2

File tree

32 files changed

+32
-32
lines changed

32 files changed

+32
-32
lines changed

jacoco-maven-plugin.test/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
20+
<version>0.8.12</version>
2121
<relativePath>../org.jacoco.tests</relativePath>
2222
</parent>
2323

jacoco-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
20+
<version>0.8.12</version>
2121
<relativePath>../org.jacoco.build</relativePath>
2222
</parent>
2323

jacoco/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

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

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.agent.rt/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.agent.test/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.agent/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.ant.test/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

org.jacoco.ant/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
19+
<version>0.8.12</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

org.jacoco.build/pom.xml

Lines changed: 1 addition & 1 deletion
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.12-SNAPSHOT</version>
18+
<version>0.8.12</version>
1919
<packaging>pom</packaging>
2020

2121
<name>JaCoCo</name>

0 commit comments

Comments
 (0)