Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Feb 2, 2025
1 parent d72aad8 commit a948dae
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-agent-snapshot</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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<modules>
<module>core</module>
<module>storage</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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-query-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/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-query</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-query-holder</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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-query</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion query/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-query</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-query-simple</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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-spigot-agent-runnable</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.5.0-SNAPSHOT</version>
<version>3.5.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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-spigot</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spigot/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.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-spigot-storage-simple</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion storage/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-storage</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-storage-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-storage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion storage/simple-config/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-storage</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-storage-simple-config</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion 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-storage</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
</parent>

<artifactId>topper-storage-simple</artifactId>
Expand Down

0 comments on commit a948dae

Please sign in to comment.