Skip to content

Commit 6c0b842

Browse files
committed
[maven-release-plugin] prepare release scoverage-maven-samples-1.4.1
1 parent 333d485 commit 6c0b842

File tree

30 files changed

+31
-31
lines changed

30 files changed

+31
-31
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.1-SNAPSHOT</version>
25+
<version>1.4.1</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.1-SNAPSHOT</version>
25+
<version>1.4.1</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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

aggregation/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>SCoverage Maven Samples : Aggregation</name>

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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

different-test-frameworks/scalatest/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : ScalaTest</name>

different-test-frameworks/specs2/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : Specs2</name>

different-test-frameworks/surefire/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Different Test Frameworks : Surefire</name>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Integration Tests</name>

playframework/multimodule/admin/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.play</groupId>
2424
<artifactId>multimodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/multimodule/common/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.play</groupId>
2424
<artifactId>multimodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/multimodule/main/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.play</groupId>
2424
<artifactId>multimodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/multimodule/pom.xml

Lines changed: 1 addition & 1 deletion
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.play</groupId>
2424
<artifactId>multimodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>SCoverage Maven Samples : Play! Framework : MultiModule</name>

playframework/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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/singlemodule/helloworld/helloworld-scala-2.10/pom.xml

Lines changed: 1 addition & 1 deletion
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.play.singlemodule.helloworld</groupId>
2424
<artifactId>helloworld-scala-2.10</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>play2</packaging>
2727

2828
<name>SCoverage Maven Samples : Play! Framework : SingleModule : Hello World : Scala 2.10</name>

playframework/singlemodule/helloworld/helloworld-scala-2.11/pom.xml

Lines changed: 1 addition & 1 deletion
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.play.singlemodule.helloworld</groupId>
2424
<artifactId>helloworld-scala-2.11</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>play2</packaging>
2727

2828
<name>SCoverage Maven Samples : Play! Framework : SingleModule : Hello World : Scala 2.11</name>

playframework/singlemodule/helloworld/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.play</groupId>
2424
<artifactId>singlemodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/singlemodule/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>play</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/singlemodule/zentasks/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.play</groupId>
2424
<artifactId>singlemodule</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

playframework/singlemodule/zentasks/zentasks-scala-2.10/pom.xml

Lines changed: 1 addition & 1 deletion
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.play.singlemodule.zentasks</groupId>
2424
<artifactId>zentasks-scala-2.10</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>play2</packaging>
2727

2828
<name>SCoverage Maven Samples : Play! Framework : SingleModule : Zentasks : Scala 2.10</name>

playframework/singlemodule/zentasks/zentasks-scala-2.11/pom.xml

Lines changed: 1 addition & 1 deletion
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.play.singlemodule.zentasks</groupId>
2424
<artifactId>zentasks-scala-2.11</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>play2</packaging>
2727

2828
<name>SCoverage Maven Samples : Play! Framework : SingleModule : Zentasks : Scala 2.11</name>

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</groupId>
2424
<artifactId>scoverage-maven-samples</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>pom</packaging>
2727

2828
<name>SCoverage Maven Samples</name>
@@ -31,7 +31,7 @@ under the License.
3131
<connection>scm:git:git://github.com/scoverage/scoverage-maven-samples.git</connection>
3232
<developerConnection>scm:git:[email protected]:scoverage/scoverage-maven-samples.git</developerConnection>
3333
<url>https://github.com/scoverage/scoverage-maven-samples/tree/${project.scm.tag}</url>
34-
<tag>HEAD</tag>
34+
<tag>scoverage-maven-samples-1.4.1</tag>
3535
</scm>
3636

3737
<ciManagement>

simple/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.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
</parent>
2727

2828
<modelVersion>4.0.0</modelVersion>

simple/sbt-compiler-plugin-scala-2.10/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>sbt-compiler-plugin-scala-2.10</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.10</name>

simple/sbt-compiler-plugin-scala-2.11/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>sbt-compiler-plugin-scala-2.11</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.11</name>

simple/sbt-compiler-plugin-scala-2.12/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>sbt-compiler-plugin-scala-2.12</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.12</name>

simple/scala-plugin-scala-2.10/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>scala-plugin-scala-2.10</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.10</name>

simple/scala-plugin-scala-2.11/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>scala-plugin-scala-2.11</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.11</name>

simple/scala-plugin-scala-2.12/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>scala-plugin-scala-2.12</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.12</name>

simple/scala-plugin-scala-2.13/pom.xml

Lines changed: 1 addition & 1 deletion
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.simple</groupId>
2424
<artifactId>scala-plugin-scala-2.13</artifactId>
25-
<version>1.4.1-SNAPSHOT</version>
25+
<version>1.4.1</version>
2626
<packaging>jar</packaging>
2727

2828
<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.13</name>

0 commit comments

Comments
 (0)