Skip to content

Commit

Permalink
Merge pull request #750 from sullis/maven-pluginRepository-https
Browse files Browse the repository at this point in the history
maven pluginRepository: use 'https' instead of 'http'
  • Loading branch information
nikhilnanivadekar committed Dec 29, 2019
2 parents 1160afb + 3348183 commit 89fa2d2
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 89fa2d2

Please sign in to comment.