Skip to content

Commit

Permalink
update gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Sep 15, 2017
1 parent 969e273 commit 8b6c15c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {
id "findbugs"
id "checkstyle"
id "org.springframework.boot" version "1.5.7.RELEASE"
id "io.freefair.maven-jars" version "1.0.0"
id "io.freefair.javadoc-links" version "1.0.0"
id "io.freefair.maven-jars" version "2.0.1"
id "io.freefair.javadoc-links" version "2.0.1"
}

archivesBaseName = "okhttp-spring-boot-autoconfigure"
Expand Down
2 changes: 1 addition & 1 deletion starters/okhttp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "maven"
id "io.freefair.maven-jars" version "1.0.0"
id "io.freefair.maven-jars" version "2.0.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion starters/okhttp2/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "maven"
id "io.freefair.maven-jars" version "1.0.0"
id "io.freefair.maven-jars" version "2.0.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion starters/okhttp3/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "java"
id "maven"
id "io.freefair.maven-jars" version "1.0.0"
id "io.freefair.maven-jars" version "2.0.1"
}

dependencies {
Expand Down

0 comments on commit 8b6c15c

Please sign in to comment.