Add scm info
This commit is contained in:
parent
86deb80e71
commit
2f6fbc0efe
5
pom.xml
5
pom.xml
|
@ -7,6 +7,11 @@
|
||||||
<version>2.0.5-SNAPSHOT</version>
|
<version>2.0.5-SNAPSHOT</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<name>uoa-admin-tools</name>
|
<name>uoa-admin-tools</name>
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</connection>
|
||||||
|
<developerConnection>scm:gitea@code-repo.d4science.org:MaDgIK/uoa-admin-tools.git</developerConnection>
|
||||||
|
<url>https://code-repo.d4science.org/MaDgIK/uoa-admin-tools/</url>
|
||||||
|
</scm>
|
||||||
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
|
<!-- Use parent with artifact spring-boot-starter-parent and add plugin with artifact spring-boot-maven-plugin in order to run springboot run command-->
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
Loading…
Reference in New Issue