Skip to content

Commit 6bef2ca

Browse files
committed
release
1 parent c47aae3 commit 6bef2ca

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

agent/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-core</artifactId>

agent/holder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-holder</artifactId>

agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>me.hsgamer</groupId>
88
<artifactId>topper</artifactId>
9-
<version>3.10.1-SNAPSHOT</version>
9+
<version>3.10.1</version>
1010
</parent>
1111

1212
<artifactId>topper-agent</artifactId>

agent/runnable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-runnable</artifactId>

agent/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-snapshot</artifactId>

agent/storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-storage</artifactId>

agent/update/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-agent</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-agent-update</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>topper</artifactId>
55
<groupId>me.hsgamer</groupId>
6-
<version>3.10.1-SNAPSHOT</version>
6+
<version>3.10.1</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>me.hsgamer</groupId>
88
<artifactId>topper</artifactId>
99
<packaging>pom</packaging>
10-
<version>3.10.1-SNAPSHOT</version>
10+
<version>3.10.1</version>
1111
<modules>
1212
<module>core</module>
1313
<module>storage</module>

query/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>me.hsgamer</groupId>
66
<artifactId>topper-query</artifactId>
7-
<version>3.10.1-SNAPSHOT</version>
7+
<version>3.10.1</version>
88
</parent>
99

1010
<artifactId>topper-query-core</artifactId>

0 commit comments

Comments
 (0)