Skip to content

Commit 8b6d622

Browse files
Branchout 4.1.0 (#170)
* Refs #22797. Bump version to 4.1.0 Signed-off-by: Miguel Company <miguelcompany@eprosima.com> * Refs #22797. Update mirror workflow. Signed-off-by: Miguel Company <miguelcompany@eprosima.com> --------- Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent 4176a51 commit 8b6d622

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.0.x'
14+
- '4.1.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.0.3"
61+
version = "4.1.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.0.3</version>
7+
<version>4.1.0</version>
88
<packaging>jar</packaging>
99

1010
<build>

0 commit comments

Comments
 (0)