From cb25efa69dd0045014fa91fc2b1d13e69d4edd4b Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Thu, 18 Jun 2026 15:47:32 +0200 Subject: [PATCH 1/2] add missing info --- pom.xml | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aaa7c3b..7d62da9 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,7 @@ CDS Starter AI - Root Aggregator for CAP Java AI plugins (recommendations, AI Core client) + https://github.com/cap-java/cds-ai SAP SE @@ -82,7 +83,7 @@ 3.15.0 - 3.4.1 + 3.4.0 3.1.4 @@ -434,9 +435,32 @@ deploy-release + + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + org.apache.maven.plugins maven-gpg-plugin + 3.2.8 sign-artifacts @@ -450,6 +474,7 @@ org.sonatype.central central-publishing-maven-plugin + 0.11.0 true central From 50db0ccb376849a9189958b889a3a8a95390373c Mon Sep 17 00:00:00 2001 From: Marvin Lindner Date: Thu, 18 Jun 2026 16:08:56 +0200 Subject: [PATCH 2/2] adapt versions --- pom.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7d62da9..6d2b834 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,10 @@ 3.6.3 1.7.3 + + 3.2.8 + + 0.11.0 5.30.0 @@ -460,7 +464,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.8 + ${maven.gpg.plugin.version} sign-artifacts @@ -474,7 +478,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.11.0 + ${central.publishing.plugin.version} true central