From 0cd1df3a87b5fbe9a4d358d4af9a4f4533df0e7e Mon Sep 17 00:00:00 2001 From: "Daniel V." <daniel.viddy@gmail.com> Date: Fri, 24 Jan 2025 14:48:23 -0500 Subject: [PATCH] Update version strings in plugin files. --- Bukkit/pom.xml | 2 +- Bukkit/resources/plugin.yml | 2 +- BukkitEarly/pom.xml | 4 ++-- BukkitEarly/resources/plugin.yml | 2 +- Bungee/pom.xml | 2 +- Bungee/resources/plugin.yml | 2 +- Core/pom.xml | 2 +- Currency Templates/pom.xml | 2 +- Folia/{resources => }/paper-plugin.yml | 2 +- Folia/pom.xml | 8 ++++---- Folia/resources/plugin.yml | 2 +- PaperCore/pom.xml | 6 +++--- Sponge8/pom.xml | 2 +- Sponge8/resources/META-INF/sponge_plugins.json | 2 +- TestCore/pom.xml | 2 +- Velocity/pom.xml | 4 ++-- Velocity/src/net/tnemc/velocity/VelocityCore.java | 2 +- pom.xml | 2 +- 18 files changed, 25 insertions(+), 25 deletions(-) rename Folia/{resources => }/paper-plugin.yml (97%) diff --git a/Bukkit/pom.xml b/Bukkit/pom.xml index 7ecc1386..41004f61 100644 --- a/Bukkit/pom.xml +++ b/Bukkit/pom.xml @@ -268,7 +268,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> </project> diff --git a/Bukkit/resources/plugin.yml b/Bukkit/resources/plugin.yml index baeb7a07..70577c53 100644 --- a/Bukkit/resources/plugin.yml +++ b/Bukkit/resources/plugin.yml @@ -1,6 +1,6 @@ #General Data name: TheNewEconomy -version: 0.1.3.4 +version: 0.1.3.5 description: The original feature-packed economy plugin for Minecraft. author: creatorfromhell api-version: 1.13 diff --git a/BukkitEarly/pom.xml b/BukkitEarly/pom.xml index 0e3c2515..e6da6f9b 100644 --- a/BukkitEarly/pom.xml +++ b/BukkitEarly/pom.xml @@ -159,7 +159,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>BukkitCore</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> </dependency> </dependencies> @@ -167,7 +167,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> </project> diff --git a/BukkitEarly/resources/plugin.yml b/BukkitEarly/resources/plugin.yml index d8957968..f04e80c6 100644 --- a/BukkitEarly/resources/plugin.yml +++ b/BukkitEarly/resources/plugin.yml @@ -1,6 +1,6 @@ #General Data name: TheNewEconomy -version: 0.1.3.4 +version: 0.1.3.5 description: The original feature-packed economy plugin for Minecraft. author: creatorfromhell api-version: 1.13 diff --git a/Bungee/pom.xml b/Bungee/pom.xml index e4fb96f9..3a3c56be 100644 --- a/Bungee/pom.xml +++ b/Bungee/pom.xml @@ -105,6 +105,6 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> </parent> </project> \ No newline at end of file diff --git a/Bungee/resources/plugin.yml b/Bungee/resources/plugin.yml index 7abd3bf0..e450f534 100644 --- a/Bungee/resources/plugin.yml +++ b/Bungee/resources/plugin.yml @@ -1,4 +1,4 @@ name: TNEBungeeCore main: net.tnemc.bungee.BungeeCore -version: 0.1.3.4 +version: 0.1.3.5 author: creatorfromhell \ No newline at end of file diff --git a/Core/pom.xml b/Core/pom.xml index 85351a16..ce4b3fa7 100644 --- a/Core/pom.xml +++ b/Core/pom.xml @@ -59,7 +59,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/Currency Templates/pom.xml b/Currency Templates/pom.xml index 20eaa187..548402fc 100644 --- a/Currency Templates/pom.xml +++ b/Currency Templates/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> </parent> <artifactId>TNETemplates</artifactId> diff --git a/Folia/resources/paper-plugin.yml b/Folia/paper-plugin.yml similarity index 97% rename from Folia/resources/paper-plugin.yml rename to Folia/paper-plugin.yml index fade344c..0201235a 100644 --- a/Folia/resources/paper-plugin.yml +++ b/Folia/paper-plugin.yml @@ -1,5 +1,5 @@ name: TheNewEconomy -version: 0.1.3.4 +version: 0.1.3.5 description: The original feature-packed economy plugin for Minecraft. author: creatorfromhell main: net.tnemc.folia.TNE diff --git a/Folia/pom.xml b/Folia/pom.xml index 5c885bb0..e3d2f4b3 100644 --- a/Folia/pom.xml +++ b/Folia/pom.xml @@ -188,7 +188,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>EconomyCore</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> <exclusions> <exclusion> @@ -200,7 +200,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>Paper</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> <exclusions> <exclusion> @@ -224,7 +224,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>Paper</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> </dependency> </dependencies> @@ -232,7 +232,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> </project> diff --git a/Folia/resources/plugin.yml b/Folia/resources/plugin.yml index 11cdd650..34edeedc 100644 --- a/Folia/resources/plugin.yml +++ b/Folia/resources/plugin.yml @@ -1,6 +1,6 @@ #General Data name: TheNewEconomy -version: 0.1.3.4 +version: 0.1.3.5 description: The original feature-packed economy plugin for Minecraft. author: creatorfromhell api-version: 1.13 diff --git a/PaperCore/pom.xml b/PaperCore/pom.xml index 0b6c682d..b2a70ae5 100644 --- a/PaperCore/pom.xml +++ b/PaperCore/pom.xml @@ -154,7 +154,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>EconomyCore</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> <exclusions> <exclusion> @@ -182,7 +182,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>BukkitCore</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> <exclusions> <exclusion> @@ -226,7 +226,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> </project> diff --git a/Sponge8/pom.xml b/Sponge8/pom.xml index 691f453b..7519816f 100644 --- a/Sponge8/pom.xml +++ b/Sponge8/pom.xml @@ -217,7 +217,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <relativePath>../pom.xml</relativePath> </parent> </project> \ No newline at end of file diff --git a/Sponge8/resources/META-INF/sponge_plugins.json b/Sponge8/resources/META-INF/sponge_plugins.json index a4a5be0a..782fa094 100644 --- a/Sponge8/resources/META-INF/sponge_plugins.json +++ b/Sponge8/resources/META-INF/sponge_plugins.json @@ -5,7 +5,7 @@ }, "license": "AGPL", "global": { - "version": "0.1.3.4", + "version": "0.1.3.5", "links": { "homepage": "https://tnemc.net", "source": "https://github.com/TheNewEconomy/EconomyCore", diff --git a/TestCore/pom.xml b/TestCore/pom.xml index 2feb1b1d..d6990699 100644 --- a/TestCore/pom.xml +++ b/TestCore/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> </parent> <artifactId>TestCore</artifactId> diff --git a/Velocity/pom.xml b/Velocity/pom.xml index 1cbbe2be..10333195 100644 --- a/Velocity/pom.xml +++ b/Velocity/pom.xml @@ -100,7 +100,7 @@ <dependency> <groupId>net.tnemc</groupId> <artifactId>BungeeCore</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <scope>compile</scope> </dependency> </dependencies> @@ -108,6 +108,6 @@ <parent> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> </parent> </project> \ No newline at end of file diff --git a/Velocity/src/net/tnemc/velocity/VelocityCore.java b/Velocity/src/net/tnemc/velocity/VelocityCore.java index 7af8e70b..293b3a02 100644 --- a/Velocity/src/net/tnemc/velocity/VelocityCore.java +++ b/Velocity/src/net/tnemc/velocity/VelocityCore.java @@ -40,7 +40,7 @@ * @author creatorfromhell * @since 0.1.2.0 */ -@Plugin(id = "tne_velocity", name = "The New Economy Velocity", version = "0.1.3.4", +@Plugin(id = "tne_velocity", name = "The New Economy Velocity", version = "0.1.3.5", url = "https://tnemc.net", description = "A bridge for TheNewEconomy plugin.", authors = { "creatorfromhell" }) public class VelocityCore { diff --git a/pom.xml b/pom.xml index 31faf7a2..f9fbf3f7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>net.tnemc</groupId> <artifactId>TNE</artifactId> - <version>0.1.3.5-Pre-2</version> + <version>0.1.3.5-Release-1</version> <packaging>pom</packaging> <name>The New Economy</name>