Skip to content

Commit

Permalink
Merge pull request #87 from apache/update-repos
Browse files Browse the repository at this point in the history
Mvn 3.8.1 will refuse to use http repos
  • Loading branch information
iuliana committed Apr 21, 2021
2 parents 9557583 + 6527ea6 commit 77c4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<repository>
<id>apache.snapshots</id>
<name>Apache Snapshot Repository</name>
<url>http://repository.apache.org/snapshots</url>
<url>https://repository.apache.org/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand Down

0 comments on commit 77c4f20

Please sign in to comment.