From b58ceca5ce6bf578fabbb9f1d564ccbfc2364b27 Mon Sep 17 00:00:00 2001 From: yamelsenih Date: Mon, 19 Aug 2024 16:43:38 -0400 Subject: [PATCH] change source project --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 93e448c..470c94f 100644 --- a/build.gradle +++ b/build.gradle @@ -100,9 +100,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/lve.git' + developerConnection = 'scm:git:ssh://github.com/adempiere/lve.git' + url = 'http://github.com/adempiere/lve' } } }