Skip to content

Commit eec76da

Browse files
Branchout 2.6.x (#289)
* Fix in .repos Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> * Branchout 2.6.x Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com> --------- Signed-off-by: Emilio Cuesta <emiliocuesta@eprosima.com>
1 parent 2abd770 commit eec76da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
1818
Please uncomment following line, adjusting the corresponding target branches for the backport.
1919
-->
20-
<!-- @Mergifyio backport 2.4.x 2.2.x 1.4.x -->
20+
<!-- @Mergifyio backport 2.5.x 2.4.x 2.2.x 1.4.x -->
2121

2222
<!-- If an issue is already opened, please uncomment next line with the corresponding issue number. -->
2323
<!-- Fixes #(issue) -->

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
dest_branch:
15-
- '2.5.x'
15+
- '2.6.x'
1616
- '2.x'
1717
steps:
1818
- name: Mirror action step

fastdds_python.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repositories:
1414
fastdds_python:
1515
type: git
1616
url: https://github.com/eProsima/Fast-DDS-python.git
17-
version: main
17+
version: master
1818
fastddsgen:
1919
type: git
2020
url: https://github.com/eProsima/Fast-DDS-Gen.git

fastdds_python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0086)
2424
cmake_policy(SET CMP0086 NEW)
2525
endif()
2626

27-
project(fastdds_python VERSION 2.5.0)
27+
project(fastdds_python VERSION 2.6.0)
2828

2929
if(NOT WIN32)
3030
# Default values for shared library suffix in MacOS

0 commit comments

Comments
 (0)