From b15b38de95b40be7dfa7076f4ba76553f26b437e Mon Sep 17 00:00:00 2001 From: simonbas Date: Sat, 22 Jun 2024 13:47:29 +0200 Subject: [PATCH] fixup --- pom.xml | 23 ++++++----------------- screwbox-core/pom.xml | 2 +- screwbox-tiled/pom.xml | 2 +- 3 files changed, 8 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 5394ff88c..63aa2d578 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 io.github.srcimon screwbox - 1.15.2-SNAPSHOT + 1.15.1-SNAPSHOT pom ScrewBox is a minimalistic Java 2D game engine. ScrewBox @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.1 + 3.2.1 org.apache.maven.plugins @@ -273,27 +273,16 @@ org.apache.maven.plugins maven-release-plugin 2.5.3 + + @{project.version} + false + - - prepare - - prepare - - - @{project.version} - false - -Dmaven.javadoc.skip=true - - perform perform - - @{project.version} - false - diff --git a/screwbox-core/pom.xml b/screwbox-core/pom.xml index 93eb8418e..a0a6840a3 100644 --- a/screwbox-core/pom.xml +++ b/screwbox-core/pom.xml @@ -3,7 +3,7 @@ io.github.srcimon screwbox - 1.15.2-SNAPSHOT + 1.15.1-SNAPSHOT screwbox-core diff --git a/screwbox-tiled/pom.xml b/screwbox-tiled/pom.xml index b8e4bf6d1..582276d04 100644 --- a/screwbox-tiled/pom.xml +++ b/screwbox-tiled/pom.xml @@ -3,7 +3,7 @@ io.github.srcimon screwbox - 1.15.2-SNAPSHOT + 1.15.1-SNAPSHOT screwbox-tiled