Skip to content

Commit 6948057

Browse files
authored
Merge pull request #49 from geoscript/GEOSCRIPTPY-48
Switch to OSGeo Repositories
2 parents 5d3a72a + a31ff38 commit 6948057

File tree

1 file changed

+28
-19
lines changed

1 file changed

+28
-19
lines changed

pom.xml

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,33 +8,42 @@
88
<name>GeoScript Python</name>
99

1010
<repositories>
11-
<repository>
12-
<id>boundless</id>
13-
<name>Boundless Maven Repository</name>
14-
<url>http://repo.boundlessgeo.com/main</url>
15-
<snapshots>
16-
<enabled>true</enabled>
17-
</snapshots>
18-
</repository>
19-
<repository>
20-
<id>osgeo</id>
21-
<name>Open Source Geospatial Foundation Repository</name>
22-
<url>http://download.osgeo.org/webdav/geotools/</url>
11+
<repository>
12+
<id>osgeo-releases</id>
13+
<name>OSGeo Nexus Release Repository</name>
14+
<url>https://repo.osgeo.org/repository/release/</url>
15+
<snapshots>
16+
<enabled>false</enabled>
17+
</snapshots>
18+
<releases>
19+
<enabled>true</enabled>
20+
</releases>
21+
</repository>
22+
<repository>
23+
<id>osgeo-snapshots</id>
24+
<name>OSGeo Nexus Snapshot Repository</name>
25+
<url>https://repo.osgeo.org/repository/snapshot/</url>
26+
<snapshots>
27+
<enabled>true</enabled>
28+
</snapshots>
29+
<releases>
30+
<enabled>false</enabled>
31+
</releases>
2332
</repository>
2433
</repositories>
2534

2635
<distributionManagement>
2736
<repository>
28-
<id>boundless</id>
29-
<name>Boundless Main Repository</name>
30-
<url>http://repo.boundlessgeo.com/main/</url>
37+
<id>nexus</id>
38+
<name>OSGeo Release Repository</name>
39+
<url>https://repo.osgeo.org/repository/geotools-releases/</url>
3140
<uniqueVersion>false</uniqueVersion>
3241
</repository>
3342
<snapshotRepository>
34-
<id>boundless</id>
35-
<name>Boundless Snapshot Repository</name>
36-
<url>http://repo.boundlessgeo.com/snapshot/</url>
43+
<id>nexus</id>
3744
<uniqueVersion>false</uniqueVersion>
45+
<name>OSGeo Snapshot Repository</name>
46+
<url>https://repo.osgeo.org/repository/geotools-snapshots/</url>
3847
</snapshotRepository>
3948
</distributionManagement>
4049

@@ -311,7 +320,7 @@
311320
</profiles>
312321

313322
<properties>
314-
<gt.version>21-SNAPSHOT</gt.version>
323+
<gt.version>22.0</gt.version>
315324
</properties>
316325

317326
</project>

0 commit comments

Comments
 (0)