diff options
author | Manuel Bentele | 2021-03-26 08:26:23 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-03-26 08:26:23 +0100 |
commit | 00c19cff0c361ddc4610cca41bb5a28f0f4df02b (patch) | |
tree | dbadc8ba77a444af6850908cf417a91526d0c072 | |
parent | Add missing files (diff) | |
download | proxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.tar.gz proxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.tar.xz proxy-vole-00c19cff0c361ddc4610cca41bb5a28f0f4df02b.zip |
Changed artifact name to satisfy the project's naming convention
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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> |