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 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}" 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 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 \