Skip to content

Commit 231577d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f34c636 commit 231577d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

annotation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-annotation</artifactId>
1010
<name>requirements-annotation</name>

benchmark/assertj/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements-benchmark</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-benchmark-assertj</artifactId>
1010
<name>requirements-benchmark-assertj</name>

benchmark/guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements-benchmark</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-benchmark-guava</artifactId>
1010
<name>requirements-benchmark-guava</name>

benchmark/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements-benchmark</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-benchmark-java</artifactId>
1010
<name>requirements-benchmark-java</name>

benchmark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-benchmark</artifactId>
1010
<name>requirements-benchmark</name>

guava/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-guava</artifactId>
1010
<name>requirements-guava</name>

jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-jackson</artifactId>
1010
<name>requirements-jackson</name>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-java</artifactId>
1010
<name>requirements-java</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.cowwoc.requirements</groupId>
55
<artifactId>requirements</artifactId>
6-
<version>12.0</version>
6+
<version>12.1-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>requirements</name>
99
<description>A fluent API for enforcing design contracts with automatic message generation</description>
@@ -21,7 +21,7 @@
2121
<url>https://github.com/cowwoc/requirements.java/</url>
2222
<connection>scm:git:https://github.com/cowwoc/requirements.java/</connection>
2323
<developerConnection>scm:git:https://github.com/cowwoc/requirements.java/</developerConnection>
24-
<tag>release-12.0</tag>
24+
<tag>HEAD</tag>
2525
</scm>
2626

2727
<developers>

test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.cowwoc.requirements</groupId>
66
<artifactId>requirements</artifactId>
7-
<version>12.0</version>
7+
<version>12.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>requirements-test</artifactId>
1010
<name>requirements-test</name>

0 commit comments

Comments
 (0)