Skip to content

Commit 46cba7b

Browse files
committed
chore(ci): update repositories for distribution
1 parent 143926d commit 46cba7b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

pom.xml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,19 @@
1919
<surefire-plugin.version>3.5.3</surefire-plugin.version>
2020
</properties>
2121

22+
<distributionManagement>
23+
<repository>
24+
<id>github</id>
25+
<name>GitHub Packages</name>
26+
<url>https://maven.pkg.github.com/podmortem/common-lib</url>
27+
</repository>
28+
<snapshotRepository>
29+
<id>github</id>
30+
<name>GitHub Packages</name>
31+
<url>https://maven.pkg.github.com/podmortem/common-lib</url>
32+
</snapshotRepository>
33+
</distributionManagement>
34+
2235
<dependencyManagement>
2336
<dependencies>
2437
<dependency>
@@ -160,11 +173,4 @@
160173
</properties>
161174
</profile>
162175
</profiles>
163-
164-
<distributionManagement>
165-
<repository>
166-
<id>github</id>
167-
<url>https://maven.pkg.github.com/podmortem/common-lib</url>
168-
</repository>
169-
</distributionManagement>
170176
</project>

0 commit comments

Comments
 (0)