Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LCDZhao-Z committed Feb 16, 2022
1 parent d342ddc commit 486a2e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 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.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>httpclient-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</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.0-SNAPSHOT</version>
<version>1.0.0</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.0</tag>
</scm>

<developers>
Expand Down
9 changes: 4 additions & 5 deletions restclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.esastack</groupId>
<artifactId>restclient-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

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

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

<dependencies>
Expand Down

0 comments on commit 486a2e7

Please sign in to comment.