Initial implementation of Transactions

This commit is contained in:
Heliosares
2023-12-09 10:01:26 -05:00
parent 718fca6a79
commit 519b50917c
37 changed files with 969 additions and 869 deletions

19
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>AuxProtect</groupId>
<artifactId>AuxProtect</artifactId>
<version>1.2.11.1</version>
<version>1.3-pre1</version>
<name>AuxProtect</name>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
@@ -34,21 +34,6 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<id>replace-version</id>
<phase>prepare-package</phase>
<configuration>
<target>
<replace token="%VERSION%" value="${project.version}" dir="target/classes/">
<include name="**plugin.yml"/>
<include name="**bungee.yml"/>
</replace>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>check-deploy</id>
<phase>prepare-package</phase>
@@ -153,7 +138,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version>
<version>1.20.4-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>