Skip to content

Commit 7fed832

Browse files
ktropsKatie Atrops
andauthored
IWF-1073: updating sdk version (#305)
Co-authored-by: Katie Atrops <katiea@indeed.com>
1 parent bad98fc commit 7fed832

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,15 +174,15 @@ signing {
174174
}
175175

176176
group = "io.iworkflow"
177-
version = "2.11.0"
177+
version = "2.11.1"
178178

179179
nexusPublishing {
180180
repositories {
181181
sonatype {
182-
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
183-
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
184-
// username = project.property('myNexusUsername')
185-
// password = project.property('myNexusPassword')
182+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
183+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
184+
// username = project.property('myNexusUsername')
185+
// password = project.property('myNexusPassword')
186186
}
187187
}
188188
}

0 commit comments

Comments
 (0)