51d1e1d291
Bumps [kemitix-parent](https://gitlab.com/kemitix/kemitix-parent) from 5.1.1 to 5.2.0. - [Release notes](https://gitlab.com/kemitix/kemitix-parent/tags) - [Commits](https://gitlab.com/kemitix/kemitix-parent/commits/master) Signed-off-by: dependabot[bot] <support@dependabot.com>
20 lines
669 B
XML
20 lines
669 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.2.0</version>
|
|
<relativePath/>
|
|
</parent>
|
|
|
|
<artifactId>kemitix-pmd-ruleset</artifactId>
|
|
<version>DEV-SNAPSHOT</version>
|
|
|
|
<name>Kemitix PMD Ruleset</name>
|
|
<description>Kemitix PMD Ruleset for Java</description>
|
|
|
|
</project>
|