Skip to content

Commit

Permalink
Set correct Sonatype OSSRH URL (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Dec 30, 2023
1 parent 157559c commit 08ee4d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
<properties>
<!-- use UTF-8 for everything -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2023-12-09T12:28:05Z</project.build.outputTimestamp>
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
<nexus.url>https://s01.oss.sonatype.org</nexus.url>
<gpg.keyname>EDA86E9FB607B5FC9223FB767D4868B53E31E7AD</gpg.keyname>

<!-- Compilation dependencies -->
<java.version>1.8</java.version>
Expand All @@ -42,6 +47,17 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<url>${nexus.url}/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<url>${nexus.url}/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/dropwizard/metrics-okhttp/issues</url>
Expand Down

0 comments on commit 08ee4d3

Please sign in to comment.