Added scm to pom.xml

pull/21/head
Niclas Thobaben 2022-02-15 18:35:00 +01:00
parent 1acd5fa3c2
commit 4c5da4f26e
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@
<name>mail-relay</name>
<description>Service for relaying mails from other services or static sites</description>
<scm>
<connection>scm:git:https://git.l--n.de/nclazz/nclazz-mail-relay</connection>
</scm>
<properties>
<java.version>11</java.version>
<maven.compiler.target>11</maven.compiler.target>