Skip to content

Commit 6657fcd

Browse files
Branchout 4.4.0 (#197)
* Refs #24612. Bump version to 4.4.0. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #24612. Update mirror workflow. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #24612. Update PR template. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #24612. Update release support. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 74ea5e2 commit 6657fcd

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.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.2.x 4.1.x 4.0.x 3.0.x 1.2.x -->
24+
<!-- @Mergifyio backport 4.3.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.3.x'
14+
- '4.4.x'
1515
- '4.x'
1616
steps:
1717
- name: Mirror action step

RELEASE_SUPPORT.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Please, refer to the [master branch](https://github.com/eProsima/IDL-Parser/blob
99

1010
|Fast DDS-Gen Version|IDL parser Version|IDL parser Version branch|IDL parser Latest Release|
1111
|--------------------|------------------|-------------------------|-------------------------|
12-
|4.2|4.2|[4.2.x](https://github.com/eProsima/IDL-Parser/tree/4.2.x)|[v4.2.0](https://github.com/eProsima/IDL-Parser/releases/tag/v4.2.0)|
13-
|4.1|4.1|[4.1.x](https://github.com/eProsima/IDL-Parser/tree/4.1.x)|[v4.1.0](https://github.com/eProsima/IDL-Parser/releases/tag/v4.1.0)|
12+
|4.4|4.4|[4.4.x](https://github.com/eProsima/IDL-Parser/tree/4.4.x)||
13+
|4.3|4.3|[4.3.x](https://github.com/eProsima/IDL-Parser/tree/4.3.x)|[v4.3.0](https://github.com/eProsima/IDL-Parser/releases/tag/v4.3.0)|
1414
|4.0|4.0|[4.0.x](https://github.com/eProsima/IDL-Parser/tree/4.0.x)|[v4.0.4](https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.4)|
1515
|3.3|3.0|[3.0.x](https://github.com/eProsima/IDL-Parser/tree/3.0.x)|[v3.0.1](https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.1)|
1616
|2.1|1.2|[1.2.x](https://github.com/eProsima/IDL-Parser/tree/1.2.x)|[v1.2.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.2.0)|
@@ -19,6 +19,8 @@ Please, refer to the [master branch](https://github.com/eProsima/IDL-Parser/blob
1919

2020
|Fast DDS-Gen Version|IDL parser Version|IDL parser Version branch|IDL parser Latest Release|Release Date|EOL Date|
2121
|--------------------|------------------|-------------------------|-------------------------|------------|--------|
22+
|4.2|4.2|[4.2.x](https://github.com/eProsima/IDL-Parser/tree/4.2.x)|[v4.2.1](https://github.com/eProsima/IDL-Parser/releases/tag/v4.2.1)|October 2025|June 2026|
23+
|4.1|4.1|[4.1.x](https://github.com/eProsima/IDL-Parser/tree/4.1.x)|[v4.1.0](https://github.com/eProsima/IDL-Parser/releases/tag/v4.1.0)|July 2025|January 2026|
2224
|3.2|3.0|[3.0.x](https://github.com/eProsima/IDL-Parser/tree/3.0.x)|[v3.0.0](https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0)|December 2023|July 2024|
2325
|3.1|2.0|[2.0.x](https://github.com/eProsima/IDL-Parser/tree/2.0.x)|[v2.0.0](https://github.com/eProsima/IDL-Parser/releases/tag/v2.0.0)|November 2023|March 2024|
2426
|2.5|1.6|[1.6.x](https://github.com/eProsima/IDL-Parser/tree/1.6.x)|[v1.6.0](https://github.com/eProsima/IDL-Parser/releases/tag/v1.6.0)|June 2023|February 2024|

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.3.0"
61+
version = "4.4.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.3.0</version>
7+
<version>4.4.0</version>
88
<packaging>jar</packaging>
99

1010
<build>

0 commit comments

Comments
 (0)