Skip to content

Commit

Permalink
Merge pull request #70 from lat-lon/fix/mvnDist
Browse files Browse the repository at this point in the history
Changed distribution management in pom.xml to github repo
  • Loading branch information
tfr42 authored Nov 21, 2023
2 parents f0e3f59 + 9d99c6a commit 5b04d48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@

<distributionManagement>
<repository>
<id>latlon-deploy</id>
<url>https://repo.lat-lon.de/repository/sep3tools-releases/</url>
<id>github</id>
<url>https://maven.pkg.github.com/lat-lon/sep3-tools</url>
</repository>
<snapshotRepository>
<id>latlon-deploy</id>
<url>https://repo.lat-lon.de/repository/sep3tools-snapshots/</url>
<id>github</id>
<url>https://maven.pkg.github.com/lat-lon/sep3-tools</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 5b04d48

Please sign in to comment.