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: ...@@ -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> <url>https://gitlab.iiia.csic.es/api/v4/groups/internetofus/-/packages/maven</url>
</repository> </repository>
</repositories> </repositories>
<distributionManagement> <properties>
<repository> <altSnapshotDeploymentRepository>
<id>gitlab-maven</id> snapshots::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
<url>https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven</url> </altSnapshotDeploymentRepository>
</repository> <altReleaseDeploymentRepository>
<snapshotRepository> releases::default::https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven
<id>gitlab-maven-snapshots</id> </altReleaseDeploymentRepository>
<url>https://gitlab.iiia.csic.es/api/v4/projects/443/packages/maven</url> </properties>
</snapshotRepository>
</distributionManagement>
</profile> </profile>
</profiles> </profiles>
</settings> </settings>
... ...
......