Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiankun committed Jun 27, 2024
1 parent b9d8a84 commit 8eac9fd
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.qihoo</groupId>
<artifactId>hbox-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>hbox-common</artifactId>
Expand Down Expand Up @@ -39,6 +39,6 @@
</dependency>
</dependencies>
<scm>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.qihoo</groupId>
<artifactId>hbox-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>hbox-core</artifactId>
Expand Down Expand Up @@ -177,6 +177,6 @@

<url>https://github.com/Qihoo360/hbox</url>
<scm>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>
</project>
4 changes: 2 additions & 2 deletions history-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.qihoo</groupId>
<artifactId>hbox-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>hbox-history-server</artifactId>
Expand Down Expand Up @@ -262,6 +262,6 @@

<url>https://github.com/Qihoo360/hbox</url>
<scm>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>
</project>
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.qihoo</groupId>
<artifactId>hbox-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>HBox Parent Pom</name>
Expand All @@ -26,7 +26,7 @@
<properties>
<maven.min-version>3.6.3</maven.min-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-06-24T10:14:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-27T10:23:29Z</project.build.outputTimestamp>

<!-- Supporting Tech Matrix
~ Build-time JDK: 8+, select by developer or ci environment, prefer LTS JDKs
Expand Down Expand Up @@ -397,7 +397,7 @@
<connection>scm:git:https://github.com/Qihoo360/hbox.git</connection>
<developerConnection>scm:git:[email protected]:Qihoo360/hbox.git</developerConnection>
<url>https://github.com/Qihoo360/hbox/tree/master</url>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>

<issueManagement>
Expand Down
2 changes: 1 addition & 1 deletion tests/ver.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# shellcheck shell=bash disable=SC2034
HBOX_VERSION=1.8.0-SNAPSHOT
HBOX_VERSION=1.8.0
4 changes: 2 additions & 2 deletions web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.qihoo</groupId>
<artifactId>hbox-parent</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>hbox-web</artifactId>
Expand Down Expand Up @@ -267,6 +267,6 @@
</build>

<scm>
<tag>HEAD</tag>
<tag>v1.8.0</tag>
</scm>
</project>

0 comments on commit 8eac9fd

Please sign in to comment.