Skip to content

Commit 9c0ebaa

Browse files
committed
Moved distribution management
1 parent 39b7f79 commit 9c0ebaa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<url>https://github.com/IABTechLab/uid2-client-java</url>
3939
</scm>
4040

41+
<distributionManagement>
42+
<snapshotRepository>
43+
<id>ossrh</id>
44+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
45+
</snapshotRepository>
46+
</distributionManagement>
47+
4148
<dependencies>
4249
<dependency>
4350
<groupId>com.google.code.gson</groupId>
@@ -62,13 +69,6 @@
6269
</dependency>
6370
</dependencies>
6471

65-
<distributionManagement>
66-
<snapshotRepository>
67-
<id>ossrh</id>
68-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
69-
</snapshotRepository>
70-
</distributionManagement>
71-
7272
<build>
7373
<resources>
7474
<resource>

0 commit comments

Comments
 (0)