Skip to content

Commit df84bcd

Browse files
author
Rob Austin
committed
OHFT-6 - added back in the <distributionManagement>
1 parent b88b407 commit df84bcd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

affinity/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,17 @@
158158
</developers>
159159

160160

161+
<distributionManagement>
162+
<snapshotRepository>
163+
<id>sonatype-nexus-snapshots</id>
164+
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
165+
</snapshotRepository>
166+
<repository>
167+
<id>sonatype-nexus-staging</id>
168+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
169+
</repository>
170+
</distributionManagement>
171+
161172
<repositories>
162173
<repository>
163174
<id>Snapshot Repository</id>

0 commit comments

Comments
 (0)