Skip to content

Commit

Permalink
Bump to v3.0.0 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: JLBuenoLopez-eProsima <joseluisbueno@eprosima.com>
  • Loading branch information
JLBuenoLopez authored Dec 14, 2023
1 parent 23d12ea commit 78ae712
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
dest_branch:
- '2.0.x'
- '3.0.x'
steps:
- name: Mirror action step
id: mirror
Expand Down
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 = "2.0.0"
version = "3.0.0"

//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>2.0.0</version>
<version>3.0.0</version>
<packaging>jar</packaging>

<build>
Expand Down

0 comments on commit 78ae712

Please sign in to comment.