Skip to content

Commit

Permalink
Upgrade to new Sonatype build infrastructure. (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein authored Jan 13, 2022
1 parent df75575 commit a972315
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<url>https://${sonatype.host}/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
Expand All @@ -31,6 +31,22 @@
</repository>
</repositories>

<distributionManagement>

<repository>
<id>sonatype-releases</id>
<name>Sonatype Release Staging Maven Repository</name>
<url>https://${sonatype.host}/service/local/staging/deploy/maven2</url>
</repository>

<snapshotRepository>
<id>sonatype-snapshots</id>
<name>Sonatype Snapshots Maven Repository</name>
<url>https://${sonatype.host}/content/repositories/snapshots</url>
</snapshotRepository>

</distributionManagement>

<properties>
<project_name>fcrepo-upgrade-utils</project_name>
<project_organization>fcrepo-exts</project_organization>
Expand All @@ -53,6 +69,7 @@
<commons-collections.version>4.4</commons-collections.version>
<ocfl-java.version>1.3.1</ocfl-java.version>
<httpclient.version>4.5.13</httpclient.version>
<sonatype.host>s01.oss.sonatype.org</sonatype.host>
</properties>

<scm>
Expand Down

0 comments on commit a972315

Please sign in to comment.