Skip to content

Commit 92c8ea0

Browse files
committed
[release] Next development version 3.4.38-SNAPSHOT
1 parent c8ff304 commit 92c8ea0

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,14 @@ jobs:
9393
java-version: 8
9494
- name: deploy
9595
env:
96-
# ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_USERNAME}}
97-
# ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
96+
ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_USERNAME}}
97+
ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
9898
ORG_GRADLE_PROJECT_signingKey: ${{secrets.SIGNING_KEY}}
9999
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.SIGNING_PASSPHRASE}}
100100
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.SONATYPE_USERNAME}}
101101
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}}
102102
run: |
103-
# ./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
104-
./gradlew -Dorg.gradle.parallel=false assemble sign publishMavenJavaPublicationToSonatypeRepository
103+
./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
105104
106105
tagMilestone:
107106
name: Tag milestone

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.4.37
1+
version=3.4.38-SNAPSHOT
22
bomVersion=2020.0.43
33

44
org.gradle.parallel=true

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
[versions]
99
# Baselines, should be updated on every release
10-
baseline-core-api = "3.4.36"
11-
baselinePerfCore = "3.4.36"
10+
baseline-core-api = "3.4.37"
11+
baselinePerfCore = "3.4.37"
1212
baselinePerfExtra = "3.4.10"
1313

1414
# Other shared versions

0 commit comments

Comments
 (0)