Skip to content

Commit

Permalink
Update PluginCore, Change version for work towards next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Oct 11, 2024
1 parent f896718 commit a388aff
Show file tree
Hide file tree
Showing 23 changed files with 52 additions and 29 deletions.
1 change: 1 addition & 0 deletions .changelog/0.1.3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Internals

## Fixes
- Fixed issue with SQL Drivers not initializing correctly.

## Notes

Expand Down
22 changes: 22 additions & 0 deletions .changelog/0.1.3.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 0.1.3.4

## Major Changes

## Minor Changes

## Internals

## Fixes

## Notes

## TODO

## In-Progress

- Initial Setup Process
- Skull support for note/currency

## Not Wishlist, but nice if included

## Features that are still on the TODO list
2 changes: 1 addition & 1 deletion Bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2
version: 0.1.3.4
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 @@ -156,15 +156,15 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>BukkitCore</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
</dependency>
</dependencies>

<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2
version: 0.1.3.4
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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2
version: 0.1.3.4
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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion Core/src/net/tnemc/core/TNECore.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public abstract class TNECore extends PluginEngine {
*/
public static final String coreURL = "https://tnemc.net/files/module-version.xml";

public static final String version = "0.1.3.2";
public static final String version = "0.1.3.4";
public static final String build = "RELEASE-1";

/* Key Managers and Object instances utilized with TNE */
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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
</parent>

<artifactId>TNETemplates</artifactId>
Expand Down
8 changes: 4 additions & 4 deletions Folia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>EconomyCore</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -197,7 +197,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>Paper</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand All @@ -221,15 +221,15 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>Paper</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
</dependency>
</dependencies>

<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion Folia/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TheNewEconomy
version: 0.1.3.2
version: 0.1.3.4
description: The original feature-packed economy plugin for Minecraft.
author: creatorfromhell
main: net.tnemc.folia.TNE
Expand Down
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.2
version: 0.1.3.4
description: The original feature-packed economy plugin for Minecraft.
author: creatorfromhell
api-version: 1.13
Expand Down
2 changes: 1 addition & 1 deletion Folia/src/net/tnemc/folia/FoliaCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* FoliaCore
*
* @author creatorfromhell
* @since 0.1.3.2
* @since 0.1.3.4
*/
public class FoliaCore extends PaperCore {

Expand Down
6 changes: 3 additions & 3 deletions PaperCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>EconomyCore</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>net.tnemc</groupId>
<artifactId>BukkitCore</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -223,7 +223,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
</project>
2 changes: 1 addition & 1 deletion PaperCore/resources/paper-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: TheNewEconomy
version: 0.1.3.2
version: 0.1.3.4
description: The original feature-packed economy plugin for Minecraft.
author: creatorfromhell
main: net.tnemc.paper.TNE
Expand Down
2 changes: 1 addition & 1 deletion Sponge8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2",
"version": "0.1.3.4",
"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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<scope>compile</scope>
</dependency>
</dependencies>

<parent>
<groupId>net.tnemc</groupId>
<artifactId>TNE</artifactId>
<version>0.1.3.2-RELEASE-1</version>
<version>0.1.3.4-Pre-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.2",
@Plugin(id = "tne_velocity", name = "The New Economy Velocity", version = "0.1.3.4",
url = "https://tnemc.net", description = "A bridge for TheNewEconomy plugin.", authors = { "creatorfromhell" })
public class VelocityCore {

Expand Down
4 changes: 2 additions & 2 deletions 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.2-RELEASE-1</version>
<version>0.1.3.4-Pre-1</version>
<packaging>pom</packaging>
<name>The New Economy</name>

Expand All @@ -24,7 +24,7 @@
<properties>
<papi.version>2.11.6</papi.version>
<tnml.version>1.5.0.1-SNAPSHOT-19</tnml.version>
<tnpc.version>1.0.0.2-Pre-15</tnpc.version>
<tnpc.version>1.0.0.2-Pre-16</tnpc.version>
<tne.relocation>net.tnemc.libs</tne.relocation>
<tne.java>17</tne.java>
<maven.compiler.target>17</maven.compiler.target>
Expand Down

0 comments on commit a388aff

Please sign in to comment.