Skip to content

Commit fcb1f62

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 18d59fc commit fcb1f62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>com.tosan.server.http</groupId>
1212
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
1313
<packaging>pom</packaging>
14-
<version>2.2.2</version>
14+
<version>2.2.3-SNAPSHOT</version>
1515

1616
<name>tosan-httpserver-spring-boot-starter</name>
1717
<description>
@@ -46,7 +46,7 @@
4646
<connection>scm:git:https://github.com/Tosan/tosan-httpserver-spring-boot-starter.git</connection>
4747
<developerConnection>scm:git:https://github.com/Tosan/tosan-httpserver-spring-boot-starter.git</developerConnection>
4848
<url>https://github.com/Tosan/tosan-httpserver-spring-boot-starter</url>
49-
<tag>v2.2.2</tag>
49+
<tag>HEAD</tag>
5050
</scm>
5151

5252
<properties>

tosan-httpserver-spring-boot-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
66
<groupId>com.tosan.server.http</groupId>
7-
<version>2.2.2</version>
7+
<version>2.2.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>tosan-httpserver-spring-boot-sample</artifactId>

tosan-httpserver-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.tosan.server.http</groupId>
66
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
7-
<version>2.2.2</version>
7+
<version>2.2.3-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>tosan-httpserver-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)