summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristian Kollmann <christian.kollmann@a-sit.at>2020-10-30 09:51:14 +0100
committerChristian Kollmann <christian.kollmann@a-sit.at>2020-10-30 09:51:14 +0100
commitb934e977a8949f966d0fb28cd785abc95c50954c (patch)
treec904d62da6ddf7ca741fe3a6798549c949bf8e13 /pom.xml
parent7e324e9140845d52fa557c5ab2ac0a55b91c3052 (diff)
downloadEAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.tar.gz
EAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.tar.bz2
EAAF-Components-b934e977a8949f966d0fb28cd785abc95c50954c.zip
Add CI pipeline
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 17 insertions, 20 deletions
diff --git a/pom.xml b/pom.xml
index 9dc9c733..b9ad9c9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<iaik.prod.iaik_xades.version>2.13_moa</iaik.prod.iaik_xades.version>
<iaik.prod.iaik_xsect.version>2.13_moa</iaik.prod.iaik_xsect.version>
- <hsm-facade-provider.version>0.5.1</hsm-facade-provider.version>
+ <hsm-facade-provider.version>0.5.3-SNAPSHOT</hsm-facade-provider.version>
<io.grpc-core.version>1.30.2</io.grpc-core.version>
<!-- Other third-party libs -->
@@ -99,24 +99,8 @@
<repositories>
<repository>
- <id>asit-snapshot</id>
- <url>https://dev.a-sit.at/repositories/snapshot</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>asit-release</id>
- <url>https://dev.a-sit.at/repositories/release</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
+ <id>gitlab</id>
+ <url>https://gitlab.iaik.tugraz.at/api/v4/groups/119/-/packages/maven</url>
</repository>
<repository>
<id>egiz-commons</id>
@@ -143,6 +127,19 @@
</activation>
</profile>
<profile>
+ <id>gitlabDeploy</id>
+ <distributionManagement>
+ <repository>
+ <id>gitlab</id>
+ <url>https://gitlab.iaik.tugraz.at/api/v4/projects/507/packages/maven</url>
+ </repository>
+ <snapshotRepository>
+ <id>gitlab</id>
+ <url>https://gitlab.iaik.tugraz.at/api/v4/projects/507/packages/maven</url>
+ </snapshotRepository>
+ </distributionManagement>
+ </profile>
+ <profile>
<id>jenkinsDeploy</id>
<distributionManagement>
<repository>
@@ -737,4 +734,4 @@
</plugins>
</reporting>
-</project> \ No newline at end of file
+</project>