Skip to content

Commit

Permalink
fix: use secure http urls for maven repositories (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ossdhaval committed May 18, 2022
1 parent 50ed982 commit 496b5b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jans-eleven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<repository>
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<id>mavencentral</id>
<name>maven central</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>jans</id>
Expand Down
6 changes: 3 additions & 3 deletions jans-notify/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<repository>
<id>repository.jboss.org</id>
<name>JBoss Repository</name>
<url>http://repository.jboss.org/nexus/content/groups/public-jboss/</url>
<url>https://repository.jboss.org/nexus/content/groups/public-jboss/</url>
</repository>
<repository>
<id>mavencentral</id>
<name>maven central</name>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
</repository>
<repository>
<id>jans</id>
Expand All @@ -42,7 +42,7 @@
<repository>
<id>bouncycastle</id>
<name>Bouncy Castle</name>
<url>http://repo2.maven.org/maven2/org/bouncycastle</url>
<url>https://repo1.maven.org/maven2/org/bouncycastle</url>
</repository>
</repositories>

Expand Down

0 comments on commit 496b5b2

Please sign in to comment.