From 9448c218105a0b7a8dfe57d0cd27039d29fd062b Mon Sep 17 00:00:00 2001 From: CarmJos Date: Mon, 30 May 2022 04:24:35 +0800 Subject: [PATCH] =?UTF-8?q?docs(repo):=20=E4=BF=AE=E6=94=B9Github=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- base/command/pom.xml | 2 +- base/gui/pom.xml | 2 +- base/main/pom.xml | 2 +- collection/all/pom.xml | 2 +- collection/bom/pom.xml | 2 +- collection/common/pom.xml | 2 +- extension/papi/pom.xml | 2 +- extension/vault/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ad5ea1c..1359186 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ - + EasyPlugin GitHub Packages - https://maven.pkg.github.com/CarmJos/EasyPlugin + https://raw.githubusercontent.com/CarmJos/EasyPlugin/repo/ @@ -121,7 +121,7 @@ ```groovy repositories { // 采用github依赖库,安全稳定,但需要配置 (推荐) - maven { url 'https://maven.pkg.github.com/CarmJos/EasyPlugin' } + maven { url 'https://raw.githubusercontent.com/CarmJos/EasyPlugin/repo/' } // 采用我的私人依赖库,简单方便,但可能因为变故而无法使用 maven { url 'https://repo.carm.cc/repository/maven-public/' } diff --git a/base/command/pom.xml b/base/command/pom.xml index 5536594..7a0f579 100644 --- a/base/command/pom.xml +++ b/base/command/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/base/gui/pom.xml b/base/gui/pom.xml index f806544..a3425c3 100644 --- a/base/gui/pom.xml +++ b/base/gui/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/base/main/pom.xml b/base/main/pom.xml index 1f05c74..d513780 100644 --- a/base/main/pom.xml +++ b/base/main/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/collection/all/pom.xml b/collection/all/pom.xml index 14dac2f..9e89d36 100644 --- a/collection/all/pom.xml +++ b/collection/all/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/collection/bom/pom.xml b/collection/bom/pom.xml index 9076dea..5deb015 100644 --- a/collection/bom/pom.xml +++ b/collection/bom/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/collection/common/pom.xml b/collection/common/pom.xml index 1a94588..fcaae81 100644 --- a/collection/common/pom.xml +++ b/collection/common/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/extension/papi/pom.xml b/extension/papi/pom.xml index b442a37..1b491c1 100644 --- a/extension/papi/pom.xml +++ b/extension/papi/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/extension/vault/pom.xml b/extension/vault/pom.xml index 7e744e5..f8c1cf5 100644 --- a/extension/vault/pom.xml +++ b/extension/vault/pom.xml @@ -5,7 +5,7 @@ easyplugin-parent cc.carm.lib - 1.4.4-SNAPSHOT + 1.4.4 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index aabd484..5e22045 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ cc.carm.lib easyplugin-parent pom - 1.4.4-SNAPSHOT + 1.4.4 base/main