summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-10-24 10:47:11 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-10-24 11:53:57 +0200
commit6d0be37eca3374985143292a552825aed2bbe818 (patch)
treed83d91830c0946191d95d33f02001cc03c00fb06 /pom.xml
parent46fb091e6ebb489785fa8fe22e922c0468f11988 (diff)
downloadpdf-over-6d0be37eca3374985143292a552825aed2bbe818.tar.gz
pdf-over-6d0be37eca3374985143292a552825aed2bbe818.tar.bz2
pdf-over-6d0be37eca3374985143292a552825aed2bbe818.zip
re-add internal snapshot repo temporarily
(this allows CI builds with webauthn-java, which is not yet released)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 75067ae6..0e45d381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,6 +232,11 @@
<name>Internal Repository</name>
<url>https://apps.egiz.gv.at/maven/</url>
</repository>
+ <repository> <!-- remove this before next release! as soon as webauthn-java is on main maven -->
+ <id>internal-snapshot</id>
+ <name>Internal Repository (Snapshot)</name>
+ <url>https://apps.egiz.gv.at/maven-snapshot/</url>
+ </repository>
<repository>
<id>maven-central</id>
<name>Maven Central Repository</name>