diff --git a/README.md b/README.md index 022fcfd..8c1d8bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 23f4478..1d4f3df 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -11,7 +11,7 @@ subprojects { ext { resourceDir = "src/main/resources" - sailfishVersion = "3.3-SNAPSHOT" + sailfishVersion = "3.3.255" dockerCodecImplementationDir = 'codec_implementation' }