Skip to content

Commit

Permalink
Add new id to repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Mar 20, 2024
1 parent 9148f2c commit d45ef55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,16 @@
<enabled>false</enabled>
</releases>
</repository>
<repository>
<id>github-giis</id>
<url>https://maven.pkg.github.com/giis-uniovi/*</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<developers>
Expand Down

0 comments on commit d45ef55

Please sign in to comment.