Skip to content

Commit

Permalink
Use https for pluginRepositories
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Jan 20, 2020
1 parent fcaac78 commit 50102b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -1011,7 +1011,11 @@
<pluginRepositories>
<pluginRepository>
<id>maven-annotation-plugin</id>
<url>http://maven-annotation-plugin.googlecode.com/svn/trunk/mavenrepo</url>
<url>https://maven-annotation-plugin.googlecode.com/svn/trunk/mavenrepo</url>
</pluginRepository>
<pluginRepository>
<id>maven-central</id>
<url>https://repo.maven.apache.org/maven2/</url>
</pluginRepository>
</pluginRepositories>
<reporting>
Expand Down

0 comments on commit 50102b5

Please sign in to comment.