Skip to content

Commit

Permalink
Set snapshot=false on Maven Central repos
Browse files Browse the repository at this point in the history
  • Loading branch information
onobc committed Jan 25, 2023
1 parent 57db174 commit ad70a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
Expand All @@ -150,7 +150,7 @@
<name>Maven Central</name>
<url>https://repo.maven.apache.org/maven2</url>
<snapshots>
<enabled>true</enabled>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
Expand Down

0 comments on commit ad70a79

Please sign in to comment.