Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 923 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 923 Bytes

Parent for our Maven projects

release-badge mavencentral-badge build-badge

The parent pom.xml for our Maven projects

To use simple add the following to your pom.xml:

<parent>
    <groupId>io.qameta</groupId>
    <artifactId>opensource-parent</artifactId>
    <version>$LATEST_VERSION</version>
</parent>