From 24ebe9d35008bb8969837b9e32ac3301fc465a1f Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Thu, 30 May 2024 12:22:46 +0400 Subject: [PATCH] Migrate to th2 gradle plugin `0.0.8` (#5) * Updated common: `5.12.0-dev` --- README.md | 6 +++++- build.gradle | 7 ++++--- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfb38ee..df47858 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-cradle-admin 1.10.0 +# th2-cradle-admin 1.11.0 The th2-cradle-admin is a set of projects for managing books and pages in th2 storage. @@ -65,6 +65,10 @@ spec: ## Release notes: +### 1.11.0-dev +* Migrated to th2 gradle plugin `0.0.8` +* Updated common: `5.12.0-dev` + ### 1.10.0-dev * Migrated to th2 gradle plugin `0.0.6` * Updated: diff --git a/build.gradle b/build.gradle index ab2e2d5..cd63c30 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ 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 } ext { - commonVersion = '5.11.0-dev' + commonVersion = '5.12.0-dev' cradleVersion = '5.3.0-dev' } @@ -20,6 +20,7 @@ subprojects { compileJava.options.debugOptions.debugLevel = 'source,lines,vars' // Include debug information group = 'com.exactpro.th2' + version = release_version repositories { mavenCentral() diff --git a/gradle.properties b/gradle.properties index 928fde4..1724e6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 1.10.0 +release_version = 1.11.0 \ No newline at end of file