7fdaa6229f
Bumps [kemitix-parent](https://github.com/kemitix/kemitix-parent) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/kemitix/kemitix-parent/releases) - [Changelog](https://github.com/kemitix/kemitix-parent/blob/master/CHANGELOG) - [Commits](https://github.com/kemitix/kemitix-parent/compare/v5.2.0...v5.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Paul Campbell <pcampbell@kemitix.net>
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.3.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>
|