Skip to content

Commit

Permalink
Update to latest airbase version
Browse files Browse the repository at this point in the history
  • Loading branch information
coheigea authored and dain committed Feb 21, 2020
1 parent 75d2365 commit 130db69
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.airlift</groupId>
<artifactId>airbase</artifactId>
<version>77</version>
<version>95</version>
</parent>

<groupId>org.iq80.leveldb</groupId>
Expand Down Expand Up @@ -63,6 +63,8 @@
<air.check.fail-checkstyle>${air.check.fail-basic}</air.check.fail-checkstyle>

<air.javadoc.lint>-missing</air.javadoc.lint>
<air.license.header-file>src/license/LICENSE-HEADER.txt</air.license.header-file>
<air.checkstyle.config-file>${air.main.basedir}/src/checkstyle/checks.xml</air.checkstyle.config-file>
</properties>

<dependencyManagement>
Expand All @@ -86,7 +88,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down

0 comments on commit 130db69

Please sign in to comment.