From 781e85dc2dc72596049d1c5971f2494bc6aa44fb Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Wed, 30 Apr 2025 18:39:02 +0100 Subject: [PATCH] Configuration updates to Spring AI BOM Add repository element to the distributionManagement for Spring AI BOM Add sonatype profile to Spring AI BOM Add developer info to Spring AI BOM Remove javadoc skip at spring-ai-spring-boot-testcontainers POM Signed-off-by: Ilayaperumal Gopinathan --- spring-ai-bom/pom.xml | 66 ++++++++++++++++++++ spring-ai-spring-boot-testcontainers/pom.xml | 1 - 2 files changed, 66 insertions(+), 1 deletion(-) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index 104c9adda..c840be167 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -57,6 +57,11 @@ false + + repo.spring.io + Spring Release Repository + https://repo.spring.io/libs-release-local + @@ -1110,6 +1115,29 @@ + + + mpollack + Mark Pollack + mpollack at vmware.com + VMware + http://www.spring.io + + lead + + + + tzolov + Christian Tzolov + christian tzolov at broadcom.com + Broadcom + http://www.spring.io + + lead + + + + @@ -1345,6 +1373,44 @@ + + sonatype + + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.7.0 + true + + sonatype-new + https://s01.oss.sonatype.org/ + true + true + + + + + diff --git a/spring-ai-spring-boot-testcontainers/pom.xml b/spring-ai-spring-boot-testcontainers/pom.xml index b8b4d5d35..240c7a3e8 100644 --- a/spring-ai-spring-boot-testcontainers/pom.xml +++ b/spring-ai-spring-boot-testcontainers/pom.xml @@ -38,7 +38,6 @@ false - true