Skip to content

Commit 43d3143

Browse files
committed
"scalac-scoverage-plugin.version" property value changed from "1.0.2" to "1.0.4" ("1.0.3" version skipped), this Maven plugin version changed to "1.0.4-SNAPSHOT" to follow with Scalac plugin version.
1 parent 73f7cb9 commit 43d3143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ under the License.
2828
<modelVersion>4.0.0</modelVersion>
2929
<groupId>org.scoverage</groupId>
3030
<artifactId>scoverage-maven-plugin</artifactId>
31-
<version>1.0.3-SNAPSHOT</version>
31+
<version>1.0.4-SNAPSHOT</version>
3232
<packaging>maven-plugin</packaging>
3333

3434
<name>SCoverage Maven Plugin</name>
@@ -85,7 +85,7 @@ under the License.
8585
<maven.version>2.2.1</maven.version>
8686
<maven-plugin-plugin.version>3.3</maven-plugin-plugin.version>
8787

88-
<scalac-scoverage-plugin.version>1.0.2</scalac-scoverage-plugin.version>
88+
<scalac-scoverage-plugin.version>1.0.4</scalac-scoverage-plugin.version>
8989
</properties>
9090

9191
<dependencies>

0 commit comments

Comments
 (0)