|
12 | 12 | </properties> |
13 | 13 | <repositories> |
14 | 14 | <repository> |
15 | | - <id>boundless</id> |
16 | | - <name>Boundless Maven Repository</name> |
17 | | - <url>http://repo.boundlessgeo.com/main</url> |
| 15 | + <id>osgeo-releases</id> |
| 16 | + <name>OSGeo Nexus Release Repository</name> |
| 17 | + <url>https://repo.osgeo.org/repository/release/</url> |
18 | 18 | <snapshots> |
19 | | - <enabled>true</enabled> |
| 19 | + <enabled>false</enabled> |
20 | 20 | </snapshots> |
| 21 | + <releases> |
| 22 | + <enabled>true</enabled> |
| 23 | + </releases> |
21 | 24 | </repository> |
22 | 25 | <repository> |
23 | | - <id>osgeo</id> |
24 | | - <name>Open Source Geospatial Foundation Repository</name> |
25 | | - <url>http://download.osgeo.org/webdav/geotools/</url> |
| 26 | + <id>osgeo-snapshots</id> |
| 27 | + <name>OSGeo Nexus Snapshot Repository</name> |
| 28 | + <url>https://repo.osgeo.org/repository/snapshot/</url> |
| 29 | + <snapshots> |
| 30 | + <enabled>true</enabled> |
| 31 | + </snapshots> |
| 32 | + <releases> |
| 33 | + <enabled>false</enabled> |
| 34 | + </releases> |
26 | 35 | </repository> |
27 | 36 | </repositories> |
28 | 37 | <dependencyManagement> |
|
44 | 53 | <dependency> |
45 | 54 | <groupId>org.ringojs</groupId> |
46 | 55 | <artifactId>ringojs</artifactId> |
47 | | - <version>[0.8.1]</version> |
| 56 | + <version>1.1.0</version> |
48 | 57 | <scope>test</scope> |
49 | 58 | </dependency> |
50 | 59 | <dependency> |
|
265 | 274 | </build> |
266 | 275 | <distributionManagement> |
267 | 276 | <repository> |
268 | | - <id>boundless</id> |
269 | | - <name>Boundless Release Repository</name> |
270 | | - <url>https://repo.boundlessgeo.com/release/</url> |
| 277 | + <id>nexus</id> |
| 278 | + <name>OSGeo Release Repository</name> |
| 279 | + <url>https://repo.osgeo.org/repository/geotools-releases/</url> |
271 | 280 | <uniqueVersion>false</uniqueVersion> |
272 | 281 | </repository> |
273 | 282 | <snapshotRepository> |
274 | | - <id>boundless</id> |
275 | | - <name>Boundless Snapshot Repository</name> |
276 | | - <url>https://repo.boundlessgeo.com/snapshot/</url> |
| 283 | + <id>nexus</id> |
277 | 284 | <uniqueVersion>false</uniqueVersion> |
| 285 | + <name>OSGeo Snapshot Repository</name> |
| 286 | + <url>https://repo.osgeo.org/repository/geotools-snapshots/</url> |
278 | 287 | </snapshotRepository> |
279 | 288 | </distributionManagement> |
280 | 289 | <profiles> |
|
0 commit comments