Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Aug 27, 2024
1 parent ff1977d commit fa56229
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Bukkit</artifactId>
Expand Down Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-CORE</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions Examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Example</artifactId>
Expand Down Expand Up @@ -51,13 +51,13 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Bukkit</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Folia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Folia</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Paper</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Paper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Paper</artifactId>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Core Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -40,7 +40,7 @@ Bukkit Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Bukkit</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -50,7 +50,7 @@ Folia Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Folia</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -63,7 +63,7 @@ Sponge API Version 7 Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Sponge-API-7</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -74,7 +74,7 @@ Sponge API Version 8+ Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Sponge-API-8</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
```
4 changes: 2 additions & 2 deletions Sponge7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Sponge-API-7</artifactId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions Sponge8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
</parent>

<artifactId>TNML-Sponge-API-8</artifactId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.tnemc</groupId>
<artifactId>TNML</artifactId>
<version>1.5.0.1-SNAPSHOT-20</version>
<version>1.6.0.0-SNAPSHOT-1</version>
<packaging>pom</packaging>
<name>The New Menu Library</name>

Expand Down

0 comments on commit fa56229

Please sign in to comment.