Skip to content

Commit 8b09744

Browse files
committed
Release 32.6.3
1 parent 694d12b commit 8b09744

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ We use [semantic versioning](http://semver.org/):
55
- PATCH version when you make backwards compatible bug fixes.
66

77
# Next Release
8+
# 32.6.3
9+
- Re-Release 32.6.2
810

911
# 32.6.2
1012
- Re-Release 32.6.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
group = "com.teamscale"
77

8-
val appVersion by extra("32.6.2")
8+
val appVersion by extra("32.6.3")
99

1010
val snapshotVersion = appVersion + if (VersionUtils.isTaggedRelease()) "" else "-SNAPSHOT"
1111

teamscale-maven-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if (project.hasProperty("sonatypeUsername") &&
6666
group = "publishing"
6767
description = "Publishes the Maven publication to the Sonatype repository"
6868
dependsOn(":agent:publishToMavenLocal")
69+
dependsOn(":teamscale-client:publishToMavenLocal")
6970
doFirst {
7071
file("/tmp/maven-settings.xml").writeText(
7172
"""
@@ -83,7 +84,6 @@ if (project.hasProperty("sonatypeUsername") &&
8384
}
8485
args(
8586
"deploy", "-s", "/tmp/maven-settings.xml",
86-
"-Drevision=${project.version}", "-Dteamscale.agent.version=${project.version}",
8787
"-Dgpg.passphrase=${project.property("signing.password")}",
8888
"-Dgpg.homedir=${project.property("gpgDirectory")}",
8989
"-Dgpg.keyname=${project.property("signing.keyId")}",

0 commit comments

Comments
 (0)