locationtech / geogig

GeoGig project
Other
402 stars 80 forks source link

Use Maven CI Friendly Versions #511

Closed groldan closed 3 years ago

groldan commented 3 years ago

Use a maven property revision in the root pom as the single definition of the project version for all modules.

This way, child maven modules don't need to specify parent project version.

This has two main advantages:

And one drawback:

See https://maven.apache.org/maven-ci-friendly.html for more information.