Merge pull request #103 from spring-cloud/fix-release

Fix release
This commit is contained in:
David O'Sullivan
2023-07-21 16:27:14 +01:00
committed by GitHub
4 changed files with 7 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-bindings-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Cloud Cloud Native Buildpacks Bindings Parent</name>

View File

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

View File

@@ -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"

View File

@@ -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 \