Skip to content

Commit

Permalink
[TS-2381] use release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 31, 2024
1 parent cfefb96 commit 5a539ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ _Do not specify default parameters if you don't want to override them_ (just bec
### 5.1.1

+ Updated:
+ sailfish: `3.3.217+`
+ sailfish: `3.3.225`
+ th2 gradle plugin: `0.0.8`

### 5.1.0

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "com.exactpro.th2.gradle.base" version "0.0.6"
id "com.exactpro.th2.gradle.component" version "0.0.6" apply false
id "com.exactpro.th2.gradle.base" version "0.0.8"
id "com.exactpro.th2.gradle.component" version "0.0.8" apply false
}

subprojects {
Expand All @@ -11,7 +11,7 @@ subprojects {
ext {
resourceDir = "src/main/resources"

sailfishVersion = "3.3-SNAPSHOT"
sailfishVersion = "3.3.255"

dockerCodecImplementationDir = 'codec_implementation'
}
Expand Down

0 comments on commit 5a539ce

Please sign in to comment.