Skip to content

Commit

Permalink
prepare project version 1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
gzm55 committed Jun 7, 2024
1 parent 19a607f commit 745768f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>hbox-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>hbox-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>hbox-history-server</artifactId>
Expand Down
4 changes: 2 additions & 2 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.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</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-04T08:11:48Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-06-07T06:53:32Z</project.build.outputTimestamp>

<!-- Supporting Tech Matrix
~ Build-time JDK: 8+, select by developer or ci environment, prefer LTS JDKs
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.7.3-SNAPSHOT
HBOX_VERSION=1.8.0-SNAPSHOT
2 changes: 1 addition & 1 deletion 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.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>hbox-web</artifactId>
Expand Down

0 comments on commit 745768f

Please sign in to comment.