Skip to content
Snippets Groups Projects
Unverified Commit ddd3cb02 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

uncommented distributionManagement tag in pom.xml

parent bc18e961
No related branches found
Tags 1.0.1
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</license> </license>
</licenses> </licenses>
<!-- <repositories> <repositories>
<repository> <repository>
<id>gitlab-maven</id> <id>gitlab-maven</id>
<url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url> <url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url>
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<id>gitlab-maven</id> <id>gitlab-maven</id>
<url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url> <url>${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/maven</url>
</repository> </repository>
</distributionManagement> --> </distributionManagement>
<properties> <properties>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>
......
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