Skip to content

Commit 2535906

Browse files
committed
adapted distribution management
1 parent ec3a7f0 commit 2535906

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
</developer>
2121
</developers>
2222

23+
<distributionManagement>
24+
<repository>
25+
<id>github</id>
26+
<name>GitHub todvora Apache Maven Packages</name>
27+
<url>https://maven.pkg.github.com/todvora/eet-client</url>
28+
</repository>
29+
</distributionManagement>
30+
31+
2332
<properties>
2433
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2534
<!-- <maven.compile.source>10</maven.compile.source>

0 commit comments

Comments
 (0)