From 56453a188863ce6fb35e9e6c072e854f6b5b8de5 Mon Sep 17 00:00:00 2001 From: Shivam Nagpal Date: Fri, 14 Nov 2025 00:01:43 +0530 Subject: [PATCH 1/2] chore: #1 | Promote to snapshot version --- Makefile | 7 +++++++ pom.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..71e6418 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +.PHONY: build test + +build: + @./mvnw clean spotless:apply package + +test: + @./mvnw test diff --git a/pom.xml b/pom.xml index b0dad8b..1d94d0c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.zeplinko commons-lang-ext - 1.3.0 + 1.3.1-SNAPSHOT 8 @@ -42,7 +42,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.4.0 + 0.9.0 true false From 0ba68ca3b654842c394eec2d96566114af650a06 Mon Sep 17 00:00:00 2001 From: Shivam Nagpal Date: Fri, 14 Nov 2025 14:21:31 +0530 Subject: [PATCH 2/2] chore: #1 | Promote to stable release 1.3.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1d94d0c..5a0c81f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.zeplinko commons-lang-ext - 1.3.1-SNAPSHOT + 1.3.1 8