2018-02-19 23:03:33 +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>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>net.kemitix</groupId>
|
|
|
|
<artifactId>kemitix-parent</artifactId>
|
2020-03-20 08:37:42 +00:00
|
|
|
<version>5.3.0</version>
|
2018-02-19 23:03:33 +00:00
|
|
|
<relativePath/>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>kemitix-pmd-ruleset</artifactId>
|
2021-07-02 07:24:55 +01:00
|
|
|
<version>1.2.2</version>
|
2018-02-19 23:03:33 +00:00
|
|
|
|
|
|
|
<name>Kemitix PMD Ruleset</name>
|
2018-02-20 20:56:15 +00:00
|
|
|
<description>Kemitix PMD Ruleset for Java</description>
|
2018-02-19 23:03:33 +00:00
|
|
|
|
|
|
|
</project>
|