Skip to content

Commit 4a3dd29

Browse files
fix: pom.xml with the good distributionManagement for github package
1 parent a966b53 commit 4a3dd29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@
5050
<tag>master</tag>
5151
</scm>
5252

53+
<distributionManagement>
54+
<repository>
55+
<id>github</id>
56+
<name>GitHub Botlify Apache Maven Packages</name>
57+
<url>https://maven.pkg.github.com/botlify-net/anticaptchacom-api</url>
58+
</repository>
59+
</distributionManagement>
5360

5461
<dependencies>
5562
<dependency>

0 commit comments

Comments
 (0)