Skip to content

Commit dbe116a

Browse files
Branch out 4.1.x (#438)
* Refs #22815. Change mirror workflow. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22815. Bump version to 4.1.0 Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Update to IDL parser 4.1. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22815. Update PR template. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 809195e commit dbe116a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 3.3.x 2.5.x 2.1.x -->
20+
<!-- @Mergifyio backport 4.0.x 3.3.x 2.5.x 2.1.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
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
dest_branch:
16-
- '4.0.x'
16+
- '4.1.x'
1717
- '4.x'
1818
steps:
1919
- name: Mirror action step

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apply plugin: 'java-library'
1717
apply plugin: 'eclipse' // Eclipse integration
1818

1919
description = """"""
20-
def version_str = "4.0.3"
20+
def version_str = "4.1.0"
2121

2222
import org.apache.tools.ant.taskdefs.condition.Os;
2323
import org.gradle.api.tasks.options.Option;
@@ -91,7 +91,7 @@ repositories {
9191
}
9292

9393
dependencies {
94-
implementation files('thirdparty/idl-parser/build/libs/idlparser-4.0.3.jar')
94+
implementation files('thirdparty/idl-parser/build/libs/idlparser-4.1.0.jar')
9595
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
9696
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.5.2')
9797
}

0 commit comments

Comments
 (0)