Skip to content

Instantly share code, notes, and snippets.

View gerardbosch's full-sized avatar

Gerard Bosch gerardbosch

View GitHub Profile
@gerardbosch
gerardbosch / microservice-a
Last active November 24, 2020 18:58
JGitVer multi-module / service parent POM
<!-- While all the below belongs to the same project/build unit, this Microservice POM corresponds to a different project (different lifecycle, repository,...) -->
<parent>
<groupId>com.example.myproj.framework</groupId>
<artifactId>myproj-parent-ms</artifactId>
<version>1.2.3</version> <!-- Just example version -->
</parent>
<groupId>com.example.myproj.microservice</groupId>
<artifactId>microservice-a</artifactId>