Skip to content

Commit

Permalink
Version bump. Updated Sonatype release repo in Gradle.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3333 committed Dec 5, 2023
1 parent 0b44a67 commit 96d3359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'org.sqids'
version = '0.1.0-SNAPSHOT'
version = '0.1.1-SNAPSHOT'

String rootArtifactiId = 'sqids'
String projectUrl = 'https://sqids.org/java'
Expand Down Expand Up @@ -72,7 +72,7 @@ publishing {
}
repositories {
maven {
def releasesRepoUrl = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
def releasesRepoUrl = 'https://s01.oss.sonatype.org/content/repositories/releases/'
def snapshotsRepoUrl = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials {
Expand Down

0 comments on commit 96d3359

Please sign in to comment.