Skip to content

Commit 4011d8d

Browse files
Migrated to th2 gradle plugin 0.0.8 (#112)
* Updated common: `5.12.0-dev` * Updated common-utils: `2.2.3-dev`
1 parent 365e17d commit 4011d8d

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Overview (5.6.0)
1+
# Overview (5.7.0)
22

33
Message store (mstore) is an important th2 component responsible for storing raw messages into Cradle. Please refer to [Cradle repository] (https://github.com/th2-net/cradleapi/blob/master/README.md) for more details. This component has a pin for listening messages via MQ.
44

@@ -115,12 +115,17 @@ spec:
115115
This is a list of supported features provided by libraries.
116116
Please see more details about this feature via [link](https://github.com/th2-net/th2-common-j#configuration-formats).
117117
118+
## 5.7.0
119+
120+
* Migrated to th2 gradle plugin `0.0.8`
121+
* Updated common: `5.12.0-dev`
122+
* Updated common-utils: `2.2.3-dev`
123+
118124
## 5.6.0
119125

120126
* Migrated to th2 gradle plugin `0.0.6`
121127
* Updated bom: `4.6.1`
122128
* Updated common: `5.11.0-dev`
123-
* Updated common-utils: `2.2.3-dev`
124129
* Updated cradle api: `5.3.0-dev`
125130

126131
## 5.5.0

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id "application"
3-
id "com.exactpro.th2.gradle.component" version "0.0.6"
3+
id "com.exactpro.th2.gradle.component" version "0.0.8"
44
}
55

66
ext {
77
cradleVersion = '5.3.0-dev'
8-
commonVersion = '5.11.0-dev'
9-
commonUtilsVersion = '2.2.0-dev'
8+
commonVersion = '5.12.0-dev'
9+
commonUtilsVersion = '2.2.3-dev'
1010
}
1111

1212
group = 'com.exactpro.th2'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
release_version=5.6.0
1+
release_version=5.7.0
22
description='th2 mstore component'
3-
vcs_url=https://github.com/th2-net/th2-mstore
3+
vcs_url=https://github.com/th2-net/th2-mstore

0 commit comments

Comments
 (0)