Skip to content

Commit b22936a

Browse files
committed
Add a profile to deploy snapshots to osgeo, remove opengeo
1 parent c3f0aa2 commit b22936a

1 file changed

Lines changed: 15 additions & 20 deletions

File tree

pom.xml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -60,26 +60,21 @@
6060

6161
<profiles>
6262
<profile>
63-
<id>deployosgeo</id>
64-
<distributionManagement>
65-
<repository>
66-
<uniqueVersion>false</uniqueVersion>
67-
<id>osgeo</id>
68-
<name>OSGeo Geotools - Maven 2 repo</name>
69-
<url>dav:http://download.osgeo.org/webdav/geotools/</url>
70-
</repository>
71-
</distributionManagement>
72-
</profile>
73-
<profile>
74-
<id>deployopengeo</id>
75-
<distributionManagement>
76-
<repository>
77-
<uniqueVersion>false</uniqueVersion>
78-
<id>opengeo</id>
79-
<name>OpenGeo - Maven 2 repo</name>
80-
<url>dav:http://repo.opengeo.org</url>
81-
</repository>
82-
</distributionManagement>
63+
<id>deployosgeo</id>
64+
<distributionManagement>
65+
<repository>
66+
<uniqueVersion>false</uniqueVersion>
67+
<id>nexus</id>
68+
<name>OSGeo Release Repository</name>
69+
<url>https://repo.osgeo.org/repository/geotools-releases/</url>
70+
</repository>
71+
<snapshotRepository>
72+
<uniqueVersion>false</uniqueVersion>
73+
<id>nexus</id>
74+
<name>OSGeo Snapshot Repository</name>
75+
<url>https://repo.osgeo.org/repository/geotools-snapshots/</url>
76+
</snapshotRepository>
77+
</distributionManagement>
8378
</profile>
8479
<!--..................................-->
8580
<!-- GeoSolutions Repository -->

0 commit comments

Comments
 (0)