From 28f1cfcbd7df59af2c5d6c9c3851400dfb55d45d Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Fri, 17 May 2024 15:26:51 +0400 Subject: [PATCH 1/5] Update gradle.properties TH2-1836-license-check --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gradle.properties b/gradle.properties index 928fde4..55443c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1,4 @@ release_version = 1.10.0 + + + From eefa4d624fe96286ef8e17af1e54b84a8370877a Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 27 May 2024 13:58:21 +0400 Subject: [PATCH 2/5] [TH2-1836] bump rebuild --- gradle.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 55443c4..3314d4e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1 @@ -release_version = 1.10.0 - - - +release_version = 1.10.0 \ No newline at end of file From b57555b9ae850813509c3429e453d30299353916 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 27 May 2024 14:09:41 +0400 Subject: [PATCH 3/5] [TH2-1836] Migrated to th2 gradle plugin `0.0.7` --- README.md | 5 ++++- gradle.properties | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dfb38ee..0b66470 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-cradle-admin 1.10.0 +# th2-cradle-admin 1.10.1 The th2-cradle-admin is a set of projects for managing books and pages in th2 storage. @@ -65,6 +65,9 @@ spec: ## Release notes: +### 1.10.1-dev +* Migrated to th2 gradle plugin `0.0.7` + ### 1.10.0-dev * Migrated to th2 gradle plugin `0.0.6` * Updated: diff --git a/gradle.properties b/gradle.properties index 3314d4e..d3e4435 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 1.10.0 \ No newline at end of file +release_version = 1.10.1 \ No newline at end of file From 36ab3de70d1fbea93ac95fadbd44f9a4f3ad7fd3 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Tue, 28 May 2024 10:04:05 +0400 Subject: [PATCH 4/5] [TH2-1836] Migrated to th2 gradle plugin `0.0.7` --- build.gradle | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ab2e2d5..4a31b47 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.7" + id "com.exactpro.th2.gradle.component" version "0.0.7" apply false } ext { @@ -20,6 +20,7 @@ subprojects { compileJava.options.debugOptions.debugLevel = 'source,lines,vars' // Include debug information group = 'com.exactpro.th2' + version = release_version repositories { mavenCentral() @@ -68,4 +69,8 @@ subprojects { showStandardStreams = true } } +} + +licenseReport { + excludeBoms = true } \ No newline at end of file From a7800cdf26d431ccfaba4d34a170171dfb5ff26d Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Wed, 29 May 2024 19:27:13 +0400 Subject: [PATCH 5/5] [TH2-1836] Migrated to th2 gradle plugin `0.0.8` --- README.md | 7 ++++--- build.gradle | 10 +++------- gradle.properties | 2 +- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0b66470..df47858 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-cradle-admin 1.10.1 +# th2-cradle-admin 1.11.0 The th2-cradle-admin is a set of projects for managing books and pages in th2 storage. @@ -65,8 +65,9 @@ spec: ## Release notes: -### 1.10.1-dev -* Migrated to th2 gradle plugin `0.0.7` +### 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` diff --git a/build.gradle b/build.gradle index 4a31b47..cd63c30 100644 --- a/build.gradle +++ b/build.gradle @@ -1,10 +1,10 @@ plugins { - id "com.exactpro.th2.gradle.base" version "0.0.7" - id "com.exactpro.th2.gradle.component" version "0.0.7" 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' } @@ -69,8 +69,4 @@ subprojects { showStandardStreams = true } } -} - -licenseReport { - excludeBoms = true } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index d3e4435..1724e6f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 1.10.1 \ No newline at end of file +release_version = 1.11.0 \ No newline at end of file