kemitix-checkstyle-ruleset/pom.xml
Paul Campbell 9e3bb77af9 Release 5.3.6
Dependencies:

* Bump checkstyle from 8.18 to 8.19
* Bump sevntu from 1.32.0 to 1.33.0
* Bump classgraph from 4.8.11 to 4.8.22
* Bump mockito-core from 2.24.5 to 2.25.1
* Bump mapstream from 3.1.12 to 3.1.15
* Bump assertj-core from 3.12.1 to 3.12.2
2019-04-05 19:40:06 +01:00

22 lines
692 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>net.kemitix.checkstyle</groupId>
<artifactId>kemitix-checkstyle-ruleset</artifactId>
<version>5.3.6</version>
<packaging>pom</packaging>
<properties>
<maven.install.skip>true</maven.install.skip>
</properties>
<modules>
<module>builder</module>
<module>ruleset</module>
<module>tile</module>
</modules>
</project>