Skip to content

Commit

Permalink
Version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdussamet KACI committed Jan 31, 2023
1 parent a9603b6 commit f756730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
}

group = "com.dteknoloji"
version = "1.0.2"
version = "1.0.3"
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17

Expand All @@ -30,7 +30,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "com.dteknoloji"
version = "1.0.2"
version = "1.0.3"
artifactId = "springkafkadoc"
from(components["java"])
}
Expand Down

0 comments on commit f756730

Please sign in to comment.