From 1f1538581e9facee605ac6181695da8884f5bb77 Mon Sep 17 00:00:00 2001 From: FlyFive <826323891@qq.com> Date: Tue, 15 Sep 2020 14:02:30 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E4=B8=BA0.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 44 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 9ab5553..a9951e2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,36 @@ com.shenchuangit tencent-meeting-sdk - 0.1.0-SNAPSHOT + 0.2.0-SNAPSHOT + + Tencent Meeting SDK + + + UTF-8 + 1.8 + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + FlyFive + 826323891@qq.com + + + + + scm:git:https://gitee.com/FlyFive/tencent-meeting-sdk.git + + + scm:git:https://gitee.com/FlyFive/tencent-meeting-sdk.git + + https://gitee.com/FlyFive/tencent-meeting-sdk.git + @@ -49,6 +78,17 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots/ + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + @@ -57,9 +97,9 @@ maven-compiler-plugin 3.8.1 - 1.8 - 1.8 - UTF-8 + ${jdk.version} + ${jdk.version} + ${project.build.sourceEncoding} -- Gitee From 4496c44724782b5e55b66f2459d93b7ea5f4be60 Mon Sep 17 00:00:00 2001 From: FlyFive <826323891@qq.com> Date: Wed, 16 Sep 2020 13:45:02 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=E5=8F=91=E5=B8=83=E4=B8=AD=E5=A4=AE?= =?UTF-8?q?=E5=BA=93=E6=89=80=E9=9C=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/pom.xml b/pom.xml index a9951e2..7e9260a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,9 @@ tencent-meeting-sdk 0.2.0-SNAPSHOT + tencent-meeting-sdk Tencent Meeting SDK + https://gitee.com/FlyFive/tencent-meeting-sdk UTF-8 @@ -102,6 +104,47 @@ ${project.build.sourceEncoding} + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.0.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + \ No newline at end of file -- Gitee From 4e19decaddb59f4e31e3cca83807af3cf5872fc7 Mon Sep 17 00:00:00 2001 From: FlyFive <826323891@qq.com> Date: Wed, 16 Sep 2020 13:50:16 +0800 Subject: [PATCH 3/4] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c260425..6a0e7d6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ #### 安装教程 -目前未发布到maven中央仓库,暂时只能依赖jar包或者直接使用代码。 +2020.9.16,项目已发布到maven中央仓库,直接pom引用即可。 项目添加maven依赖: ```xml -- Gitee From 4f384117758c993e945610ecdde462ca5631edb2 Mon Sep 17 00:00:00 2001 From: FlyFive <826323891@qq.com> Date: Wed, 16 Sep 2020 13:51:15 +0800 Subject: [PATCH 4/4] update pom.xml. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7e9260a..6fae9de 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.shenchuangit tencent-meeting-sdk - 0.2.0-SNAPSHOT + 0.1.0 tencent-meeting-sdk Tencent Meeting SDK -- Gitee