Skip to content

Commit

Permalink
Merge pull request #33386: In contributor docs, don't try to download…
Browse files Browse the repository at this point in the history
… releases from snapshot repo
  • Loading branch information
kennknowles authored Dec 18, 2024
2 parents f476417 + 049f567 commit d17f77a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contributor-docs/code-change-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ Follow these steps for Maven projects.
<id>Maven-Snapshot</id>
<name>maven snapshot repository</name>
<url>https://repository.apache.org/content/groups/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
```

Expand Down

0 comments on commit d17f77a

Please sign in to comment.