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

qameta/opensource-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>