Skip to content

Commit

Permalink
fix: Actual version bump
Browse files Browse the repository at this point in the history
I guess I should not commit before building.
  • Loading branch information
ArikSquad committed Apr 25, 2024
1 parent f2c1e29 commit aec45c8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>eu.mikart</groupId>
<artifactId>AnimVanish</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<groupId>eu.mikart.animvanish</groupId>
<artifactId>animvanish-common</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>eu.mikart</groupId>
<artifactId>AnimVanish</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<groupId>eu.mikart.animvanish</groupId>
<artifactId>animvanish-paper</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>eu.mikart.animvanish</groupId>
<artifactId>animvanish-spigot</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>
</project>
6 changes: 3 additions & 3 deletions spigot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>eu.mikart</groupId>
<artifactId>AnimVanish</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>

<groupId>eu.mikart.animvanish</groupId>
<artifactId>animvanish-spigot</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>17</maven.compiler.source>
Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>eu.mikart.animvanish</groupId>
<artifactId>animvanish-common</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>

<!-- PremiumVanish -->
Expand Down

0 comments on commit aec45c8

Please sign in to comment.