From 0c2fcb48a25abae244cd28c640d4d0313d420b53 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Mon, 17 Jan 2022 22:58:35 -0800 Subject: [PATCH] Update for next release: 1.5.0 snapshot (#672) * Update CLI and runtime to 1.6.0-rc.x Signed-off-by: Artur Souza * Upgrade the version to 1.5.0-SNAPSHOT Signed-off-by: Artur Souza --- .github/workflows/build.yml | 6 +++--- .github/workflows/validate.yml | 6 +++--- examples/pom.xml | 4 ++-- pom.xml | 2 +- sdk-actors/pom.xml | 4 ++-- sdk-autogen/pom.xml | 4 ++-- sdk-springboot/pom.xml | 4 ++-- sdk-tests/pom.xml | 2 +- sdk/pom.xml | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0f5fc64b..37f0f0899 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,9 +25,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.5.1 - DAPR_RUNTIME_VER: 1.5.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh + DAPR_CLI_VER: 1.6.0-rc.1 + DAPR_RUNTIME_VER: 1.6.0-rc.2 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: steps: diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index f33585c60..4254b1097 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,9 +36,9 @@ jobs: GOARCH: amd64 GOPROXY: https://proxy.golang.org JDK_VER: ${{ matrix.java }} - DAPR_CLI_VER: 1.5.1 - DAPR_RUNTIME_VER: 1.5.1 - DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.4.0-rc.1/install/install.sh + DAPR_CLI_VER: 1.6.0-rc.1 + DAPR_RUNTIME_VER: 1.6.0-rc.2 + DAPR_INSTALL_URL: https://raw.githubusercontent.com/dapr/cli/v1.6.0-rc.1/install/install.sh DAPR_CLI_REF: DAPR_REF: steps: diff --git a/examples/pom.xml b/examples/pom.xml index f894e67b9..6531807d4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-examples jar - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-examples diff --git a/pom.xml b/pom.xml index f48c59634..5e138725a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ io.dapr dapr-sdk-parent pom - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-parent SDK for Dapr. https://dapr.io diff --git a/sdk-actors/pom.xml b/sdk-actors/pom.xml index 0941ea0a3..6ed057cf9 100644 --- a/sdk-actors/pom.xml +++ b/sdk-actors/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-actors jar - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-actors SDK for Actors on Dapr diff --git a/sdk-autogen/pom.xml b/sdk-autogen/pom.xml index 3e407c56e..1ccc2dadd 100644 --- a/sdk-autogen/pom.xml +++ b/sdk-autogen/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-autogen jar - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-autogen Auto-generated SDK for Dapr diff --git a/sdk-springboot/pom.xml b/sdk-springboot/pom.xml index e9df632e9..042c06580 100644 --- a/sdk-springboot/pom.xml +++ b/sdk-springboot/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-springboot jar - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk-springboot SDK extension for Springboot diff --git a/sdk-tests/pom.xml b/sdk-tests/pom.xml index 0ce6f19a0..26c958ef9 100644 --- a/sdk-tests/pom.xml +++ b/sdk-tests/pom.xml @@ -14,7 +14,7 @@ 11 11 true - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT ${project.build.directory}/generated-sources ${project.basedir}/proto 1.39.0 diff --git a/sdk/pom.xml b/sdk/pom.xml index 69150ce92..1244351ee 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -7,12 +7,12 @@ io.dapr dapr-sdk-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk jar - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT dapr-sdk SDK for Dapr