Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LCDZhao-Z committed Mar 8, 2022
1 parent 9389a1c commit ad2d2bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions httpclient-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restclient-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>httpclient-core</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>HttpClient :: Core</name>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>io.esastack</groupId>
<artifactId>restclient-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>

<name>RestClient-Parent</name>
<description>
Expand All @@ -39,7 +39,7 @@
<url>https://github.com/esastack/esa-httpclient</url>
<connection>scm:git:git://github.com/esastack/esa-httpclient.git</connection>
<developerConnection>scm:git:ssh://[email protected]/esastack/esa-httpclient.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.1</tag>
</scm>

<developers>
Expand Down
6 changes: 3 additions & 3 deletions restclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
<parent>
<groupId>io.esastack</groupId>
<artifactId>restclient-parent</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>

<artifactId>restclient</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<name>RestClient</name>

<properties>
<httpclient.version>1.0.1-SNAPSHOT</httpclient.version>
<httpclient.version>1.0.1</httpclient.version>
</properties>

<dependencies>
Expand Down

0 comments on commit ad2d2bf

Please sign in to comment.