From c9982a85f8a3ad192a5beb5d49330858d67ad483 Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Fri, 17 May 2024 15:24:28 +0400 Subject: [PATCH 1/4] Update gradle.properties bump rebuild --- gradle.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 57699b8..8b74310 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,4 @@ release_version=5.3.0 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 + From 63cc1cc216968c3e05ea156fb21f40188df54fd8 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Tue, 28 May 2024 17:12:24 +0400 Subject: [PATCH 2/4] [TH2-1836] Migrated to th2 gradle plugin: `0.0.7` --- README.md | 5 ++++- build.gradle | 8 ++++++-- gradle.properties | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e7e24e..919c65d 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.7` + ### 5.3.0 + Migrated to th2 gradle plugin: `0.0.6` + Updated: diff --git a/build.gradle b/build.gradle index a7cc66e..362b2ac 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.7" + id "com.exactpro.th2.gradle.component" version "0.0.7" } group = 'com.exactpro.th2' @@ -62,6 +62,10 @@ test { useJUnitPlatform() } +licenseReport { + excludeBoms = true +} + dependencyCheck { suppressionFile='supressions.xml' } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8b74310..1e29eb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +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 From 6dccba0d5be70fa9f1b7b762fb85d64ca57bc9ef Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 30 May 2024 12:33:30 +0400 Subject: [PATCH 3/4] [TH2-1836] Migrated to th2 gradle plugin: `0.0.8` --- build.gradle | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 362b2ac..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.7" - id "com.exactpro.th2.gradle.component" version "0.0.7" + id "com.exactpro.th2.gradle.publish" version "0.0.8" + id "com.exactpro.th2.gradle.component" version "0.0.8" } group = 'com.exactpro.th2' @@ -62,10 +62,6 @@ test { useJUnitPlatform() } -licenseReport { - excludeBoms = true -} - dependencyCheck { suppressionFile='supressions.xml' -} \ No newline at end of file +} From d0f24ea9dbf0dd4f0e96924c602b6e6bcb57ba24 Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Thu, 30 May 2024 17:55:41 +0400 Subject: [PATCH 4/4] Update README.md Co-authored-by: Oleg Smirnov --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 919c65d..506e0b9 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ spec: ## Release notes ### 5.3.1 -+ Migrated to th2 gradle plugin: `0.0.7` ++ Migrated to th2 gradle plugin: `0.0.8` ### 5.3.0 + Migrated to th2 gradle plugin: `0.0.6`