Skip to content

Commit

Permalink
chore: use https in pom fixtures (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored Jul 2, 2024
1 parent e5e27c4 commit 95e4176
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions fixtures/locks-e2e/1-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<version>2.1.0</version>
<packaging>pom</packaging>
<name>Highcharts Export Project</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>
<organization>
<name>Highsoft</name>
<url>http://highcharts.com</url>
<url>https://highcharts.com</url>
</organization>
<properties>
<!-- compile plugin settings -->
Expand All @@ -28,13 +28,13 @@
<repository>
<id>com.springsource.repository.bundles.release</id>
<name>SpringSource Enterprise Bundle Repository - SpringSource Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/release</url>
<url>https://repository.springsource.com/maven/bundles/release</url>
</repository>

<repository>
<id>com.springsource.repository.bundles.external</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
<url>https://repository.springsource.com/maven/bundles/external</url>
</repository>
</repositories>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions fixtures/locks-e2e/2-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<artifactId>highcharts-export-web</artifactId>
<packaging>war</packaging>
<name>highcharts-export-web</name>
<url>http://maven.apache.org</url>
<url>https://maven.apache.org</url>
<organization>
<name>Highsoft</name>
<url>http://highcharts.com</url>
<url>https://highcharts.com</url>
</organization>
<dependencies>
<dependency>
Expand Down

0 comments on commit 95e4176

Please sign in to comment.