Skip to content

Commit bd2f108

Browse files
committed
chore: prep for general release
1 parent 68c31d0 commit bd2f108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212
mavenCentral()
1313
}
1414

15-
version = '4.5.0-beta.2'
15+
version = '4.5.0'
1616

1717
java {
1818
targetCompatibility = '11'

releasePrep.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ ask('Publish pacts to pact-foundation.pactflow.io?: [Y]') {
125125
executeOnShell 'PACT_PUBLISH=true ./gradlew :pact-publish:test :pact-publish:pactPublish'
126126
}
127127

128-
def nextVer = Version.valueOf(releaseVer).incrementPreReleaseVersion()
128+
def nextVer = Version.valueOf(releaseVer).incrementPatchVersion()
129129
ask("Bump version to $nextVer?: [Y]") {
130130
executeOnShell "sed -i -e \"s/version = '${releaseVer}'/version = '${nextVer}'/\" buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle"
131131
executeOnShell("git add buildSrc/src/main/groovy/au.com.dius.pact.kotlin-common-conventions.gradle")

0 commit comments

Comments
 (0)