Skip to content

Commit

Permalink
For #373: Updating maven protocol in Reports.java
Browse files Browse the repository at this point in the history
  • Loading branch information
paulodamaso committed Feb 6, 2020
1 parent 8619f8f commit e239a92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/jpeek/web/Reports.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public Func<String, Response> apply(final String group,
new URL(
String.format(
// @checkstyle LineLength (1 line)
"http://repo1.maven.org/maven2/%s/%s/maven-metadata.xml",
"https://repo1.maven.org/maven2/%s/%s/maven-metadata.xml",
grp, artifact
)
)
Expand All @@ -107,7 +107,7 @@ public Func<String, Response> apply(final String group,
new TeeInput(
new URL(
String.format(
"http://repo1.maven.org/maven2/%s/%s/%s/%s",
"https://repo1.maven.org/maven2/%s/%s/%s/%s",
grp, artifact, version, name
)
),
Expand Down

0 comments on commit e239a92

Please sign in to comment.