Skip to content

Commit

Permalink
Update version strings in plugin files.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jan 24, 2025
1 parent cf6803c commit 0cd1df3
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion Bukkit/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions BukkitEarly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,15 @@
<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>

<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>
2 changes: 1 addition & 1 deletion BukkitEarly/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Bungee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion Bungee/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: TNEBungeeCore
main: net.tnemc.bungee.BungeeCore
version: 0.1.3.4
version: 0.1.3.5
author: creatorfromhell
2 changes: 1 addition & 1 deletion Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion Currency Templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions Folia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -224,15 +224,15 @@
<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>

<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>
2 changes: 1 addition & 1 deletion Folia/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions PaperCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
2 changes: 1 addition & 1 deletion Sponge8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
2 changes: 1 addition & 1 deletion Sponge8/resources/META-INF/sponge_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion TestCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions Velocity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
<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>

<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>
2 changes: 1 addition & 1 deletion Velocity/src/net/tnemc/velocity/VelocityCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

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 @@
<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>

Expand Down

0 comments on commit 0cd1df3

Please sign in to comment.