From a8fea8a59bf7b8b973d7a3bc548c2744cee9ad7e Mon Sep 17 00:00:00 2001 From: xingfei Date: Wed, 28 Jul 2021 14:48:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8F=91=E5=B8=831.0.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ README.md | 6 +++--- build.gradle | 2 +- entry/build.gradle | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f15abd..051f605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.0.0: +- ohos 增加 1.0.0正式版 + # 0.0.2-SNAPSHOT: - ohos 第二个版本,修改FindBugs问题 diff --git a/README.md b/README.md index b0e9de6..068de93 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } @@ -33,7 +33,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:PinView:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:PinView:1.0.0') ...... } ``` @@ -94,7 +94,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 0.0.2-SNAPSHOT +- 1.0.0 ## 版权和许可信息 Copyright 2017-2018 Chaos Leong diff --git a/build.gradle b/build.gradle index 8726113..918f03d 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ allprojects { url 'https://developer.huawei.com/repo/' } maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } jcenter() } diff --git a/entry/build.gradle b/entry/build.gradle index adc1202..f3ff148 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) // implementation project(path: ':pinview') - implementation('com.gitee.chinasoft_ohos:PinView:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:PinView:1.0.0') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' -- Gitee From 32160243c7490ae001b1c9b6a199870d21628bdc Mon Sep 17 00:00:00 2001 From: xingfei Date: Thu, 29 Jul 2021 14:47:16 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=8F=91=E5=B8=831.4.4=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- entry/build.gradle | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 051f605..226d137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -# 1.0.0: -- ohos 增加 1.0.0正式版 +# 1.4.4: +- ohos 增加 1.4.4正式版 # 0.0.2-SNAPSHOT: - ohos 第二个版本,修改FindBugs问题 diff --git a/README.md b/README.md index 068de93..20d09dc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:PinView:1.0.0') + implementation('com.gitee.chinasoft_ohos:PinView:1.4.4') ...... } ``` @@ -94,7 +94,7 @@ CloudTest代码测试无异常 当前版本demo功能与原组件基本无差异 ## 版本迭代 -- 1.0.0 +- 1.4.4 ## 版权和许可信息 Copyright 2017-2018 Chaos Leong diff --git a/entry/build.gradle b/entry/build.gradle index f3ff148..37dc608 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -22,7 +22,7 @@ repositories { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) // implementation project(path: ':pinview') - implementation('com.gitee.chinasoft_ohos:PinView:1.0.0') + implementation('com.gitee.chinasoft_ohos:PinView:1.4.4') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' -- Gitee