Skip to content

Commit 72ada8d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cf5dd55 commit 72ada8d

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

common/pom.xml

+2-2
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.8.0-alpha2</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010

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

core/pom.xml

+2-2
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.8.0-alpha2</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-core</artifactId>
@@ -177,6 +177,6 @@
177177

178178
<url>https://github.com/Qihoo360/hbox</url>
179179
<scm>
180-
<tag>v1.8.0-alpha2</tag>
180+
<tag>HEAD</tag>
181181
</scm>
182182
</project>

history-server/pom.xml

+2-2
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.8.0-alpha2</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-history-server</artifactId>
@@ -261,6 +261,6 @@
261261

262262
<url>https://github.com/Qihoo360/hbox</url>
263263
<scm>
264-
<tag>v1.8.0-alpha2</tag>
264+
<tag>HEAD</tag>
265265
</scm>
266266
</project>

pom.xml

+3-3
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.8.0-alpha2</version>
7+
<version>1.8.0-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>2024-06-11T08:44:10Z</project.build.outputTimestamp>
29+
<project.build.outputTimestamp>2024-06-11T08:44:16Z</project.build.outputTimestamp>
3030

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

403403
<issueManagement>

tests/ver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# shellcheck shell=bash disable=SC2034
2-
HBOX_VERSION=1.8.0-alpha2
2+
HBOX_VERSION=1.8.0-SNAPSHOT

web/pom.xml

+2-2
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.8.0-alpha2</version>
8+
<version>1.8.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hbox-web</artifactId>
@@ -266,6 +266,6 @@
266266
</build>
267267

268268
<scm>
269-
<tag>v1.8.0-alpha2</tag>
269+
<tag>HEAD</tag>
270270
</scm>
271271
</project>

0 commit comments

Comments
 (0)