Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Commit 6cb99f5

Browse files
committed
release 2.1.2
1 parent 8824c0f commit 6cb99f5

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
group 'com.github.shalousun'
22-
version '2.1.1'
22+
version '2.1.2-release'
2323

2424
sourceCompatibility = 1.8
2525

@@ -31,7 +31,7 @@ repositories {
3131

3232
dependencies {
3333
testCompile group: 'junit', name: 'junit', version: '4.13.1'
34-
compile 'com.github.shalousun:smart-doc:2.1.1'
34+
compile 'com.github.shalousun:smart-doc:2.1.2'
3535
}
3636
tasks.withType(JavaCompile) {
3737
options.encoding = "UTF-8"

gradle.properties

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1-
# message
2-
ossrhUsername=12345
3-
ossrhPassword=12345
1+
NEXUS_USERNAME= shalousun
2+
NEXUS_PASSWORD= Chensanyan@5201314
3+
SONATYPE_NEXUS_USERNAME=shalousun
4+
SONATYPE_NEXUS_PASSWORD=Chensanyan@5201314
5+
sonatypeUsername=shalousun
6+
sonatypePassword=Chensanyan@5201314
7+
ossrhUsername=shalousun
8+
ossrhPassword=Chensanyan@5201314
9+
signing.keyId= 51192AE5
10+
signing.password= yusun4123456
11+
signing.secretKeyRingFile= C:/Users/yu/secret.gpg
12+
gradle.publish.key=v8NGQLy3byz5PnIjJFX9yI6NhiNv7LZl
13+
gradle.publish.secret=QL1FZ59mIltqjDVKMR0VkzaUHdxFyK22

0 commit comments

Comments
 (0)