Skip to content

Commit 9a239bd

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 6c0b842 commit 9a239bd

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

2828
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)