diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ebda0b6..02e176d1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,7 +17,7 @@ In case of bug fixes, please provide the list of supported branches where this fix should be also merged. Please uncomment following line, adjusting the corresponding target branches for the backport. --> - + diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 1268becc..25c06f8b 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '2.5.x' + - '2.6.x' - '2.x' steps: - name: Mirror action step diff --git a/fastdds_python.repos b/fastdds_python.repos index 0fe5ff75..1dd5c86f 100644 --- a/fastdds_python.repos +++ b/fastdds_python.repos @@ -14,7 +14,7 @@ repositories: fastdds_python: type: git url: https://github.com/eProsima/Fast-DDS-python.git - version: main + version: master fastddsgen: type: git url: https://github.com/eProsima/Fast-DDS-Gen.git diff --git a/fastdds_python/CMakeLists.txt b/fastdds_python/CMakeLists.txt index bd23effc..cf7b7266 100644 --- a/fastdds_python/CMakeLists.txt +++ b/fastdds_python/CMakeLists.txt @@ -24,7 +24,7 @@ if(POLICY CMP0086) cmake_policy(SET CMP0086 NEW) endif() -project(fastdds_python VERSION 2.5.0) +project(fastdds_python VERSION 2.6.0) if(NOT WIN32) # Default values for shared library suffix in MacOS