Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.28 KB

pc-parent

Build Status Maven Central

Parent pom for pro-crafting projects.

Usage

In your current pom, add the following snippet:

<parent>
    <groupId>com.pro-crafting</groupId>
    <artifactId>pc-parent</artifactId>
    <version>1-SNAPSHOT</version>
</parent>

Versioning

Every change to a parent pom file is considered as major, and critical, since every change can cause undesired side effects to child poms. Therefore, we use a only mayor versions. E.g. The current version is 1, the next version is 2, etc.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details

Acknowledgments