Skip to content

Commit eb5a142

Browse files
committed
Fix ci
1 parent a9abe0a commit eb5a142

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
with:
4040
tag_name: ${{ github.ref }}
41-
release_name: GGFrame ${{ github.ref }}
41+
release_name: Hawk Integration Java ${{ github.ref }}
4242
draft: false
4343
prerelease: true
4444
- name: Upload Common to Release

common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "org.datausagetracing.integration"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010

1111
repositories {
1212
mavenCentral()

spring-example/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "org.datausagetracing.integration"
9-
version = "1.0.1"
9+
version = "1.0.2"
1010

1111
repositories {
1212
mavenCentral()

spring/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.datausagetracing.integration"
12-
version = "1.0.1"
12+
version = "1.0.2"
1313

1414
repositories {
1515
mavenCentral()

0 commit comments

Comments
 (0)