Skip to content

Commit

Permalink
[release] Next development version 3.4.38-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Apr 9, 2024
1 parent c8ff304 commit 92c8ea0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,14 @@ jobs:
java-version: 8
- name: deploy
env:
# ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_USERNAME}}
# ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
ORG_GRADLE_PROJECT_artifactory_publish_username: ${{secrets.ARTIFACTORY_USERNAME}}
ORG_GRADLE_PROJECT_artifactory_publish_password: ${{secrets.ARTIFACTORY_PASSWORD}}
ORG_GRADLE_PROJECT_signingKey: ${{secrets.SIGNING_KEY}}
ORG_GRADLE_PROJECT_signingPassword: ${{secrets.SIGNING_PASSPHRASE}}
ORG_GRADLE_PROJECT_sonatypeUsername: ${{secrets.SONATYPE_USERNAME}}
ORG_GRADLE_PROJECT_sonatypePassword: ${{secrets.SONATYPE_PASSWORD}}
run: |
# ./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
./gradlew -Dorg.gradle.parallel=false assemble sign publishMavenJavaPublicationToSonatypeRepository
./gradlew -Dorg.gradle.parallel=false assemble sign artifactoryPublish -Partifactory_publish_contextUrl=https://repo.spring.io -Partifactory_publish_repoKey=libs-release-local publishMavenJavaPublicationToSonatypeRepository
tagMilestone:
name: Tag milestone
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=3.4.37
version=3.4.38-SNAPSHOT
bomVersion=2020.0.43

org.gradle.parallel=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

[versions]
# Baselines, should be updated on every release
baseline-core-api = "3.4.36"
baselinePerfCore = "3.4.36"
baseline-core-api = "3.4.37"
baselinePerfCore = "3.4.37"
baselinePerfExtra = "3.4.10"

# Other shared versions
Expand Down

0 comments on commit 92c8ea0

Please sign in to comment.