Skip to content

Commit f82a976

Browse files
Branch out 4.3.0 (#183)
* Refs #23857. Bump version to 4.3.0 Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23857. Update mirror workflow. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #23857. Update PR template. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent a12d6d8 commit f82a976

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
@@ -21,7 +21,7 @@
2121
In case of bug fixes, please provide the list of supported branches where this fix should be also merged.
2222
Please uncomment following line, adjusting the corresponding target branches for the backport.
2323
-->
24-
<!-- @Mergifyio backport 4.1.x 4.0.x 3.0.x 1.2.x -->
24+
<!-- @Mergifyio backport 4.2.x 4.1.x 4.0.x 3.0.x 1.2.x -->
2525

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

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
dest_branch:
14-
- '4.2.x'
14+
- '4.3.x'
1515
- '4.x'
1616
steps:
1717
- name: Mirror action step

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ sourceSets {
5858
}
5959

6060
group = "com.eprosima"
61-
version = "4.2.0"
61+
version = "4.3.0"
6262

6363
//general properties
6464
jar {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.eprosima.idl</groupId>
66
<artifactId>com.eprosima.idl</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.3.0</version>
88
<packaging>jar</packaging>
99

1010
<build>

0 commit comments

Comments
 (0)