Skip to content

Commit

Permalink
Add distributionManagement back
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring committed Jun 14, 2024
1 parent 43e1784 commit 79a6ee8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
<project.rootdir>${maven.multiModuleProjectDirectory}</project.rootdir>
</properties>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://aws.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 79a6ee8

Please sign in to comment.