From fe2f63a7cb81a53c1c64927bcab093008f4f8409 Mon Sep 17 00:00:00 2001 From: yamelsenih Date: Mon, 19 Aug 2024 16:44:33 -0400 Subject: [PATCH] change source references --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5a49936..58c9498 100644 --- a/build.gradle +++ b/build.gradle @@ -93,9 +93,9 @@ publishing { } } scm { - connection = 'scm:git:git://github.com/adempiere/adempiere-s3-connector.git' - developerConnection = 'scm:git:ssh://github.com/adempiere/adempiere-s3-connector.git' - url = 'http://github.com/adempiere/adempiere-s3-connector' + connection = 'scm:git:git://github.com/adempiere/withholding-engine.git' + developerConnection = 'scm:git:ssh://github.com/adempiere/withholding-engine.git' + url = 'http://github.com/adempiere/withholding-engine' } } }