Skip to content

Commit

Permalink
Add snapshot repository definition
Browse files Browse the repository at this point in the history
  • Loading branch information
alaugks committed Jun 7, 2024
1 parent 4c3954d commit 3baa4ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<version>1.0.0.rc1-SNAPSHOT</version>
</dependency>
</dependencies>

<!-- Define SNAPSHOT repository -->
<repositories>
<repository>
<id>ossrh-snapshot</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>
```

## MessageSource Configuration
Expand Down

0 comments on commit 3baa4ee

Please sign in to comment.