Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Chavez <[email protected]>
  • Loading branch information
vChavezB authored Dec 9, 2023
1 parent 044b8c0 commit 880f58e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/vChavezB/owlapi</url>
</repository>
</distributionManagement>
<prerequisites>
<maven>3.0.5</maven>
</prerequisites>
Expand Down

0 comments on commit 880f58e

Please sign in to comment.