Skip to content

Commit

Permalink
Remove snapshot repos from example POMs.
Browse files Browse the repository at this point in the history
No longer needed with stable version of reloading-connector.
  • Loading branch information
schnatterer committed Jun 20, 2020
1 parent 0f339f2 commit 81fd22a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions examples/embedded-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,4 @@
</plugins>
</build>

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

</project>
9 changes: 0 additions & 9 deletions examples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,5 @@
</plugin>
</plugins>
</build>

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

</project>

0 comments on commit 81fd22a

Please sign in to comment.