Skip to content

Commit 2205065

Browse files
author
吴就业
committed
发布1.1.3-RELEASE版本
1 parent f2cfd5a commit 2205065

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.github.wujiuye'
10-
version '1.1.2-RELEASE'
10+
version '1.1.3-RELEASE'
1111

1212
repositories {
1313
mavenLocal()

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# 注册的用户名
22
NEXUS_USERNAME=wujiuye
33
# 密码
4-
NEXUS_PASSWORD=J.....5&
4+
NEXUS_PASSWORD=
55

66
### gpg --list-keys --keyid-format short 查出来的
7-
signing.keyId=52FEDB1A
7+
signing.keyId=A6373A2E
88
### 创建密钥时的密码
9-
signing.password=w......5
9+
signing.password=
1010
### .gpg文件的路径
1111
signing.secretKeyRingFile=/Users/wjy/.gnupg/secring.gpg
1212

0 commit comments

Comments
 (0)