Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TH2-1836] Migrated to th2 gradle plugin: 0.0.8 #35

Merged
merged 4 commits into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Csv codec (5.3.0)
# Csv codec (5.3.1)

## Description

Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -64,4 +64,4 @@ test {

dependencyCheck {
suppressionFile='supressions.xml'
}
}
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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
vcs_url=https://github.com/th2-net/th2-codec-csv

Loading