diff --git a/README.md b/README.md index 5e7e24e..506e0b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv codec (5.3.0) +# Csv codec (5.3.1) ## Description @@ -141,6 +141,9 @@ spec: ## Release notes +### 5.3.1 ++ Migrated to th2 gradle plugin: `0.0.8` + ### 5.3.0 + Migrated to th2 gradle plugin: `0.0.6` + Updated: diff --git a/build.gradle b/build.gradle index a7cc66e..f67a8c3 100644 --- a/build.gradle +++ b/build.gradle @@ -4,8 +4,8 @@ plugins { id("java-library") id("maven-publish") - id "com.exactpro.th2.gradle.publish" version "0.0.6" - id "com.exactpro.th2.gradle.component" version "0.0.6" + id "com.exactpro.th2.gradle.publish" version "0.0.8" + id "com.exactpro.th2.gradle.component" version "0.0.8" } group = 'com.exactpro.th2' @@ -64,4 +64,4 @@ test { dependencyCheck { suppressionFile='supressions.xml' -} \ No newline at end of file +} diff --git a/gradle.properties b/gradle.properties index 57699b8..1e29eb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ -release_version=5.3.0 +release_version=5.3.1 description='th2 codec csv' -vcs_url=https://github.com/th2-net/th2-codec-csv \ No newline at end of file +vcs_url=https://github.com/th2-net/th2-codec-csv +