diff options
| author | Elias Haugsbakk <[email protected]> | 2026-09-19 01:31:27 +0200 |
|---|---|---|
| committer | Elias Haugsbakk <[email protected]> | 2026-09-19 01:59:23 +0200 |
| commit | 019bb39ef84e770a2c45b43e59ea232b73775445 (patch) | |
| tree | 32a144ff3c8c4981938f6773b84d5644a18d1772 /pom.xml | |
| parent | f83be7809a5c9b4dcedcc184da59872552c97bb4 (diff) | |
add scm to pom
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,6 +27,13 @@ <artifactId>kompilator</artifactId> <version>0.0.1-SNAPSHOT</version> + <scm> + <connection>scm:git:https://github.com/eliashaugsbakk/spraak.git</connection> + <developerConnection>scm:git:[email protected]:eliashaugsbakk/spraak.git</developerConnection> + <url>https://github.com/eliashaugsbakk/spraak</url> + <tag>HEAD</tag> + </scm> + <properties> <maven.compiler.source>27</maven.compiler.source> <maven.compiler.target>27</maven.compiler.target> |
