Skip to content

Commit

Permalink
Remove snapshot repositories from project (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Oct 26, 2023
1 parent 9560f74 commit b8be47c
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,22 +93,6 @@
<project.build.outputTimestamp>2022-01-18T09:14:02Z</project.build.outputTimestamp>
</properties>

<repositories>
<repository>
<id>maven-snapshots</id>
<layout>default</layout>
<name>maven-snapshots</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<checksumPolicy>fail</checksumPolicy>
<enabled>true</enabled>
</snapshots>
<url>https://repository.apache.org/snapshots</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down

0 comments on commit b8be47c

Please sign in to comment.