Skip to content

Commit

Permalink
Use https for Eclipse maven repo.
Browse files Browse the repository at this point in the history
Fixes #402

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=277798821
  • Loading branch information
eaftan authored and netdpb committed Nov 1, 2019
1 parent 3717179 commit f4a6eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse_plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<repository>
<id>mars</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/mars</url>
<url>https://download.eclipse.org/releases/mars</url>
</repository>
</repositories>

Expand Down

0 comments on commit f4a6eff

Please sign in to comment.