Paul Campbell
1ef9d1393e
* master: Remove unused tiles build plugin Upgrade `kemitix-parent` to 5.1.1
20 lines
662 B
XML
20 lines
662 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>
|
|
|
|
<parent>
|
|
<groupId>net.kemitix</groupId>
|
|
<artifactId>kemitix-parent</artifactId>
|
|
<version>5.1.1</version>
|
|
<relativePath/>
|
|
</parent>
|
|
|
|
<artifactId>kemitix-pmd-ruleset</artifactId>
|
|
<version>0.3.0</version>
|
|
|
|
<name>Kemitix PMD Ruleset</name>
|
|
<description>Kemitix PMD Ruleset for Java</description>
|
|
|
|
</project>
|