Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: cec31ba6 by Tony Chemit at 2023-04-17T12:16:53+02:00 Revert "pom - fix distributionManagement for site (use now ssh over git)" This reverts commit 422b324194756bf1b71b6551994027db981ac09a. - - - - - feb3e621 by Tony Chemit at 2023-04-27T12:39:01+02:00 update pom - - - - - 1 changed file: - pom.xml Changes: ===================================== pom.xml ===================================== @@ -23,7 +23,7 @@ <parent> <groupId>io.ultreia.maven</groupId> <artifactId>pom</artifactId> - <version>2023.16</version> + <version>2023.17</version> </parent> <groupId>fr.ird.observe</groupId> <artifactId>ird-observe</artifactId> @@ -74,7 +74,7 @@ <distributionManagement> <site> <id>gitlab.com</id> - <url>scm:git:ssh://git@gitlab.com:${projectPath}.git</url> + <url>scm:git:https://git@gitlab.com/${projectPath}.git</url> </site> </distributionManagement> <properties> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/cb3bf27770973e8d74add2e90... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/compare/cb3bf27770973e8d74add2e90... You're receiving this email because of your account on gitlab.com.