Skip to content

Commit 979dec6

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ed8ede3 commit 979dec6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>be.sddevelopment.validation</groupId>
77
<artifactId>modular-validators</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>be.sddevelopment.validation</groupId>
77
<artifactId>modular-validators</artifactId>
8-
<version>1.1.0</version>
8+
<version>1.1.1-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>be.sddevelopment.validation</groupId>
66
<artifactId>modular-validators</artifactId>
7-
<version>1.1.0</version>
7+
<version>1.1.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<description>
@@ -48,7 +48,7 @@
4848
<scm>
4949
<connection>scm:git:ssh://git@github.com/sddevelopment-be/modular-validators.git</connection>
5050
<url>${project.url}</url>
51-
<tag>modular-validators-1.1.0</tag>
51+
<tag>HEAD</tag>
5252
</scm>
5353

5454
<distributionManagement>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>be.sddevelopment.validation</groupId>
8585
<artifactId>core</artifactId>
86-
<version>1.1.0</version>
86+
<version>1.1.1-SNAPSHOT</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>be.sddevelopment.validation</groupId>

0 commit comments

Comments
 (0)