Skip to content

Commit

Permalink
added snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jun 5, 2024
1 parent 6e36a6f commit 826eb53
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,18 @@
</dependencies>
</profile>
</profiles>

<repositories>
<repository>
<id>arangodb-snapshots</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

</project>

0 comments on commit 826eb53

Please sign in to comment.