Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 13, 2023
1 parent 075a820 commit b120bcb
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 @@ -10,7 +10,7 @@

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

<name>tosan-httpclient-spring-boot-starter</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<connection>scm:git:https://github.com/Tosan/tosan-httpclient-spring-boot-starter.git</connection>
<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>v3.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>3.1.5-SNAPSHOT</version>
<version>3.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>3.1.5-SNAPSHOT</version>
<version>3.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>3.1.5-SNAPSHOT</version>
<version>3.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>3.1.5-SNAPSHOT</version>
<version>3.1.5</version>
</parent>

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

0 comments on commit b120bcb

Please sign in to comment.