diff options
author | Thomas <> | 2023-05-08 17:32:09 +0200 |
---|---|---|
committer | Thomas <> | 2023-05-08 17:32:09 +0200 |
commit | ae477d6c71c213b9edad2cd05a4349b7fc9db08a (patch) | |
tree | 6ce25c037c485930d2d8a6f3361623a77f8cfd47 /pom.xml | |
parent | 1e5c2de3a4aafb476070478b27a18caf9efc051b (diff) | |
download | EAAF-Components-ae477d6c71c213b9edad2cd05a4349b7fc9db08a.tar.gz EAAF-Components-ae477d6c71c213b9edad2cd05a4349b7fc9db08a.tar.bz2 EAAF-Components-ae477d6c71c213b9edad2cd05a4349b7fc9db08a.zip |
build(core): change maven repo id because it was already used
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ </snapshots> </repository> <repository> - <id>egiz-commons</id> + <id>egiz-commons-internal</id> <url>https://apps.egiz.gv.at/maven-internal/</url> <releases> <enabled>true</enabled> |