Skip to content

Commit

Permalink
Refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed May 14, 2024
1 parent bab43cc commit aea03b5
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
versions:
name: Extract app version
uses: th2-net/.github/.github/workflows/compound-prebuild-java-workflow.yml@main
with:
project-path: app
changes:
name: Collect changed files
runs-on: ubuntu-20.04
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,11 @@ spec:
# Release notes:
## 2.8.0
## 2.9.0
+ Migrated to th2 gradle plugin `0.0.6`
+ Updated bom: `4.6.1-dev`
+ Updated cradle api: `5.3.0-dev`
+ Updated common: `5.11.0-dev`
+ Updated grpc-common: `4.5.0-dev`
+ Updated micrometer-bom: `1.12.5`

## 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion app/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kotlin.code.style=official
release_version=2.8.0
release_version=2.9.0

description='th2 Lightweight data provider component'
vcs_url=https://github.com/th2-net/th2-lw-data-provider
Expand Down
8 changes: 7 additions & 1 deletion grpc/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# gRPC for lw-data-provider (2.3.0)
# gRPC for lw-data-provider (2.3.2)

## Release notes:

### 2.3.2

#### Updated:

+ th2-grpc-common: `4.5.0.rc1`

### 2.3.1

#### Updated:
Expand Down
2 changes: 1 addition & 1 deletion grpc/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kotlin.code.style=official
release_version=2.4.0
release_version=2.3.2
2 changes: 1 addition & 1 deletion grpc/package_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"package_name": "th2_grpc_lw_data_provider",
"package_version": "2.4.0"
"package_version": "2.3.2"
}
9 changes: 8 additions & 1 deletion utils/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# utils for lw-data-provider (0.0.1)
# utils for lw-data-provider (0.0.2)

# Release notes:

# 0.0.2

## Updates:
+ bom: `4.6.1`
+ common: `5.11.0-dev`
+ grpc-lw-data-provider: `2.3.2-dev`

# 0.0.1

## Feature:
Expand Down

0 comments on commit aea03b5

Please sign in to comment.