Skip to content

Commit 6d47797

Browse files
Added <distributionManagement> tag
1 parent 1693dc3 commit 6d47797

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,14 @@
344344
</dependency>
345345
</dependencies>
346346

347+
<distributionManagement>
348+
<repository>
349+
<id>github</id>
350+
<name>GitHub rodrigorodrigues Apache Maven Packages</name>
351+
<url>https://maven.pkg.github.com/rodrigorodrigues/spring-data-commons</url>
352+
</repository>
353+
</distributionManagement>
354+
347355
<build>
348356
<plugins>
349357
<plugin>

0 commit comments

Comments
 (0)