Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 8, 2024
1 parent fbbc8c8 commit 3a85052
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 @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tosan.client.http</groupId>
<artifactId>tosan-httpclient-spring-boot-root</artifactId>
<version>3.1.7-SNAPSHOT</version>
<version>3.1.7</version>
<packaging>pom</packaging>

<parent>
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.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</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.7-SNAPSHOT</version>
<version>3.1.7</version>
</parent>

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

0 comments on commit 3a85052

Please sign in to comment.