This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch 1.3.0-RELEASE
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
The following commit(s) were added to refs/heads/1.3.0-RELEASE by this push:
new be0fb29 update build.gradle
be0fb29 is described below
commit be0fb2926116cbc721b32417201c75ffa9786e57
Author: xwm1992 <[email protected]>
AuthorDate: Mon Dec 20 15:45:44 2021 +0800
update build.gradle
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 59421a1..fbd2269 100644
--- a/build.gradle
+++ b/build.gradle
@@ -382,7 +382,7 @@ subprojects {
}
repositories {
maven {
- def releasesRepoUrl =
'https://repository.apache.org/content/repositories/releases/'
+ def releasesRepoUrl =
'https://repository.apache.org/service/local/staging/deploy/maven2'
def snapshotsRepoUrl =
'https://repository.apache.org/content/repositories/snapshots/'
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl :
releasesRepoUrl
credentials {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]