Skip to content

Commit

Permalink
Use HTTPS URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamretter committed Nov 11, 2023
1 parent ceb6af1 commit fc4cbbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<organization>
<name>Evolved Binary Ltd.</name>
<url>http://www.evolvedbinary.com</url>
<url>https://www.evolvedbinary.com</url>
</organization>

<developers>
Expand All @@ -31,7 +31,7 @@
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://opensource.org/licenses/gpl-2.0</url>
<url>https://opensource.org/licenses/gpl-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down Expand Up @@ -212,7 +212,7 @@
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging http://jira.codehaus.org/browse/MGPG-9 -->
<mavenExecutorId>forked-path</mavenExecutorId> <!-- avoid a bug with GPG plugin hanging https://jira.codehaus.org/browse/MGPG-9 -->
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>@{project.version}</tagNameFormat>
</configuration>
Expand All @@ -223,11 +223,11 @@
<pluginRepositories>
<pluginRepository>
<id>sonatype-releases</id>
<url>http://oss.sonatype.org/content/repositories/releases</url>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</pluginRepository>
<pluginRepository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
<url>https://clojars.org/repo</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit fc4cbbd

Please sign in to comment.