Skip to content

Commit

Permalink
Merge pull request #4 from dice-group/aksw-repository-https
Browse files Browse the repository at this point in the history
Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
MichaelRoeder authored Apr 9, 2020
2 parents e025956 + 0f5e837 commit eb529f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@
<repository>
<id>maven.aksw.internal</id>
<name>University Leipzig, AKSW Maven2 Repository</name>
<url>http://maven.aksw.org/repository/internal</url>
<url>https://maven.aksw.org/repository/internal</url>
</repository>
<repository>
<id>maven.aksw.snapshots</id>
<name>University Leipzig, AKSW Maven2 Repository</name>
<url>http://maven.aksw.org/repository/snapshots</url>
<url>https://maven.aksw.org/repository/snapshots</url>
</repository>
</repositories>
<pluginRepositories>
Expand All @@ -151,4 +151,4 @@
<url>https://repo.spring.io/libs-release</url>
</pluginRepository>
</pluginRepositories>
</project>
</project>

0 comments on commit eb529f9

Please sign in to comment.