diff --git a/annotations/dependency-reduced-pom.xml b/annotations/dependency-reduced-pom.xml index 5c9a8ba9..8d635567 100644 --- a/annotations/dependency-reduced-pom.xml +++ b/annotations/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ chimera com.karuslabs - 5.2.0-SNAPSHOT + 5.2.0 4.0.0 annotations diff --git a/annotations/pom.xml b/annotations/pom.xml index 408cf16e..8377de9a 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -4,7 +4,7 @@ com.karuslabs chimera - 5.2.0-SNAPSHOT + 5.2.0 annotations diff --git a/commons/dependency-reduced-pom.xml b/commons/dependency-reduced-pom.xml index d1c6cd04..75af1948 100644 --- a/commons/dependency-reduced-pom.xml +++ b/commons/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ chimera com.karuslabs - 5.2.0-SNAPSHOT + 5.2.0 4.0.0 commons @@ -72,12 +72,6 @@ - - org.spigotmc - spigot-api - 1.18-R0.1-SNAPSHOT - provided - org.spigotmc spigot diff --git a/commons/pom.xml b/commons/pom.xml index 0da6d13f..b4f2a9a0 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -4,7 +4,7 @@ com.karuslabs chimera - 5.2.0-SNAPSHOT + 5.2.0 commons diff --git a/pom.xml b/pom.xml index 43ba9450..8ea93d2d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.karuslabs chimera - 5.2.0-SNAPSHOT + 5.2.0 pom Chimera diff --git a/typist-example-plugin/dependency-reduced-pom.xml b/typist-example-plugin/dependency-reduced-pom.xml index ae7119f3..178bc12b 100644 --- a/typist-example-plugin/dependency-reduced-pom.xml +++ b/typist-example-plugin/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ chimera com.karuslabs - 5.2.0-SNAPSHOT + 5.2.0 4.0.0 typist-example-plugin diff --git a/typist-example-plugin/pom.xml b/typist-example-plugin/pom.xml index 5728b80e..74ca233a 100644 --- a/typist-example-plugin/pom.xml +++ b/typist-example-plugin/pom.xml @@ -4,7 +4,7 @@ com.karuslabs chimera - 5.2.0-SNAPSHOT + 5.2.0 typist-example-plugin diff --git a/typist/dependency-reduced-pom.xml b/typist/dependency-reduced-pom.xml index 65be2722..32c77ac5 100644 --- a/typist/dependency-reduced-pom.xml +++ b/typist/dependency-reduced-pom.xml @@ -3,7 +3,7 @@ chimera com.karuslabs - 5.2.0-SNAPSHOT + 5.2.0 4.0.0 typist @@ -73,7 +73,7 @@ com.karuslabs commons - 5.2.0-SNAPSHOT + 5.2.0 provided diff --git a/typist/pom.xml b/typist/pom.xml index 682bb177..5ce17488 100644 --- a/typist/pom.xml +++ b/typist/pom.xml @@ -4,7 +4,7 @@ com.karuslabs chimera - 5.2.0-SNAPSHOT + 5.2.0 typist diff --git a/typist/src/main/java/com/karuslabs/typist/generation/chunks/Constants.java b/typist/src/main/java/com/karuslabs/typist/generation/chunks/Constants.java index 3d9d773c..2912406c 100644 --- a/typist/src/main/java/com/karuslabs/typist/generation/chunks/Constants.java +++ b/typist/src/main/java/com/karuslabs/typist/generation/chunks/Constants.java @@ -27,7 +27,7 @@ @Static interface Constants { - static final String VERSION = "5.2.0-SNAPSHOT"; + static final String VERSION = "5.2.0"; static final String SOURCE = "source"; static final String REQUIREMENT = "REQUIREMENT"; static final String NULL = "null";