diff --git a/dist/pom.xml b/dist/pom.xml index 8f3fe67f8c..f1d3dee539 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -11,20 +11,24 @@ denizen-dist + + UTF-8 + Unknown + CUSTOM + + com.denizenscript denizencore - ${dcore.version} + 1.91.0-SNAPSHOT compile - true com.denizenscript denizen ${project.parent.version} compile - true com.denizenscript diff --git a/paper/pom.xml b/paper/pom.xml index e6703efcd5..3ade09994a 100644 --- a/paper/pom.xml +++ b/paper/pom.xml @@ -2,14 +2,11 @@ - - com.denizenscript - denizen-parent - 1.2.7-SNAPSHOT - 4.0.0 + com.denizenscript denizen-paper + 1.2.7-SNAPSHOT @@ -22,9 +19,8 @@ com.denizenscript denizen - ${project.parent.version} + ${project.version} compile - true io.papermc.paper @@ -34,4 +30,18 @@ + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 16 + 16 + + + + + diff --git a/plugin/pom.xml b/plugin/pom.xml index 306d234438..16dd936e59 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -1,39 +1,40 @@ - - com.denizenscript - denizen-parent - 1.2.7-SNAPSHOT - 4.0.0 + com.denizenscript denizen + 1.2.7-SNAPSHOT Denizen Scriptable Minecraft and Citizens2 + + UTF-8 + + org.spigotmc spigot-api - ${craftbukkit.version} + 1.19.4-R0.1-SNAPSHOT jar provided com.denizenscript denizencore - ${dcore.version} + 1.91.0-SNAPSHOT compile net.citizensnpcs citizens-main - ${citizens.version} + 2.0.31-SNAPSHOT jar provided diff --git a/pom.xml b/pom.xml index d4a23bbb1d..fb9a72765b 100644 --- a/pom.xml +++ b/pom.xml @@ -10,9 +10,6 @@ UTF-8 - 1.19.4-R0.1-SNAPSHOT - 2.0.31-SNAPSHOT - 1.91.0-SNAPSHOT Unknown CUSTOM 1.2.7 diff --git a/v1_17/pom.xml b/v1_17/pom.xml index 53710e9a59..67dba51f62 100644 --- a/v1_17/pom.xml +++ b/v1_17/pom.xml @@ -2,20 +2,17 @@ - - com.denizenscript - denizen-parent - 1.2.7-SNAPSHOT - 4.0.0 + com.denizenscript denizen-v1_17 + 1.2.7-SNAPSHOT com.denizenscript denizen - ${project.parent.version} + ${project.version} compile true @@ -81,6 +78,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 16 + 16 + + diff --git a/v1_18/pom.xml b/v1_18/pom.xml index 960367ef7e..0e10162e94 100644 --- a/v1_18/pom.xml +++ b/v1_18/pom.xml @@ -2,20 +2,17 @@ - - com.denizenscript - denizen-parent - 1.2.7-SNAPSHOT - 4.0.0 + com.denizenscript denizen-v1_18 + 1.2.7-SNAPSHOT com.denizenscript denizen - ${project.parent.version} + ${project.version} compile true @@ -69,6 +66,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 16 + 16 + + diff --git a/v1_19/pom.xml b/v1_19/pom.xml index 6d5e6e11b4..edf2b057f6 100644 --- a/v1_19/pom.xml +++ b/v1_19/pom.xml @@ -2,20 +2,17 @@ - - com.denizenscript - denizen-parent - 1.2.7-SNAPSHOT - 4.0.0 + com.denizenscript denizen-v1_19 + 1.2.7-SNAPSHOT com.denizenscript denizen - ${project.parent.version} + ${project.version} compile true @@ -69,6 +66,15 @@ + + org.apache.maven.plugins + maven-compiler-plugin + 3.10.1 + + 16 + 16 + +