Skip to content

Commit 24ebe9d

Browse files
Migrate to th2 gradle plugin 0.0.8 (#5)
* Updated common: `5.12.0-dev`
1 parent d3359e6 commit 24ebe9d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

Diff for: README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# th2-cradle-admin 1.10.0
1+
# th2-cradle-admin 1.11.0
22

33
The th2-cradle-admin is a set of projects for managing books and pages in th2 storage.
44

@@ -65,6 +65,10 @@ spec:
6565

6666
## Release notes:
6767

68+
### 1.11.0-dev
69+
* Migrated to th2 gradle plugin `0.0.8`
70+
* Updated common: `5.12.0-dev`
71+
6872
### 1.10.0-dev
6973
* Migrated to th2 gradle plugin `0.0.6`
7074
* Updated:

Diff for: build.gradle

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
2-
id "com.exactpro.th2.gradle.base" version "0.0.6"
3-
id "com.exactpro.th2.gradle.component" version "0.0.6" apply false
2+
id "com.exactpro.th2.gradle.base" version "0.0.8"
3+
id "com.exactpro.th2.gradle.component" version "0.0.8" apply false
44
}
55

66
ext {
7-
commonVersion = '5.11.0-dev'
7+
commonVersion = '5.12.0-dev'
88
cradleVersion = '5.3.0-dev'
99
}
1010

@@ -20,6 +20,7 @@ subprojects {
2020
compileJava.options.debugOptions.debugLevel = 'source,lines,vars' // Include debug information
2121

2222
group = 'com.exactpro.th2'
23+
version = release_version
2324

2425
repositories {
2526
mavenCentral()

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release_version = 1.10.0
1+
release_version = 1.11.0

0 commit comments

Comments
 (0)