Skip to content

Commit f9c3718

Browse files
committed
Fix invalid maven repository url
1 parent 6fe2dc7 commit f9c3718

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

common/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "org.datausagetracing.integration"
9-
version = "1.0.4"
9+
version = "1.0.5"
1010

1111
repositories {
1212
mavenCentral()
@@ -34,7 +34,7 @@ publishing {
3434
repositories {
3535
maven {
3636
name = "github"
37-
setUrl("https://maven.pkg.github.com/TUB-CNPE-TB/hawk-integration-java")
37+
setUrl("https://maven.pkg.github.com/PrivacyEngineering/hawk-integration-java")
3838
}
3939
}
4040
publications {

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.4"
9+
version = "1.0.5"
1010

1111
repositories {
1212
mavenCentral()

spring/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.datausagetracing.integration"
12-
version = "1.0.4"
12+
version = "1.0.5"
1313

1414
repositories {
1515
mavenCentral()
@@ -36,7 +36,7 @@ publishing {
3636
repositories {
3737
maven {
3838
name = "github"
39-
setUrl("https://maven.pkg.github.com/TUB-CNPE-TB/hawk-integration-java")
39+
setUrl("https://maven.pkg.github.com/PrivacyEngineering/hawk-integration-java")
4040
}
4141
}
4242
publications {

0 commit comments

Comments
 (0)