Skip to content

Commit

Permalink
Version number fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toonystank committed Jun 14, 2022
1 parent c68b286 commit ea70ca4
Showing 1 changed file with 20 additions and 7 deletions.
27 changes: 20 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.taggernation</groupId>
<artifactId>TaggerNationLib</artifactId>
<version>0.</version>
<version>0.1</version>
<packaging>jar</packaging>

<name>TaggerNationLib</name>
Expand Down Expand Up @@ -74,6 +74,10 @@
<pattern>dev.dejvokep.boostedyaml</pattern>
<shadedPattern>com.taggernation.libs.boostedyaml</shadedPattern>
</relocation>
<relocation>
<pattern>net.byteflux.libby</pattern>
<shadedPattern>com.taggernation.libs.net.byteflux.libby</shadedPattern>
</relocation>
</relocations>
</configuration>
<executions>
Expand All @@ -98,6 +102,10 @@
</build>

<repositories>
<repository>
<id>AlessioDP</id>
<url>https://repo.alessiodp.com/releases/</url>
</repository>
<repository>
<id>spigotmc-repo</id>
<url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
Expand Down Expand Up @@ -136,6 +144,11 @@
<version>2.11.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.byteflux</groupId>
<artifactId>libby-bukkit</artifactId> <!-- Replace bukkit if you're using another platform -->
<version>1.1.5</version>
</dependency>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
Expand All @@ -162,27 +175,27 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-gson</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-legacy</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-serializer-plain</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-text-minimessage</artifactId>
<version>4.10.1</version>
<version>4.11.0</version>
</dependency>
<dependency>
<groupId>net.kyori</groupId>
Expand Down Expand Up @@ -216,7 +229,7 @@
<dependency>
<groupId>dev.dejvokep</groupId>
<artifactId>boosted-yaml</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
<dependency>
<groupId>io.github.alenalex.adventurelib.spigot</groupId>
Expand Down

0 comments on commit ea70ca4

Please sign in to comment.