Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Feb 18, 2024
1 parent b8bcfab commit 4725984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<groupId>com.tosan.server.http</groupId>
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
<packaging>pom</packaging>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>

<name>tosan-httpserver-spring-boot-starter</name>
<description>This project provides an Spring-Boot Starter that facilitate common requirements of a rest server like
Expand Down Expand Up @@ -46,7 +46,7 @@
<connection>scm:git:https://github.com/Tosan/tosan-httpserver-spring-boot-starter.git</connection>
<developerConnection>scm:git:https://github.com/Tosan/tosan-httpserver-spring-boot-starter.git</developerConnection>
<url>https://github.com/Tosan/tosan-httpserver-spring-boot-starter</url>
<tag>v1.2.0</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tosan-httpserver-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
<groupId>com.tosan.server.http</groupId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion tosan-httpserver-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.tosan.server.http</groupId>
<artifactId>tosan-httpserver-spring-boot-root</artifactId>
<version>1.2.0</version>
<version>1.2.1-SNAPSHOT</version>
</parent>

<artifactId>tosan-httpserver-spring-boot-starter</artifactId>
Expand Down

0 comments on commit 4725984

Please sign in to comment.