We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307d7e8 commit c410ea8Copy full SHA for c410ea8
1 file changed
README.md
@@ -50,14 +50,21 @@ add these repos to your `settings.xml` or your project `pom.xml`. Example:
50
```xml
51
<pluginRepositories>
52
<pluginRepository>
53
- <id>sonatype-snapshots</id>
+ <id>sonatype-releases</id>
54
<url>http://oss.sonatype.org/content/repositories/releases</url>
55
</pluginRepository>
56
57
<id>clojars.org</id>
58
<url>http://clojars.org/repo</url>
59
60
+
61
+ <!-- If you want to try SNAPSHOT versions, you need Sonatype's snapshots repo: -->
62
+ <pluginRepository>
63
+ <id>sonatype-snapshots</id>
64
+ <url>http://oss.sonatype.org/content/repositories/snapshots</url>
65
+ </pluginRepository>
66
</pluginRepositories>
67
68
```
69
70
0 commit comments