Skip to content

Commit

Permalink
#54 replace github repo by github packages and remove all latlon repos
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 committed Nov 17, 2023
1 parent 02ed9d3 commit 0fd0c10
Showing 1 changed file with 3 additions and 27 deletions.
30 changes: 3 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

<repositories>
<repository>
<id>github-repo</id>
<name>Github local repo for API build from https://github.com/tada/pljava/</name>
<url>https://raw.github.com/lat-lon/sep3-tools/repository</url>
<id>github</id>
<name>Github repo for pljava build forked from https://github.com/tada/pljava/</name>
<url>https://maven.pkg.github.com/lat-lon/pljava</url>
<releases>
<enabled>true</enabled>
<updatePolicy>never</updatePolicy>
Expand All @@ -47,37 +47,13 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>latlon</id>
<url>https://repo.lat-lon.de/repository/maven-public/</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>sep3tools-releases</id>
<url>https://repo.lat-lon.de/repository/sep3tools-releases/</url>
<releases>
<updatePolicy>never</updatePolicy>
</releases>
</repository>
</repositories>

<issueManagement>
<system>github</system>
<url>https://github.com/lat-lon/sep3-tools/issues</url>
</issueManagement>

<pluginRepositories>
<pluginRepository>
<id>latlon</id>
<url>https://repo.lat-lon.de/repository/maven-public/</url>
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>latlon-deploy</id>
Expand Down

0 comments on commit 0fd0c10

Please sign in to comment.