Skip to content

Commit

Permalink
build(pom): remove snapshot repository (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores authored Jul 18, 2024
1 parent a7813f8 commit f6da0a3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions cryostat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,6 @@
</developer>
</developers>

<repositories>
<repository>
<id>s01.oss.sonatype.org-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>17</java.version>
Expand Down

0 comments on commit f6da0a3

Please sign in to comment.