Skip to content

Commit

Permalink
remove snapshot repositories in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 2, 2023
1 parent 046878d commit b9a6338
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions plugin-tester-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@
<project.encoding>UTF-8</project.encoding>
</properties>

<repositories>
<repository>
<id>apache-snapshots</id>
<name>Apache Snapshots Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
</repositories>

<dependencies>
<dependency>
<groupId>org.apache.pekko</groupId>
Expand Down
8 changes: 0 additions & 8 deletions plugin-tester-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@
<project.encoding>UTF-8</project.encoding>
</properties>

<repositories>
<repository>
<id>apache-snapshots</id>
<name>Apache Snapshots Repository</name>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
</repository>
</repositories>

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

0 comments on commit b9a6338

Please sign in to comment.