Skip to content

Commit 130db69

Browse files
coheigeadain
authored andcommittedFeb 21, 2020
Update to latest airbase version
1 parent 75d2365 commit 130db69

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎pom.xml

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.airlift</groupId>
77
<artifactId>airbase</artifactId>
8-
<version>77</version>
8+
<version>95</version>
99
</parent>
1010

1111
<groupId>org.iq80.leveldb</groupId>
@@ -63,6 +63,8 @@
6363
<air.check.fail-checkstyle>${air.check.fail-basic}</air.check.fail-checkstyle>
6464

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

6870
<dependencyManagement>
@@ -86,7 +88,7 @@
8688
<plugin>
8789
<groupId>org.apache.maven.plugins</groupId>
8890
<artifactId>maven-checkstyle-plugin</artifactId>
89-
<version>2.17</version>
91+
<version>3.1.0</version>
9092
<executions>
9193
<execution>
9294
<phase>validate</phase>

0 commit comments

Comments
 (0)
Please sign in to comment.