Skip to content

Commit

Permalink
[maven-release-plugin] prepare release scoverage-maven-samples-1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gslowikowski committed Dec 29, 2019
1 parent 333d485 commit 6c0b842
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion aggregation/module01/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>aggregation</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aggregation/module02/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>aggregation</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aggregation/module03/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>aggregation</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion aggregation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>aggregation</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>

<name>SCoverage Maven Samples : Aggregation</name>
Expand Down
2 changes: 1 addition & 1 deletion different-test-frameworks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion different-test-frameworks/scalatest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
<artifactId>scalatest</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Different Test Frameworks : ScalaTest</name>
Expand Down
2 changes: 1 addition & 1 deletion different-test-frameworks/specs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
<artifactId>scecs2</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Different Test Frameworks : Specs2</name>
Expand Down
2 changes: 1 addition & 1 deletion different-test-frameworks/surefire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.different-test-frameworks</groupId>
<artifactId>surefire</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Different Test Frameworks : Surefire</name>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>integration-tests</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion playframework/multimodule/admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>multimodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion playframework/multimodule/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>multimodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion playframework/multimodule/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>multimodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion playframework/multimodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>multimodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>

<name>SCoverage Maven Samples : Play! Framework : MultiModule</name>
Expand Down
2 changes: 1 addition & 1 deletion playframework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.play.singlemodule.helloworld</groupId>
<artifactId>helloworld-scala-2.10</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>play2</packaging>

<name>SCoverage Maven Samples : Play! Framework : SingleModule : Hello World : Scala 2.10</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.play.singlemodule.helloworld</groupId>
<artifactId>helloworld-scala-2.11</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>play2</packaging>

<name>SCoverage Maven Samples : Play! Framework : SingleModule : Hello World : Scala 2.11</name>
Expand Down
2 changes: 1 addition & 1 deletion playframework/singlemodule/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>singlemodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion playframework/singlemodule/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples</groupId>
<artifactId>play</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion playframework/singlemodule/zentasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage.scoverage-maven-samples.play</groupId>
<artifactId>singlemodule</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.play.singlemodule.zentasks</groupId>
<artifactId>zentasks-scala-2.10</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>play2</packaging>

<name>SCoverage Maven Samples : Play! Framework : SingleModule : Zentasks : Scala 2.10</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.play.singlemodule.zentasks</groupId>
<artifactId>zentasks-scala-2.11</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>play2</packaging>

<name>SCoverage Maven Samples : Play! Framework : SingleModule : Zentasks : Scala 2.11</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>pom</packaging>

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

<ciManagement>
Expand Down
2 changes: 1 addition & 1 deletion simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.scoverage</groupId>
<artifactId>scoverage-maven-samples</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion simple/sbt-compiler-plugin-scala-2.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>sbt-compiler-plugin-scala-2.10</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.10</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/sbt-compiler-plugin-scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>sbt-compiler-plugin-scala-2.11</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.11</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/sbt-compiler-plugin-scala-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>sbt-compiler-plugin-scala-2.12</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using SBT Compiler Maven Plugin and Scala 2.12</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/scala-plugin-scala-2.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>scala-plugin-scala-2.10</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.10</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/scala-plugin-scala-2.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>scala-plugin-scala-2.11</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.11</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/scala-plugin-scala-2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>scala-plugin-scala-2.12</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

<name>SCoverage Maven Samples : Simple : using Scala Maven Plugin and Scala 2.12</name>
Expand Down
2 changes: 1 addition & 1 deletion simple/scala-plugin-scala-2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<groupId>org.scoverage.scoverage-maven-samples.simple</groupId>
<artifactId>scala-plugin-scala-2.13</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.4.1</version>
<packaging>jar</packaging>

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

0 comments on commit 6c0b842

Please sign in to comment.