Refactor oak-commons to cedar-commons
Overview:
We have a new private Maven repo called cedar-commons
. Projects stored in the Forge (oak-commons
) were ported from SVN to GIT and stored in GitLab, as well as refactored to retrieve their dependencies from cedar-commons
.
Changes:
- Bump version of Tatooine to 1.0.0 (as per our versioning best practices: https://wiki.inria.fr/cedar/Maven#Versioning)
- Refactor
oak
tocedar
in the code - Add information on
cedar-commons
repos to the POM - Remove unused dependencies declared in the POM after running
mvn dependency:analyze