From f6470d3d3e84b9a16fae0dfb27b53ee537f32d3a Mon Sep 17 00:00:00 2001 From: Ilayaperumal Gopinathan Date: Wed, 30 Apr 2025 18:52:53 +0100 Subject: [PATCH] Add sonatype profile to Spring AI BOM --- spring-ai-bom/pom.xml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/spring-ai-bom/pom.xml b/spring-ai-bom/pom.xml index ee0df95ab..3aaddf1aa 100644 --- a/spring-ai-bom/pom.xml +++ b/spring-ai-bom/pom.xml @@ -1350,6 +1350,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 + + + + +