From fe06bd60cc089f5c16e31b13203c22898f76d286 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Thu, 20 Jul 2023 16:53:57 -0400 Subject: [PATCH 1/4] Add all poms to git add --- scripts/release-version.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/release-version.sh b/scripts/release-version.sh index 304b3cf..aaf98ae 100755 --- a/scripts/release-version.sh +++ b/scripts/release-version.sh @@ -10,6 +10,9 @@ cd source VERSION=$(./mvnw --quiet help:evaluate -DforceStdout -Dexpression=project.version) git add pom.xml +git add spring-cloud-bindings/pom.xml +git add spring-cloud-bindings-tests/pom.xml + git checkout -- . git \ From b3a8e69f5ee795ff83e04a2094ad1a18658fb56b Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Thu, 20 Jul 2023 17:25:04 -0400 Subject: [PATCH 2/4] Fix path to concourse-release-scripts.jar * the image providing it, springio/concourse-release-scripts:0.3.4, makes it avaialble from / directly, not /opt --- scripts/promote-to-maven-central.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/promote-to-maven-central.sh b/scripts/promote-to-maven-central.sh index 5d38b82..639f0ad 100755 --- a/scripts/promote-to-maven-central.sh +++ b/scripts/promote-to-maven-central.sh @@ -4,6 +4,6 @@ set -euo pipefail export BUILD_INFO_LOCATION=$(pwd)/repository/build-info.json -java -jar /opt/concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository +java -jar /concourse-release-scripts.jar publishToCentral 'RELEASE' "$BUILD_INFO_LOCATION" repository echo "Sync complete" \ No newline at end of file From 39add486ae5474220347ee9ad43c5c755e7cf467 Mon Sep 17 00:00:00 2001 From: Anthony Dahanne Date: Fri, 21 Jul 2023 10:05:33 -0400 Subject: [PATCH 3/4] Only deploy main jar --- scripts/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7a85306..7f37127 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -29,6 +29,6 @@ EOF REPOSITORY="${PWD}"/repository -cd source +cd source/spring-cloud-bindings -./mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}" +../mvnw deploy -Dmaven.test.skip=true -DaltDeploymentRepository="local::default::file://${REPOSITORY}" From e8c5b9378fcf63cdae6092180d0433267db231f1 Mon Sep 17 00:00:00 2001 From: Paketo Robot Date: Fri, 21 Jul 2023 15:13:41 +0000 Subject: [PATCH 4/4] v2.0.1-SNAPSHOT Development Signed-off-by: Paketo Robot --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60c081b..c941ae6 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud spring-cloud-bindings-parent - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT pom Spring Cloud Cloud Native Buildpacks Bindings Parent