Changes
Page history
Update home
authored
Feb 09, 2022
by
Bruno Rosell i Gui
Show whitespace changes
Inline
Side-by-side
home.md
View page @
8c405aa7
...
@@ -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>
...
...
...
...