Skip to content

Commit

Permalink
ci(deploy): Support Modrinth's auto deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Feb 3, 2024
1 parent f11e299 commit 608b0de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</properties>
<groupId>com.artformgames</groupId>
<artifactId>residencelist-parent</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>
<modules>
<module>api</module>
Expand Down

0 comments on commit 608b0de

Please sign in to comment.