diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad602491a..351995efb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Build up-core-api conan package shell: bash run: | - conan create --version 1.6.0 up-conan-recipes/up-core-api/release + conan create --version 1.6.0-alpha2 up-conan-recipes/up-core-api/release - name: Build up-cpp with tests shell: bash diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d4e57bfad..75ff258e3 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,7 +69,7 @@ jobs: name: Build up-core-api conan package shell: bash run: | - conan create --version 1.6.0 up-conan-recipes/up-core-api/release + conan create --version 1.6.0-alpha2 up-conan-recipes/up-core-api/release - if: matrix.build-mode == 'manual' name: Build up-cpp with tests diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 50a738d0a..29375bd30 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: - name: Build up-core-api conan package shell: bash run: | - conan create --version 1.6.0 up-conan-recipes/up-core-api/release + conan create --version 1.6.0-alpha2 up-conan-recipes/up-core-api/release - name: Build up-cpp with tests shell: bash diff --git a/README.md b/README.md index cc790eca3..afbbfcb2c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ implementation, such as [up-transport-zenoh-cpp][zenoh-transport-repo]. Using the recipes found in [up-conan-recipes][conan-recipe-repo], build these Conan packages: -1. [up-core-api][spec-repo]: `conan create --version 1.6.0 --build=missing up-core-api/release` +1. [up-core-api][spec-repo]: `conan create --version 1.6.0-alpha2 --build=missing up-core-api/release` **NOTE:** all `conan` commands in this document use Conan 2.x syntax. Please adjust accordingly when using Conan 1.x. diff --git a/conanfile.txt b/conanfile.txt index eff1c7636..718862bdc 100644 --- a/conanfile.txt +++ b/conanfile.txt @@ -1,5 +1,5 @@ [requires] -up-core-api/1.6.0 +up-core-api/1.6.0-alpha2 protobuf/3.21.12 [test_requires]