Skip to content

Commit

Permalink
Bump version to 4.0.3 (#167)
Browse files Browse the repository at this point in the history
* Refs #21832. Bump version in build.gradle

Signed-off-by: Miguel Company <[email protected]>

* Refs #21832. Bump version in pom.xml

Signed-off-by: Miguel Company <[email protected]>

---------

Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany authored Dec 17, 2024
1 parent 513f4c2 commit 4176a51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ sourceSets {
}

group = "com.eprosima"
version = "4.0.2"
version = "4.0.3"

//general properties
jar {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.eprosima.idl</groupId>
<artifactId>com.eprosima.idl</artifactId>
<version>4.0.2</version>
<version>4.0.3</version>
<packaging>jar</packaging>

<build>
Expand Down

0 comments on commit 4176a51

Please sign in to comment.