From 921f86ae4d290327d2b60ccfae571864ce1ff9e0 Mon Sep 17 00:00:00 2001 From: Eddie Carpenter Date: Sat, 14 Sep 2024 09:30:27 +1200 Subject: [PATCH 1/2] Removed commented out section --- pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pom.xml b/pom.xml index 0a98bee1..91dfa0a1 100644 --- a/pom.xml +++ b/pom.xml @@ -196,24 +196,6 @@ true - - - - - - - - - - - - - - - - - - From 7595a792f928833aaae569cb3dcb3bed904d825c Mon Sep 17 00:00:00 2001 From: Eddie Carpenter Date: Sat, 14 Sep 2024 09:31:04 +1200 Subject: [PATCH 2/2] Updated the version to 2.0.4 --- .github/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/project.yml b/.github/project.yml index 34e7dd0e..a48187e8 100644 --- a/.github/project.yml +++ b/.github/project.yml @@ -1,3 +1,3 @@ release: - current-version: "2.0.3" - next-version: "2.0.4-SNAPSHOT" + current-version: "2.0.4" + next-version: "2.0.5-SNAPSHOT"