maven-parent-root
Root Maven project, inherited by Irenical.org maven projects
Boilerplate common to all irenical's maven projects should go here
##Release instructions:
Using the maven release plugin
- mvn release:clean
- mvn release:prepare
- mvn release:perform
Using the maven deploy
- Bump the version of the pom to a release version (ex: 1.0.0)
- mvn -P release clean deploy
- Update the pom version to the next SNAPSHOT version ( ex: 1.0.1-SNAPSHOT)
non-snapshot releases will be later on published to maven central (http://central.sonatype.org/pages/apache-maven.html)