Skip to content

Commit

Permalink
mark version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Dec 6, 2023
1 parent d2ed17c commit 0c806f9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@ The Denizen Scripting Language - Spigot Impl

An implementation of the Denizen Scripting Language for Spigot servers, with strong Citizens interlinks to emphasize the power of using Denizen with NPCs!

**Version 1.2.9**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, and 1.20.3!
**Version 1.3.0**: Compatible with Spigot 1.17.1, 1.18.2, 1.19.4, and 1.20.3!

**Learn about Denizen from the Beginner's guide:** https://guide.denizenscript.com/guides/background/index.html

Expand Down Expand Up @@ -45,7 +45,7 @@ An implementation of the Denizen Scripting Language for Spigot servers, with str
<dependency>
<groupId>com.denizenscript</groupId>
<artifactId>denizen</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
<exclusions>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.denizenscript</groupId>
<artifactId>denizen-parent</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion paper/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen-paper</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<repositories>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<name>Denizen</name>
<description>Scriptable Minecraft and Citizens2</description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,13 +6,13 @@
<groupId>com.denizenscript</groupId>
<artifactId>denizen-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<BUILD_NUMBER>Unknown</BUILD_NUMBER>
<BUILD_CLASS>CUSTOM</BUILD_CLASS>
<DENIZEN_VERSION>1.2.9</DENIZEN_VERSION>
<DENIZEN_VERSION>1.3.0</DENIZEN_VERSION>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion v1_17/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen-v1_17</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_18/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen-v1_18</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_19/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen-v1_19</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_20/pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>com.denizenscript</groupId>
<artifactId>denizen-v1_20</artifactId>
<version>1.2.9-SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>

<dependencies>
<dependency>
Expand Down

0 comments on commit 0c806f9

Please sign in to comment.