kemitix-checkstyle-ruleset/plugin-sample/pom.xml

22 lines
786 B
XML
Raw Normal View History

2017-01-13 19:36:21 +00: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>
2017-04-02 13:32:00 +01:00
<parent>
<groupId>net.kemitix</groupId>
<artifactId>kemitix-checkstyle-ruleset-sample-parent</artifactId>
2017-05-27 20:45:11 +01:00
<version>3.0.1</version>
2017-04-02 13:32:00 +01:00
<relativePath>../sample-parent</relativePath>
</parent>
2017-01-13 19:36:21 +00:00
<artifactId>kemitix-checkstyle-ruleset-plugin-sample</artifactId>
2017-05-27 20:45:11 +01:00
<version>3.0.1</version>
2017-01-13 19:36:21 +00:00
<name>Kemitix Checkstyle Ruleset Plugin Sample</name>
<description>Sample usage of the Kemitix Checkstyle Ruleset Plugin</description>
2017-01-13 19:36:21 +00:00
</project>