Skip to content

Commit 3245974

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e12884a commit 3245974

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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>com.cosium.hal_mock_mvc</groupId>
77
<artifactId>hal-mock-mvc-parent</artifactId>
8-
<version>3.4</version>
8+
<version>3.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>HAL Mock MVC</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.cosium.hal_mock_mvc</groupId>
1616
<artifactId>hal-mock-mvc-parent</artifactId>
17-
<version>3.4</version>
17+
<version>3.5-SNAPSHOT</version>
1818
<packaging>pom</packaging>
1919

2020
<properties>
@@ -86,7 +86,7 @@
8686
<connection>scm:git:https://github.com/Cosium/hal-mock-mvc</connection>
8787
<developerConnection>scm:git:https://github.com/Cosium/hal-mock-mvc</developerConnection>
8888
<url>https://github.com/Cosium/hal-mock-mvc</url>
89-
<tag>3.4</tag>
89+
<tag>HEAD</tag>
9090
</scm>
9191

9292
<organization>

spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.cosium.hal_mock_mvc</groupId>
77
<artifactId>hal-mock-mvc-parent</artifactId>
8-
<version>3.4</version>
8+
<version>3.5-SNAPSHOT</version>
99
</parent>
1010

1111
<name>HAL Mock MVC Spring Boot Starter</name>

0 commit comments

Comments
 (0)