Skip to content

Commit a3ffbae

Browse files
committed
Update the POM by setting the repo access through HTTPS
1 parent a96e738 commit a3ffbae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
<packaging>pom</packaging>
3535
<name>Silverpeas Test Dependencies BOM</name>
3636
<description>A BOM with all the dependencies required to build and run the unit and the integration tests of Silverpeas</description>
37-
<url>http://www.silverpeas.org</url>
37+
<url>https://www.silverpeas.org</url>
3838

3939
<scm>
4040
<connection>scm:git:git@github.com:Silverpeas/silverpeas-test-dependencies-bom.git</connection>
4141
<developerConnection>scm:git:git@github.com:Silverpeas/silverpeas-test-dependencies-bom.git
4242
</developerConnection>
43-
<url>http://gitub.com/Silverpeas/silverpeas-test-dependencies-bom.git</url>
43+
<url>https://gitub.com/Silverpeas/silverpeas-test-dependencies-bom.git</url>
4444
<tag>HEAD</tag>
4545
</scm>
4646

@@ -49,13 +49,13 @@
4949
<id>silverpeas</id>
5050
<name>Repository Silverpeas</name>
5151
<layout>default</layout>
52-
<url>http://www.silverpeas.org/nexus/content/repositories/releases/</url>
52+
<url>https://www.silverpeas.org/nexus/content/repositories/releases/</url>
5353
</repository>
5454
<snapshotRepository>
5555
<id>silverpeas-snapshots</id>
5656
<name>Snapshots Repository Silverpeas</name>
5757
<layout>default</layout>
58-
<url>http://www.silverpeas.org/nexus/content/repositories/snapshots/</url>
58+
<url>https://www.silverpeas.org/nexus/content/repositories/snapshots/</url>
5959
</snapshotRepository>
6060
</distributionManagement>
6161

0 commit comments

Comments
 (0)