Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Bukkit</artifactId>
Expand Down Expand Up @@ -93,6 +93,12 @@
</build>

<dependencies>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Core</artifactId>
<version>${tnil.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Bukkit</artifactId>
Expand All @@ -108,7 +114,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-CORE</artifactId>
Expand Down
12 changes: 9 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Example</artifactId>
Expand Down Expand Up @@ -35,6 +35,12 @@
<version>1.17-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Core</artifactId>
<version>${tnil.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Bukkit</artifactId>
Expand All @@ -44,13 +50,13 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Bukkit</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
10 changes: 8 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Folia</artifactId>
Expand Down Expand Up @@ -35,6 +35,12 @@
<version>1.19.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Core</artifactId>
<version>${tnil.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Paper</artifactId>
Expand All @@ -44,7 +50,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Paper</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 8 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Paper</artifactId>
Expand Down Expand Up @@ -35,6 +35,12 @@
<version>1.19-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Core</artifactId>
<version>${tnil.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Paper</artifactId>
Expand All @@ -44,7 +50,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -40,7 +40,7 @@ Bukkit Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Bukkit</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -50,7 +50,7 @@ Folia Dependency:
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-Folia</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
```
Expand Down
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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Sponge-API-7</artifactId>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
11 changes: 8 additions & 3 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
</parent>

<artifactId>TNML-Sponge-API-8</artifactId>
Expand Down Expand Up @@ -37,7 +37,12 @@
<type>jar</type>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Core</artifactId>
<version>${tnil.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNIL-Sponge</artifactId>
Expand All @@ -47,7 +52,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>TNML-CORE</artifactId>
<version>1.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions 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.7.0.0-SNAPSHOT-2</version>
<version>1.7.0.0-SNAPSHOT-3</version>
<packaging>pom</packaging>
<name>The New Menu Library</name>

Expand All @@ -26,7 +26,7 @@
<maven.source.version>3.2.0</maven.source.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<tnil.version>0.1.2.0-SNAPSHOT-6</tnil.version>
<tnil.version>0.1.2.0-SNAPSHOT-7</tnil.version>
<depend.adventure>4.19.0</depend.adventure>
</properties>

Expand Down