From 36a7814e0b4f2472f36e10814536a5a622a779da Mon Sep 17 00:00:00 2001 From: Katie Atrops Date: Mon, 7 Jul 2025 14:21:09 -0700 Subject: [PATCH 1/3] IWF-1073: updating sdk version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fd1cb68..b23f1ea 100644 --- a/build.gradle +++ b/build.gradle @@ -174,7 +174,7 @@ signing { } group = "io.iworkflow" -version = "2.11.0" +version = "2.11.1" nexusPublishing { repositories { From 6cadb6b2a76e09fe64c01921bd44a833e895ea88 Mon Sep 17 00:00:00 2001 From: Katie Atrops Date: Wed, 9 Jul 2025 15:07:29 -0700 Subject: [PATCH 2/3] IWF-1073: updating nexus urls to use the central repo --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index b23f1ea..7928123 100644 --- a/build.gradle +++ b/build.gradle @@ -179,10 +179,10 @@ version = "2.11.1" nexusPublishing { repositories { sonatype { - nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/")) - snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/")) - // username = project.property('myNexusUsername') - // password = project.property('myNexusPassword') + nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) + snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) + username = project.property('myNexusUsername') + password = project.property('myNexusPassword') } } } \ No newline at end of file From b80d776ef143b7c9fd457ce05bbc90222840deff Mon Sep 17 00:00:00 2001 From: Katie Atrops Date: Wed, 9 Jul 2025 15:10:52 -0700 Subject: [PATCH 3/3] IWF-1073: re commenting out lines --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7928123..b5f4659 100644 --- a/build.gradle +++ b/build.gradle @@ -181,8 +181,8 @@ nexusPublishing { sonatype { nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) - username = project.property('myNexusUsername') - password = project.property('myNexusPassword') +// username = project.property('myNexusUsername') +// password = project.property('myNexusPassword') } } } \ No newline at end of file