Skip to content
Snippets Groups Projects
Commit c456f7fc authored by Yannik's avatar Yannik
Browse files

hopefully fixed maven errors

parent 050c8c30
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
<server>
<id>gitlab-paca</id>
<id>gitlab-maven</id>
<configuration>
<httpHeaders>
<property>
......
......@@ -14,18 +14,18 @@
<url>https://paraalgo.informatik.uni-bremen.de/maven/</url>
</repository>
<repository>
<id>gitlab-paca</id>
<id>gitlab-maven</id>
<url>https://gitlab.informatik.uni-bremen.de/api/v4/groups/6596/-/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab-paca</id>
<id>gitlab-maven</id>
<url>https://gitlab.informatik.uni-bremen.de/api/v4/projects/26607/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-paca</id>
<id>gitlab-maven</id>
<url>https://gitlab.informatik.uni-bremen.de/api/v4/projects/26607/packages/maven</url>
</snapshotRepository>
</distributionManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment