Skip to content

Commit

Permalink
#982 changed distribution management in pom.xml from lat-lon repo to …
Browse files Browse the repository at this point in the history
…github repo
  • Loading branch information
tfr42 committed Nov 21, 2023
1 parent f032445 commit 9d99c6a
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 9d99c6a

Please sign in to comment.