Skip to content

Commit 6b75afa

Browse files
committed
Merge branch 'release/17.0.0'
2 parents b9464d1 + f1208d9 commit 6b75afa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ POM_SCM_CONNECTION=scm:git:git://github.com/ThePalaceProject/android-audiobook.g
1515
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/ThePalaceProject/android-audiobook.git
1616
POM_SCM_URL=https://github.com/ThePalaceProject/android-audiobook
1717
POM_URL=https://github.com/ThePalaceProject/android-audiobook
18-
VERSION_NAME=17.0.0-SNAPSHOT
18+
VERSION_NAME=17.0.0
1919
VERSION_PREVIOUS=16.1.0
2020

2121
android.useAndroidX=true

jreleaser.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[deploy.maven.mavenCentral.sonatype]
2+
active = "ALWAYS"
3+
applyMavenCentralRules = false
4+
sign = false
5+
stagingRepositories = ["build/maven"]
6+
url = "https://central.sonatype.com/api/v1/publisher"
7+
verifyPom = false

0 commit comments

Comments
 (0)