Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated Maven expressions usage
Motivation: Parent pom.xml uses deprecated maven expressions, such as `${groupId}` which should be ${project.groupId}. This causes tons of warnings on every module in the build. Modifications: Use up to date syntax. Result: No more maven warnings.
- Loading branch information