Parent pom for pro-crafting projects.
In your current pom, add the following snippet:
<parent>
<groupId>com.pro-crafting</groupId>
<artifactId>pc-parent</artifactId>
<version>1-SNAPSHOT</version>
</parent>
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.
- Martin Panzer - Initial work - Postremus
See also the list of contributors who participated in this project.
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details
- Nathan Fischer - Complete guide to continuous deployment [..] - Excellent example of how to setup cd with travis-ci