Skip to content

Commit

Permalink
Bump version to v2.1.3 and update IDL Parser submodule to v1.3.0 (#126)
Browse files Browse the repository at this point in the history
* Refs #14910. Update submodule.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>

* Refs #14910. Update build.gradle.

Signed-off-by: Miguel Company <MiguelCompany@eprosima.com>
  • Loading branch information
MiguelCompany committed Jul 1, 2022
1 parent d507813 commit 3681a3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'java'
apply plugin: 'eclipse' // Eclipse integration

description = """"""
def version_str = "2.1.2"
def version_str = "2.1.3"

import org.apache.tools.ant.taskdefs.condition.Os;
import org.gradle.api.tasks.options.Option;
Expand Down Expand Up @@ -91,7 +91,7 @@ repositories {
}

dependencies {
compile files('thirdparty/idl-parser/build/libs/idlparser-1.2.0.jar')
compile files('thirdparty/idl-parser/build/libs/idlparser-1.3.0.jar')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.5.2')
testRuntime('org.junit.jupiter:junit-jupiter-engine:5.5.2')
}
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/idl-parser
Submodule idl-parser updated 2 files
+1 −1 idl.gradle
+1 −1 pom.xml

0 comments on commit 3681a3b

Please sign in to comment.