File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 74
74
## Binaries
75
75
76
76
Binaries and dependency information for Maven, Gradle, Ivy and others can be found at
77
- [ http ://search.maven.org ] ( http ://search.maven.org/# search%7Cga%7C1%7Cg%3A%22org .mongodb%22%20AND%20a%3A%22mongodb -driver-sync%22 ) .
77
+ [ https ://central.sonatype.com/search ] ( https ://central.sonatype.com/ search?namespace=org .mongodb&name=mongodb -driver-sync) .
78
78
79
79
Example for Maven:
80
80
@@ -90,12 +90,19 @@ Snapshot builds are also published regulary via Sonatype.
90
90
Example for Maven:
91
91
92
92
``` xml
93
- <repositories >
94
- <repository >
95
- <id >sonatype-snapshot</id >
96
- <url >https://oss.sonatype.org/content/repositories/snapshots/</url >
97
- </repository >
98
- </repositories >
93
+ <repositories >
94
+ <repository >
95
+ <name >Central Portal Snapshots</name >
96
+ <id >central-portal-snapshots</id >
97
+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
98
+ <releases >
99
+ <enabled >false</enabled >
100
+ </releases >
101
+ <snapshots >
102
+ <enabled >true</enabled >
103
+ </snapshots >
104
+ </repository >
105
+ </repositories >
99
106
```
100
107
101
108
## Build
You can’t perform that action at this time.
0 commit comments