Skip to content

Commit 018dc0c

Browse files
committed
Upgrade SCoverage Maven Plugin version from 1.4.1 to 1.4.11-SNAPSHOT
1 parent 9a239bd commit 018dc0c

File tree

43 files changed

+252
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+252
-88
lines changed

aggregation/module01/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.scoverage.scoverage-maven-samples</groupId>
2424
<artifactId>aggregation</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

aggregation/module02/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.scoverage.scoverage-maven-samples</groupId>
2424
<artifactId>aggregation</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

aggregation/module03/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.scoverage.scoverage-maven-samples</groupId>
2424
<artifactId>aggregation</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

aggregation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage.scoverage-maven-samples</groupId>
2424
<artifactId>aggregation</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
<packaging>pom</packaging>
2727

2828
<name>SCoverage Maven Samples : Aggregation</name>
@@ -41,7 +41,7 @@ under the License.
4141
<surefire.plugin.version>2.22.1</surefire.plugin.version>
4242

4343
<sbt-compiler.plugin.version>1.0.0</sbt-compiler.plugin.version>
44-
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
44+
<scoverage.plugin.version>1.4.11-SNAPSHOT</scoverage.plugin.version>
4545
</properties>
4646

4747
<modules>

different-test-frameworks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<parent>
2323
<groupId>org.scoverage</groupId>
2424
<artifactId>scoverage-maven-samples</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

different-test-frameworks/scalatest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
2424
<artifactId>scalatest</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : ScalaTest</name>
@@ -43,7 +43,7 @@ under the License.
4343

4444
<sbt-compiler.plugin.version>1.0.0</sbt-compiler.plugin.version>
4545
<scalatest.plugin.version>1.0</scalatest.plugin.version>
46-
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
46+
<scoverage.plugin.version>1.4.11-SNAPSHOT</scoverage.plugin.version>
4747
</properties>
4848

4949
<dependencies>

different-test-frameworks/specs2/pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
2424
<artifactId>scecs2</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : Specs2</name>
@@ -44,7 +44,7 @@ under the License.
4444
<sbt-compiler.plugin.version>1.0.0</sbt-compiler.plugin.version>
4545
<specs2.plugin.version>0.4.4</specs2.plugin.version>
4646

47-
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
47+
<scoverage.plugin.version>1.4.11-SNAPSHOT</scoverage.plugin.version>
4848
</properties>
4949

5050
<dependencies>
@@ -104,6 +104,20 @@ under the License.
104104
<groupId>com.mmakowski</groupId>
105105
<artifactId>specs2-maven-plugin</artifactId>
106106
<version>${specs2.plugin.version}</version>
107+
<!-- Override dependencies in order to avoid an error in https://repo.maven.apache.org/maven2/com/github/scala-incubator/io/scala-io-file_2.11/0.4.3/scala-io-file_2.11-0.4.3.pom -->
108+
<!-- (org.scala-lang.modules:scala-parser-combinators_2.11 depenedncy defined twice with different versions, version 1.0.0 does not exist in the repository) -->
109+
<dependencies>
110+
<dependency>
111+
<groupId>com.github.scala-incubator.io</groupId>
112+
<artifactId>scala-io-core_2.11</artifactId>
113+
<version>0.4.3-1</version>
114+
</dependency>
115+
<dependency>
116+
<groupId>com.github.scala-incubator.io</groupId>
117+
<artifactId>scala-io-file_2.11</artifactId>
118+
<version>0.4.3-1</version>
119+
</dependency>
120+
</dependencies>
107121
<executions>
108122
<execution>
109123
<id>test</id>

different-test-frameworks/surefire/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
2424
<artifactId>surefire</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : Surefire</name>
@@ -43,7 +43,7 @@ under the License.
4343
<surefire.plugin.version>2.22.1</surefire.plugin.version>
4444

4545
<sbt-compiler.plugin.version>1.0.0</sbt-compiler.plugin.version>
46-
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
46+
<scoverage.plugin.version>1.4.11-SNAPSHOT</scoverage.plugin.version>
4747
</properties>
4848

4949
<dependencies>

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ under the License.
2222
<modelVersion>4.0.0</modelVersion>
2323
<groupId>org.scoverage.scoverage-maven-samples</groupId>
2424
<artifactId>integration-tests</artifactId>
25-
<version>1.4.2-SNAPSHOT</version>
25+
<version>1.4.11-SNAPSHOT</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Integration Tests</name>
@@ -41,7 +41,7 @@ under the License.
4141
<surefire.plugin.version>2.22.1</surefire.plugin.version>
4242

4343
<sbt-compiler.plugin.version>1.0.0</sbt-compiler.plugin.version>
44-
<scoverage.plugin.version>1.4.1</scoverage.plugin.version>
44+
<scoverage.plugin.version>1.4.11-SNAPSHOT</scoverage.plugin.version>
4545
</properties>
4646

4747
<dependencies>

integration-tests/src/main/scala/service/HelloService.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ object HelloService
44
{
55
def hello =
66
{
7-
"Hello" // tested by unit test
7+
"Hello" // covered by unit test
88
}
99

1010
def hello2 =
1111
{
12-
"Hello2" // tested by integration test
12+
"Hello2" // covered by integration test
1313
}
1414

1515
}

0 commit comments

Comments
 (0)