diff options
author | Manuel Bentele | 2021-05-18 09:33:13 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-05-18 09:33:13 +0200 |
commit | 0cf3a70a41505575f2799c3f9f813fe2829d4114 (patch) | |
tree | 0cf4e3c9d76f8e991ec8928df76edb989789867d | |
parent | Remove unused Java import to fix warning (diff) | |
download | ecp-client-lean-0cf3a70a41505575f2799c3f9f813fe2829d4114.tar.gz ecp-client-lean-0cf3a70a41505575f2799c3f9f813fe2829d4114.tar.xz ecp-client-lean-0cf3a70a41505575f2799c3f9f813fe2829d4114.zip |
Add URL to the project's website to the Maven configuration
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <version>0.0.3-SNAPSHOT</version>
<name>Lean ECP Client</name>
<description>ECP Client w/o OpenSAML Libs</description>
+ <url>https://git.openslx.org/bwlp/ecp-client-lean.git</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|