summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorManuel Bentele2021-03-26 08:26:23 +0100
committerManuel Bentele2021-03-26 08:26:23 +0100
commit00c19cff0c361ddc4610cca41bb5a28f0f4df02b (patch)
treedbadc8ba77a444af6850908cf417a91526d0c072 /pom.xml
parentAdd missing files (diff)
downloadproxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.tar.gz
proxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.tar.xz
proxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.zip
Changed artifact name to satisfy the project's naming convention
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 172c9e8..b7d8999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,11 +2,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.openslx</groupId>
- <artifactId>proxy_vole</artifactId>
+ <artifactId>proxy-vole</artifactId>
<version>0.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Proxy Vole</name>
+ <url>https://git.openslx.org/bwlp/proxy-vole.git</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>