Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
psiotwo authored Sep 21, 2022
1 parent 1ec2d85 commit da23344
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
<id>kbss</id>
<url>http://kbss.felk.cvut.cz/var/www/m2repo</url>
</repository>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/psiotwo/owldiff</url>
</repository>
</distributionManagement>
<modules>
<module>owldiff-parent</module>
Expand All @@ -43,11 +48,4 @@
</extension>
</extensions>
</build>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/psiotwo/owldiff</url>
</repository>
</distributionManagement>
</project>

0 comments on commit da23344

Please sign in to comment.