Update home authored by Bruno Rosell i Gui's avatar Bruno Rosell i Gui
......@@ -39,16 +39,14 @@ To deploy on the gitlab follow the next steps:
<url>https://gitlab.iiia.csic.es/api/v4/groups/internetofus/-/packages/maven</url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitlab-maven</id>
<url>https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven</url>
</repository>
<snapshotRepository>
<id>gitlab-maven-snapshots</id>
<url>https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven</url>
</snapshotRepository>
</distributionManagement>
<properties>
<altSnapshotDeploymentRepository>
snapshots::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</altSnapshotDeploymentRepository>
<altReleaseDeploymentRepository>
releases::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
</altReleaseDeploymentRepository>
</properties>
</profile>
</profiles>
</settings>
......
......