Skip to content

Commit

Permalink
release 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Mar 29, 2021
1 parent 8824c0f commit 6cb99f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'com.github.shalousun'
version '2.1.1'
version '2.1.2-release'

sourceCompatibility = 1.8

Expand All @@ -31,7 +31,7 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.1'
compile 'com.github.shalousun:smart-doc:2.1.1'
compile 'com.github.shalousun:smart-doc:2.1.2'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down
16 changes: 13 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# message
ossrhUsername=12345
ossrhPassword=12345
NEXUS_USERNAME= shalousun
NEXUS_PASSWORD= Chensanyan@5201314
SONATYPE_NEXUS_USERNAME=shalousun
SONATYPE_NEXUS_PASSWORD=Chensanyan@5201314
sonatypeUsername=shalousun
sonatypePassword=Chensanyan@5201314
ossrhUsername=shalousun
ossrhPassword=Chensanyan@5201314
signing.keyId= 51192AE5
signing.password= yusun4123456
signing.secretKeyRingFile= C:/Users/yu/secret.gpg
gradle.publish.key=v8NGQLy3byz5PnIjJFX9yI6NhiNv7LZl
gradle.publish.secret=QL1FZ59mIltqjDVKMR0VkzaUHdxFyK22

0 comments on commit 6cb99f5

Please sign in to comment.