diff options
author | Manuel Bentele | 2021-12-16 07:42:46 +0100 |
---|---|---|
committer | Manuel Bentele | 2021-12-16 07:42:46 +0100 |
commit | a14111de2460f4f8d7e9706521154aa28b24e4e8 (patch) | |
tree | 7671035593d7e48bf0958aa71f2453230aa371e8 /api | |
parent | [daemon] Assign thread names, fine tune socket timeouts (diff) | |
download | taskman-lite-a14111de2460f4f8d7e9706521154aa28b24e4e8.tar.gz taskman-lite-a14111de2460f4f8d7e9706521154aa28b24e4e8.tar.xz taskman-lite-a14111de2460f4f8d7e9706521154aa28b24e4e8.zip |
Update URL of project website
Diffstat (limited to 'api')
-rw-r--r-- | api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/pom.xml b/api/pom.xml index 48a9beb..db66596 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ <packaging>jar</packaging> <version>1.0-SNAPSHOT</version> <name>taskmanager-api</name> - <url>http://maven.apache.org</url> + <url>https://git.openslx.org/openslx-ng/taskman-lite.git</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |