Skip to content

Commit 9e4556d

Browse files
committed
Use HTTPS for EBI plugin repo
1 parent 9cb34c9 commit 9e4556d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@
433433
<pluginRepository>
434434
<id>ebi-repo</id>
435435
<name>EBI Maven Repository</name>
436-
<url>
437-
http://www.ebi.ac.uk/~maven/m2repo
438-
</url>
436+
<url>https://www.ebi.ac.uk/~maven/m2repo/</url>
439437
<releases>
440438
<enabled>true</enabled>
441439
<updatePolicy>never</updatePolicy>

0 commit comments

Comments
 (0)