Skip to content

Commit

Permalink
Stop using Tigris in the build
Browse files Browse the repository at this point in the history
The maven build has been relying on the Tigris site
(http://argouml-downloads.tigris.org/maven2) for the build.
I have moved the required dependencies to Github Pages.
This is to allow ArgoUML to be built without the Tigris site.
It now relies on the Github Pages site.

Change-Id: I14a46e8a2c9e22328979cfc8ba208316a16f3f02
  • Loading branch information
linustolke committed Apr 29, 2020
1 parent 07ca5e0 commit c2e2407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,9 @@
<repositories>
<repository>
<id>argouml</id>
<name>ArgoUML Release Repository</name>
<name>ArgoUML-Provided Parts Repository (from Tigris)</name>
<layout>default</layout>
<url>http://argouml-downloads.tigris.org/maven2</url>
<url>http://argouml-tigris-org.github.io/tigris/maven2</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit c2e2407

Please sign in to comment.