Skip to content

Commit 5cc5313

Browse files
committed
Use OSGeo repositories
1 parent b7daa4d commit 5cc5313

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

pom.xml

Lines changed: 23 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,26 @@
1212
</properties>
1313
<repositories>
1414
<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>
1818
<snapshots>
19-
<enabled>true</enabled>
19+
<enabled>false</enabled>
2020
</snapshots>
21+
<releases>
22+
<enabled>true</enabled>
23+
</releases>
2124
</repository>
2225
<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>
2635
</repository>
2736
</repositories>
2837
<dependencyManagement>
@@ -44,7 +53,7 @@
4453
<dependency>
4554
<groupId>org.ringojs</groupId>
4655
<artifactId>ringojs</artifactId>
47-
<version>[0.8.1]</version>
56+
<version>1.1.0</version>
4857
<scope>test</scope>
4958
</dependency>
5059
<dependency>
@@ -265,16 +274,16 @@
265274
</build>
266275
<distributionManagement>
267276
<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>
271280
<uniqueVersion>false</uniqueVersion>
272281
</repository>
273282
<snapshotRepository>
274-
<id>boundless</id>
275-
<name>Boundless Snapshot Repository</name>
276-
<url>https://repo.boundlessgeo.com/snapshot/</url>
283+
<id>nexus</id>
277284
<uniqueVersion>false</uniqueVersion>
285+
<name>OSGeo Snapshot Repository</name>
286+
<url>https://repo.osgeo.org/repository/geotools-snapshots/</url>
278287
</snapshotRepository>
279288
</distributionManagement>
280289
<profiles>

0 commit comments

Comments
 (0)