diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-10-22 16:53:39 +0200 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2019-10-22 16:53:39 +0200 |
commit | 25c26922b092072330d04ca36a441df2770b7807 (patch) | |
tree | 2a1560d79b175b81be255a6010e0749d120a3a1d | |
parent | 0e282ba22b3fcc1fa30cf0dc56925f91f98c1631 (diff) | |
download | EAAF-Components-25c26922b092072330d04ca36a441df2770b7807.tar.gz EAAF-Components-25c26922b092072330d04ca36a441df2770b7807.tar.bz2 EAAF-Components-25c26922b092072330d04ca36a441df2770b7807.zip |
update build process
-rw-r--r-- | pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -105,12 +105,10 @@ <repository> <id>egizMaven</id> <url>sftp://apps.egiz.gv.at/maven</url> - <uniqueVersion>false</uniqueVersion> </repository> <snapshotRepository> <id>egizMaven</id> - <url>sftp://apps.egiz.gv.at/maven-snapshot</url> - <uniqueVersion>false</uniqueVersion> + <url>sftp://apps.egiz.gv.at/maven-snapshot</url> </snapshotRepository> </distributionManagement> <repositories> |