Skip to content

Commit

Permalink
Update pom.xml to use same distributionManagement as core Bio-Formats
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Dec 11, 2023
1 parent f457a4e commit 9e66898
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,16 +228,16 @@
</pluginRepositories>

<distributionManagement>
<repository>
<id>ome.staging</id>
<name>OME Staging Repository</name>
<url>https://artifacts.openmicroscopy.org/artifactory/ome.staging</url>
</repository>
<snapshotRepository>
<id>ome.snapshots</id>
<name>OME Snapshots Repository</name>
<url>https://artifacts.openmicroscopy.org/artifactory/ome.snapshots</url>
</snapshotRepository>
<repository>
<id>ome.releases</id>
<name>OME Releases Repository</name>
<url>https://artifacts.openmicroscopy.org/artifactory/ome.releases</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 9e66898

Please sign in to comment.