Skip to content

Commit

Permalink
66: Replace Bintray/JCenter in Library build settings
Browse files Browse the repository at this point in the history
Task-Url: #66
  • Loading branch information
keilw committed Feb 20, 2021
1 parent 3f3bc8d commit d57bf4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</licenses>
<properties>
<jsr.version>2.1.1</jsr.version>
<ri.version>2.1.1</ri.version>
<maven.surefire.version>3.0.0-M5</maven.surefire.version>
</properties>
<developers>
Expand Down
1 change: 1 addition & 0 deletions jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<jdkVersion>1.8</jdkVersion>
<maven.compile.targetLevel>1.8</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<ri.version>2.1.2-SNAPSHOT</ri.version>
<ucum.version>2.1-SNAPSHOT</ucum.version>
<jackson.version>2.11.2</jackson.version>
<compile.exclude.files>module-info.java</compile.exclude.files>
Expand Down
1 change: 1 addition & 0 deletions yasson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<jdkVersion>1.8</jdkVersion>
<maven.compile.targetLevel>1.8</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<ri.version>2.1.2-SNAPSHOT</ri.version>
<ucum.version>2.1-SNAPSHOT</ucum.version>
<yasson.version>1.0.7</yasson.version>
</properties>
Expand Down

0 comments on commit d57bf4a

Please sign in to comment.