Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Nov 9, 2024
1 parent cbfec55 commit 7cc821f
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion agent/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/holder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-holder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/runnable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-runnable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-snapshot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/storage-number/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-storage-number</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/storage-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-storage-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-storage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-agent</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-agent-update</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>topper</artifactId>
<groupId>me.hsgamer</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<packaging>pom</packaging>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<modules>
<module>core</module>
<module>agent</module>
Expand Down
2 changes: 1 addition & 1 deletion query/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-query</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-query-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-query</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-query-snapshot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot/agent-runnable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-spigot</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-spigot-agent-runnable</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot/agent-storage-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-spigot</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-spigot-agent-storage-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot/plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper-spigot</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>me.hsgamer</groupId>
<artifactId>topper</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>topper-spigot</artifactId>
Expand Down

0 comments on commit 7cc821f

Please sign in to comment.