Skip to content

Commit 342ce88

Browse files
committed
Prepare release v0.7.7
1 parent e027256 commit 342ce88

File tree

31 files changed

+31
-31
lines changed

31 files changed

+31
-31
lines changed

jacoco-maven-plugin.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.7.7-SNAPSHOT</version>
19+
<version>0.7.7.201606060606</version>
2020
<relativePath>../org.jacoco.tests</relativePath>
2121
</parent>
2222

jacoco-maven-plugin/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.7.7-SNAPSHOT</version>
19+
<version>0.7.7.201606060606</version>
2020
<relativePath>../org.jacoco.build</relativePath>
2121
</parent>
2222

jacoco/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.build</artifactId>
18-
<version>0.7.7-SNAPSHOT</version>
18+
<version>0.7.7.201606060606</version>
1919
<relativePath>../org.jacoco.build</relativePath>
2020
</parent>
2121

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.tests</artifactId>
18-
<version>0.7.7-SNAPSHOT</version>
18+
<version>0.7.7.201606060606</version>
1919
<relativePath>../org.jacoco.tests</relativePath>
2020
</parent>
2121

org.jacoco.agent.rt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.build</artifactId>
18-
<version>0.7.7-SNAPSHOT</version>
18+
<version>0.7.7.201606060606</version>
1919
<relativePath>../org.jacoco.build</relativePath>
2020
</parent>
2121

org.jacoco.agent.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: JaCoCo Agent Tests
44
Bundle-SymbolicName: org.jacoco.agent.test
5-
Bundle-Version: 0.7.7.qualifier
5+
Bundle-Version: 0.7.7.201606060606
66
Fragment-Host: org.jacoco.agent
77
Bundle-RequiredExecutionEnvironment: J2SE-1.5
88
Bundle-Vendor: Mountainminds GmbH & Co. KG

org.jacoco.agent.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.tests</artifactId>
18-
<version>0.7.7-SNAPSHOT</version>
18+
<version>0.7.7.201606060606</version>
1919
<relativePath>../org.jacoco.tests</relativePath>
2020
</parent>
2121

org.jacoco.agent/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: JaCoCo Agent
44
Bundle-SymbolicName: org.jacoco.agent
5-
Bundle-Version: 0.7.7.qualifier
5+
Bundle-Version: 0.7.7.201606060606
66
Bundle-Vendor: Mountainminds GmbH & Co. KG
77
Bundle-RequiredExecutionEnvironment: J2SE-1.5
88
Export-Package: org.jacoco.agent;version="0.7.7"

org.jacoco.agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.jacoco</groupId>
1717
<artifactId>org.jacoco.build</artifactId>
18-
<version>0.7.7-SNAPSHOT</version>
18+
<version>0.7.7.201606060606</version>
1919
<relativePath>../org.jacoco.build</relativePath>
2020
</parent>
2121

org.jacoco.ant.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: JaCoCo Ant Tasks Tests
44
Bundle-SymbolicName: org.jacoco.ant.test
5-
Bundle-Version: 0.7.7.qualifier
5+
Bundle-Version: 0.7.7.201606060606
66
Bundle-RequiredExecutionEnvironment: J2SE-1.5
77
Bundle-Vendor: Mountainminds GmbH & Co. KG and Contributors
88
Fragment-Host: org.jacoco.ant

0 commit comments

Comments
 (0)