Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 18, 2023
1 parent e7d776e commit c276b6a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.tosan.client.http</groupId>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.5</version>
<packaging>pom</packaging>

<name>tosan-httpclient-spring-boot-starter</name>
Expand Down Expand Up @@ -41,7 +41,7 @@
<developerConnection>scm:git:https://github.com/Tosan/tosan-httpclient-spring-boot-starter.git
</developerConnection>
<url>https://github.com/Tosan/tosan-httpclient-spring-boot-starter</url>
<tag>HEAD</tag>
<tag>v2.1.5</tag>
</scm>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tosan-httpclient-spring-boot-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<groupId>com.tosan.client.http</groupId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.5</version>
</parent>

<artifactId>tosan-httpclient-spring-boot-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tosan-httpclient-spring-boot-resttemplate-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<groupId>com.tosan.client.http</groupId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.5</version>
</parent>

<artifactId>tosan-httpclient-spring-boot-resttemplate-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tosan-httpclient-spring-boot-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<groupId>com.tosan.client.http</groupId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.5</version>
</parent>

<artifactId>tosan-httpclient-spring-boot-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tosan-httpclient-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tosan.client.http</groupId>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.5</version>
</parent>

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

0 comments on commit c276b6a

Please sign in to comment.