Skip to content

Commit

Permalink
maven pluginRepository: use 'https' instead of 'http'
Browse files Browse the repository at this point in the history
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
  • Loading branch information
sullis committed Dec 29, 2019
1 parent 1160afb commit 3348183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

<pluginRepository>
<id>central</id>
<url>http://repo1.maven.org/maven2</url>
<url>https://repo1.maven.org/maven2</url>
<name>Maven Plugin Repository</name>

<releases>
Expand Down

0 comments on commit 3348183

Please sign in to comment.