Skip to content

Commit

Permalink
Update Maven endpoint to insecure target for Java 6 builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 18, 2020
1 parent 1f63d1a commit 5c8bf1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .mvn/nossl.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<mirror>
<id>central-no-ssl</id>
<name>Central without SSL</name>
<url>http://repo.maven.apache.org/maven2</url>
<url>http://insecure.repo1.maven.org/maven2</url>
<mirrorOf>central</mirrorOf>
</mirror>
</mirrors>
Expand Down

0 comments on commit 5c8bf1c

Please sign in to comment.