Skip to content

Commit

Permalink
Updated maven repositories urls to use https everywhere so that it is…
Browse files Browse the repository at this point in the history
… working with maven 3.8
  • Loading branch information
niko-rodrigue committed May 16, 2022
1 parent 2966d51 commit 02c9b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@ MyTest*

*.dll
*.save
*.bak
.pydevproject
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<repository>
<id>maven-central</id>
<name>Maven central repository</name>
<url>http://repo.maven.apache.org/maven2/</url>
<url>https://repo.maven.apache.org/maven2/</url>
</repository>
<repository>
<id>biojava-maven-repo</id>
Expand All @@ -65,7 +65,7 @@
<repository>
<id>ebi-repo</id>
<name>The EBI internal repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo</url>
<url>https://www.ebi.ac.uk/~maven/m2repo</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down
2 changes: 1 addition & 1 deletion extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<repository>
<id>ebi-repo</id>
<name>The EBI internal repository</name>
<url>http://www.ebi.ac.uk/~maven/m2repo</url>
<url>https://www.ebi.ac.uk/~maven/m2repo</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 02c9b7d

Please sign in to comment.