Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matejsp committed Sep 17, 2020
1 parent cafa4b0 commit 48f3a91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.nongfenqi.nexus.plugin'
version '1.0.1'
version '1.0.2'


apply plugin: 'java'
Expand All @@ -24,9 +24,9 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.12'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-plugin-api', version: '3.20.1-01'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository', version: '3.20.1-01'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-rest', version: '3.20.1-01'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-plugin-api', version: '3.27.0-03'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-repository', version: '3.27.0-03'
compileOnly group: 'org.sonatype.nexus', name: 'nexus-rest', version: '3.27.0-03'
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.16.18'
}

Expand Down

0 comments on commit 48f3a91

Please sign in to comment.