Skip to content

Commit 5b1d632

Browse files
committed
release
1 parent a295bd8 commit 5b1d632

File tree

36 files changed

+36
-36
lines changed

36 files changed

+36
-36
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>4.12.0-SNAPSHOT</version>
7+
<version>4.12.0</version>
88
</parent>
99

1010
<artifactId>topper-agent-core</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>4.12.0-SNAPSHOT</version>
9+
<version>4.12.0</version>
1010
</parent>
1111

1212
<artifactId>topper-agent</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>4.12.0-SNAPSHOT</version>
7+
<version>4.12.0</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>4.12.0-SNAPSHOT</version>
7+
<version>4.12.0</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>4.12.0-SNAPSHOT</version>
7+
<version>4.12.0</version>
88
</parent>
99

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

data/core/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-data</artifactId>
9-
<version>4.12.0-SNAPSHOT</version>
9+
<version>4.12.0</version>
1010
</parent>
1111

1212
<artifactId>topper-data-core</artifactId>

data/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>4.12.0-SNAPSHOT</version>
9+
<version>4.12.0</version>
1010
</parent>
1111

1212
<artifactId>topper-data</artifactId>

data/simple/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-data</artifactId>
9-
<version>4.12.0-SNAPSHOT</version>
9+
<version>4.12.0</version>
1010
</parent>
1111

1212
<artifactId>topper-data-simple</artifactId>

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>4.12.0-SNAPSHOT</version>
10+
<version>4.12.0</version>
1111
<modules>
1212
<module>data</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>4.12.0-SNAPSHOT</version>
7+
<version>4.12.0</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)