File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >net.qihoo</groupId >
22
22
<artifactId >hbox-parent</artifactId >
23
- <version >1.9.3 </version >
23
+ <version >1.9.4-SNAPSHOT </version >
24
24
</parent >
25
25
26
26
<artifactId >hbox-common</artifactId >
@@ -54,6 +54,6 @@ limitations under the License.
54
54
</dependency >
55
55
</dependencies >
56
56
<scm >
57
- <tag >v1.9.3 </tag >
57
+ <tag >HEAD </tag >
58
58
</scm >
59
59
</project >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >net.qihoo</groupId >
22
22
<artifactId >hbox-parent</artifactId >
23
- <version >1.9.3 </version >
23
+ <version >1.9.4-SNAPSHOT </version >
24
24
</parent >
25
25
26
26
<artifactId >hbox-core</artifactId >
@@ -235,6 +235,6 @@ limitations under the License.
235
235
236
236
<url >https://github.com/Qihoo360/hbox</url >
237
237
<scm >
238
- <tag >v1.9.3 </tag >
238
+ <tag >HEAD </tag >
239
239
</scm >
240
240
</project >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >net.qihoo</groupId >
22
22
<artifactId >hbox-parent</artifactId >
23
- <version >1.9.3 </version >
23
+ <version >1.9.4-SNAPSHOT </version >
24
24
</parent >
25
25
26
26
<artifactId >hbox-history-server</artifactId >
@@ -277,6 +277,6 @@ limitations under the License.
277
277
278
278
<url >https://github.com/Qihoo360/hbox</url >
279
279
<scm >
280
- <tag >v1.9.3 </tag >
280
+ <tag >HEAD </tag >
281
281
</scm >
282
282
</project >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ limitations under the License.
19
19
20
20
<groupId >net.qihoo</groupId >
21
21
<artifactId >hbox-parent</artifactId >
22
- <version >1.9.3 </version >
22
+ <version >1.9.4-SNAPSHOT </version >
23
23
<packaging >pom</packaging >
24
24
25
25
<name >HBox Parent Pom</name >
@@ -41,7 +41,7 @@ limitations under the License.
41
41
<properties >
42
42
<maven .min-version>3.6.3</maven .min-version>
43
43
<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>
45
45
46
46
<!-- Supporting Tech Matrix
47
47
~ Build-time JDK: 8+, select by developer or ci environment, prefer LTS JDKs
@@ -505,7 +505,7 @@ limitations under the License.
505
505
<connection >scm:git:https://github.com/Qihoo360/hbox.git</connection >
506
506
<
developerConnection >scm:git:
[email protected] :Qihoo360/hbox.git</
developerConnection >
507
507
<url >https://github.com/Qihoo360/hbox/tree/master</url >
508
- <tag >v1.9.3 </tag >
508
+ <tag >HEAD </tag >
509
509
</scm >
510
510
511
511
<issueManagement >
Original file line number Diff line number Diff line change 1
1
# shellcheck shell=bash disable=SC2034
2
- HBOX_VERSION=1.9.3
2
+ HBOX_VERSION=1.9.4-SNAPSHOT
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
<parent >
21
21
<groupId >net.qihoo</groupId >
22
22
<artifactId >hbox-parent</artifactId >
23
- <version >1.9.3 </version >
23
+ <version >1.9.4-SNAPSHOT </version >
24
24
</parent >
25
25
26
26
<artifactId >hbox-web</artifactId >
@@ -282,6 +282,6 @@ limitations under the License.
282
282
</build >
283
283
284
284
<scm >
285
- <tag >v1.9.3 </tag >
285
+ <tag >HEAD </tag >
286
286
</scm >
287
287
</project >
You can’t perform that action at this time.
0 commit comments