2016-08-02 19:51:59 +01:00
|
|
|
<?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>
|
|
|
|
|
2018-01-03 20:26:36 +00:00
|
|
|
<groupId>net.kemitix</groupId>
|
2017-01-03 20:08:58 +00:00
|
|
|
<artifactId>kemitix-checkstyle-ruleset-parent</artifactId>
|
2017-07-13 15:55:00 +01:00
|
|
|
<version>3.4.0-SNAPSHOT</version>
|
2017-01-03 20:08:58 +00:00
|
|
|
<packaging>pom</packaging>
|
2016-08-02 19:51:59 +01:00
|
|
|
|
2017-06-02 19:26:52 +01:00
|
|
|
<name>Kemitix Checkstyle :: Ruleset :: Parent</name>
|
2017-01-03 20:08:58 +00:00
|
|
|
<description>Parent POM for the Kemitix Checkstyle Ruleset and it's Builder</description>
|
|
|
|
|
2017-01-13 19:32:36 +00:00
|
|
|
<properties>
|
2018-01-03 20:30:04 +00:00
|
|
|
<tiles-maven-plugin.version>2.10</tiles-maven-plugin.version>
|
2018-01-06 19:45:32 +00:00
|
|
|
<kemitix-tiles.version>0.2.0</kemitix-tiles.version>
|
2018-01-03 20:26:36 +00:00
|
|
|
<java.version>1.8</java.version>
|
2018-01-03 20:30:04 +00:00
|
|
|
|
2017-02-26 14:39:10 +00:00
|
|
|
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
|
2017-07-03 22:30:11 +01:00
|
|
|
<checkstyle.version>8.0</checkstyle.version>
|
2017-07-03 22:23:54 +01:00
|
|
|
<sevntu.version>1.24.1</sevntu.version>
|
2017-06-09 19:22:13 +01:00
|
|
|
|
2017-06-17 08:36:40 +01:00
|
|
|
<spring-platform.version>Brussels-SR3</spring-platform.version>
|
|
|
|
<spring-boot.version>1.5.4.RELEASE</spring-boot.version>
|
2018-01-06 19:45:18 +00:00
|
|
|
<lombok.version>1.16.18</lombok.version>
|
2017-06-17 08:29:05 +01:00
|
|
|
<mapstream.version>2.3.5</mapstream.version>
|
|
|
|
<map-builder.version>1.0.0</map-builder.version>
|
|
|
|
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
|
2017-07-13 14:09:30 +01:00
|
|
|
<immutables-value.version>2.5.6</immutables-value.version>
|
2017-06-17 08:29:05 +01:00
|
|
|
|
2017-06-17 08:52:13 +01:00
|
|
|
<mockito.version>2.8.47</mockito.version>
|
2017-05-26 15:42:02 +01:00
|
|
|
<assertj.version>3.8.0</assertj.version>
|
2017-01-13 19:32:36 +00:00
|
|
|
</properties>
|
|
|
|
|
2017-01-03 20:08:58 +00:00
|
|
|
<modules>
|
|
|
|
<module>builder</module>
|
|
|
|
<module>ruleset</module>
|
2017-04-02 13:32:00 +01:00
|
|
|
<module>regressions</module>
|
2017-01-03 20:08:58 +00:00
|
|
|
</modules>
|
2016-08-02 19:51:59 +01:00
|
|
|
|
2016-08-16 18:52:31 +01:00
|
|
|
<issueManagement>
|
|
|
|
<url>https://github.com/kemitix/kemitix-checkstyle-ruleset/issues</url>
|
|
|
|
<system>GitHub Issues</system>
|
|
|
|
</issueManagement>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git</connection>
|
|
|
|
<developerConnection>scm:git:git@github.com:kemitix/kemitix-checkstyle-ruleset.git</developerConnection>
|
|
|
|
<url>git@github.com:kemitix/kemitix-checkstyle-ruleset.git</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<url>https://github.com/kemitix/kemitix-checkstyle-ruleset</url>
|
|
|
|
|
2016-08-02 19:51:59 +01:00
|
|
|
<inceptionYear>2016</inceptionYear>
|
|
|
|
|
2018-01-03 20:26:36 +00:00
|
|
|
<licenses>
|
|
|
|
<license>
|
|
|
|
<name>The MIT License (MIT)</name>
|
|
|
|
<url>https://opensource.org/licenses/MIT</url>
|
|
|
|
</license>
|
|
|
|
</licenses>
|
|
|
|
|
|
|
|
<developers>
|
|
|
|
<developer>
|
|
|
|
<name>Paul Campbell</name>
|
|
|
|
<email>pcampbell@kemitix.net</email>
|
|
|
|
<organization>Kemitix</organization>
|
|
|
|
<organizationUrl>https://github.com/kemitix/</organizationUrl>
|
|
|
|
</developer>
|
|
|
|
</developers>
|
|
|
|
|
2017-05-26 15:42:02 +01:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2017-06-17 08:29:05 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.puppycrawl.tools</groupId>
|
|
|
|
<artifactId>checkstyle</artifactId>
|
|
|
|
<version>${checkstyle.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.sevntu-checkstyle</groupId>
|
|
|
|
<artifactId>sevntu-checks</artifactId>
|
|
|
|
<version>${sevntu.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>io.spring.platform</groupId>
|
|
|
|
<artifactId>platform-bom</artifactId>
|
|
|
|
<version>${spring-platform.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2018-01-06 19:45:18 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<version>${lombok.version}</version>
|
|
|
|
</dependency>
|
2017-06-17 08:29:05 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.speedment.common</groupId>
|
|
|
|
<artifactId>mapstream</artifactId>
|
|
|
|
<version>${mapstream.version}</version>
|
|
|
|
</dependency>
|
2017-05-26 15:42:02 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.mockito</groupId>
|
|
|
|
<artifactId>mockito-core</artifactId>
|
|
|
|
<version>${mockito.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
<version>${assertj.version}</version>
|
|
|
|
</dependency>
|
2017-06-17 08:29:05 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>me.andrz</groupId>
|
|
|
|
<artifactId>map-builder</artifactId>
|
|
|
|
<version>${map-builder.version}</version>
|
|
|
|
</dependency>
|
2017-06-17 08:36:22 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.immutables</groupId>
|
|
|
|
<artifactId>value</artifactId>
|
|
|
|
<version>${immutables-value.version}</version>
|
|
|
|
</dependency>
|
2017-05-26 15:42:02 +01:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
2016-09-11 14:59:32 +01:00
|
|
|
</project>
|