Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 279 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 279 Bytes

parent-pom

The parent POM file for our libraries and projects.

Usage

Reference it as parent in your POM file.

<parent>
    <groupId>info.unterrainer.commons</groupId>
    <artifactId>parent-pom</artifactId>
    <version>[current-verison]</version>
</parent>