Skip to content

Commit 373ef27

Browse files
author
hedongfang
committed
[maven-release-plugin] prepare for next development iteration
1 parent aae1e57 commit 373ef27

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.qihoo</groupId>
77
<artifactId>hbox-parent</artifactId>
8-
<version>1.9.2</version>
8+
<version>1.9.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-common</artifactId>
@@ -39,6 +39,6 @@
3939
</dependency>
4040
</dependencies>
4141
<scm>
42-
<tag>v1.9.2</tag>
42+
<tag>HEAD</tag>
4343
</scm>
4444
</project>

core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.qihoo</groupId>
77
<artifactId>hbox-parent</artifactId>
8-
<version>1.9.2</version>
8+
<version>1.9.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-core</artifactId>
@@ -210,6 +210,6 @@
210210

211211
<url>https://github.com/Qihoo360/hbox</url>
212212
<scm>
213-
<tag>v1.9.2</tag>
213+
<tag>HEAD</tag>
214214
</scm>
215215
</project>

history-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.qihoo</groupId>
77
<artifactId>hbox-parent</artifactId>
8-
<version>1.9.2</version>
8+
<version>1.9.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-history-server</artifactId>
@@ -262,6 +262,6 @@
262262

263263
<url>https://github.com/Qihoo360/hbox</url>
264264
<scm>
265-
<tag>v1.9.2</tag>
265+
<tag>HEAD</tag>
266266
</scm>
267267
</project>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.qihoo</groupId>
66
<artifactId>hbox-parent</artifactId>
7-
<version>1.9.2</version>
7+
<version>1.9.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>HBox Parent Pom</name>
@@ -26,7 +26,7 @@
2626
<properties>
2727
<maven.min-version>3.6.3</maven.min-version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
29-
<project.build.outputTimestamp>2025-05-23T03:16:38Z</project.build.outputTimestamp>
29+
<project.build.outputTimestamp>2025-05-23T03:16:56Z</project.build.outputTimestamp>
3030

3131
<!-- Supporting Tech Matrix
3232
~ Build-time JDK: 8+, select by developer or ci environment, prefer LTS JDKs
@@ -443,7 +443,7 @@
443443
<connection>scm:git:https://github.com/Qihoo360/hbox.git</connection>
444444
<developerConnection>scm:git:[email protected]:Qihoo360/hbox.git</developerConnection>
445445
<url>https://github.com/Qihoo360/hbox/tree/master</url>
446-
<tag>v1.9.2</tag>
446+
<tag>HEAD</tag>
447447
</scm>
448448

449449
<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.2
2+
HBOX_VERSION=1.9.3-SNAPSHOT

web/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>net.qihoo</groupId>
77
<artifactId>hbox-parent</artifactId>
8-
<version>1.9.2</version>
8+
<version>1.9.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-web</artifactId>
@@ -267,6 +267,6 @@
267267
</build>
268268

269269
<scm>
270-
<tag>v1.9.2</tag>
270+
<tag>HEAD</tag>
271271
</scm>
272272
</project>

0 commit comments

Comments
 (0)