summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorElias Haugsbakk <[email protected]>2026-09-19 01:31:27 +0200
committerElias Haugsbakk <[email protected]>2026-09-19 01:59:23 +0200
commit019bb39ef84e770a2c45b43e59ea232b73775445 (patch)
tree32a144ff3c8c4981938f6773b84d5644a18d1772 /pom.xml
parentf83be7809a5c9b4dcedcc184da59872552c97bb4 (diff)
add scm to pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0e65c6e..0ad10f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>