Skip to content

Commit 0ba0544

Browse files
author
hedongfang
committed
[maven-release-plugin] prepare for next development iteration
1 parent b946fe5 commit 0ba0544

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

common/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>net.qihoo</groupId>
2222
<artifactId>hbox-parent</artifactId>
23-
<version>1.9.3</version>
23+
<version>1.9.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>hbox-common</artifactId>
@@ -54,6 +54,6 @@ limitations under the License.
5454
</dependency>
5555
</dependencies>
5656
<scm>
57-
<tag>v1.9.3</tag>
57+
<tag>HEAD</tag>
5858
</scm>
5959
</project>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>net.qihoo</groupId>
2222
<artifactId>hbox-parent</artifactId>
23-
<version>1.9.3</version>
23+
<version>1.9.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>hbox-core</artifactId>
@@ -235,6 +235,6 @@ limitations under the License.
235235

236236
<url>https://github.com/Qihoo360/hbox</url>
237237
<scm>
238-
<tag>v1.9.3</tag>
238+
<tag>HEAD</tag>
239239
</scm>
240240
</project>

history-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>net.qihoo</groupId>
2222
<artifactId>hbox-parent</artifactId>
23-
<version>1.9.3</version>
23+
<version>1.9.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>hbox-history-server</artifactId>
@@ -277,6 +277,6 @@ limitations under the License.
277277

278278
<url>https://github.com/Qihoo360/hbox</url>
279279
<scm>
280-
<tag>v1.9.3</tag>
280+
<tag>HEAD</tag>
281281
</scm>
282282
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
<groupId>net.qihoo</groupId>
2121
<artifactId>hbox-parent</artifactId>
22-
<version>1.9.3</version>
22+
<version>1.9.4-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>HBox Parent Pom</name>
@@ -41,7 +41,7 @@ limitations under the License.
4141
<properties>
4242
<maven.min-version>3.6.3</maven.min-version>
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
44-
<project.build.outputTimestamp>2025-06-26T02:41:20Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-06-26T02:41:42Z</project.build.outputTimestamp>
4545

4646
<!-- Supporting Tech Matrix
4747
~ Build-time JDK: 8+, select by developer or ci environment, prefer LTS JDKs
@@ -505,7 +505,7 @@ limitations under the License.
505505
<connection>scm:git:https://github.com/Qihoo360/hbox.git</connection>
506506
<developerConnection>scm:git:[email protected]:Qihoo360/hbox.git</developerConnection>
507507
<url>https://github.com/Qihoo360/hbox/tree/master</url>
508-
<tag>v1.9.3</tag>
508+
<tag>HEAD</tag>
509509
</scm>
510510

511511
<issueManagement>

tests/ver.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# shellcheck shell=bash disable=SC2034
2-
HBOX_VERSION=1.9.3
2+
HBOX_VERSION=1.9.4-SNAPSHOT

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>net.qihoo</groupId>
2222
<artifactId>hbox-parent</artifactId>
23-
<version>1.9.3</version>
23+
<version>1.9.4-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>hbox-web</artifactId>
@@ -282,6 +282,6 @@ limitations under the License.
282282
</build>
283283

284284
<scm>
285-
<tag>v1.9.3</tag>
285+
<tag>HEAD</tag>
286286
</scm>
287287
</project>

0 commit comments

Comments
 (0)