pom: add parent
This commit is contained in:
parent
4fcbc83bab
commit
fd88193b2b
1 changed files with 6 additions and 1 deletions
7
pom.xml
7
pom.xml
|
@ -3,8 +3,13 @@
|
|||
xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>kemitix-parent</artifactId>
|
||||
<version>5.1.1</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
<groupId>net.kemitix</groupId>
|
||||
<artifactId>mon</artifactId>
|
||||
<version>DEV-SNAPSHOT</version>
|
||||
|
||||
|
|
Loading…
Reference in a new issue