Skip to content

Commit 14fc6c7

Browse files
authored
Update pom - publish on GitHub Packages (#2)
1 parent 9ac9f9a commit 14fc6c7

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
@@ -121,4 +121,11 @@
121121
</plugin>
122122
</plugins>
123123
</build>
124+
<distributionManagement>
125+
<repository>
126+
<id>github</id>
127+
<name>GitHub Packages</name>
128+
<url>https://maven.pkg.github.com/bvilela/java-util-validation-lib</url>
129+
</repository>
130+
</distributionManagement>
124131
</project>

0 commit comments

Comments
 (0)