Skip to content

Commit

Permalink
version changes
Browse files Browse the repository at this point in the history
  • Loading branch information
crashdemons committed Sep 7, 2024
1 parent 317c21f commit b1f141c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion PlayerHeads-base-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.21-R0.1-SNAPSHOT</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion PlayerHeads-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.shininet.bukkit</groupId>
<artifactId>PlayerHeads</artifactId>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
</parent>
<artifactId>PlayerHeads-compatibility</artifactId>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions PlayerHeads-crossversion-plugin/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>PlayerHeads</artifactId>
<groupId>org.shininet.bukkit</groupId>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>PlayerHeads-crossversion-plugin</artifactId>
Expand Down Expand Up @@ -182,7 +182,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
8 changes: 4 additions & 4 deletions PlayerHeads-crossversion-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>PlayerHeads</artifactId>
<groupId>org.shininet.bukkit</groupId>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
</parent>

<organization>
Expand Down Expand Up @@ -46,7 +46,7 @@
<!-- This shouldn't be a dep which is packaging: pom -->
<groupId>${project.groupId}</groupId>
<artifactId>PlayerHeads-core</artifactId>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>org.bukkit</groupId>
Expand All @@ -58,7 +58,7 @@
<!-- This shouldn't be a dep which is packaging: pom -->
<groupId>${project.groupId}</groupId>
<artifactId>PlayerHeads-compatibility-lib</artifactId>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version>
<version>1.21.1-R0.1-SNAPSHOT</version>
<scope>test</scope>
<!-- per md_5: spigot will no longer distribute Bukkit as of 1.16.1, only spigot-api -->
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.shininet.bukkit</groupId>
<artifactId>PlayerHeads</artifactId>
<packaging>pom</packaging>
<version>5.21.0-SNAPSHOT</version>
<version>5.21.1-SNAPSHOT</version>
<name>PlayerHeads-5.2</name>

<!-- sub modules -->
Expand Down

0 comments on commit b1f141c

Please sign in to comment.