From f10bee26a1f6a9da44341ca7821fd881da210559 Mon Sep 17 00:00:00 2001 From: Stefan Litsche Date: Tue, 14 Oct 2025 09:41:44 +0200 Subject: [PATCH 1/2] Release 4.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7ae5fd0..5ed59f3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.zalando zalando-sprocwrapper - 4.0.0-SNAPSHOT + 4.0.0 Stored Procedure Wrapper Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces From 40717ce6330986692d8c3eb9d01f6122fddd61bf Mon Sep 17 00:00:00 2001 From: Stefan Litsche Date: Tue, 14 Oct 2025 09:42:13 +0200 Subject: [PATCH 2/2] Development 4.1.0-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5ed59f3..cff8e1e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.zalando zalando-sprocwrapper - 4.0.0 + 4.1.0-SNAPSHOT Stored Procedure Wrapper Library to make PostgreSQL stored procedures available through simple Java "*SProcService" interfaces