Skip to content

Commit 5b2476f

Browse files
committed
Update README.rst with new repository and build server.
1 parent 2312034 commit 5b2476f

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

README.rst

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -108,18 +108,19 @@ Generating tiles::
108108

109109
See the `web site <http://geoscript.org>`_, the `groovy docs <http://geoscript.github.io/geoscript-groovy/api/1.13.0/index.html>`_ or the `cook book <https://jericks.github.io/geoscript-groovy-cookbook/>`_ or the `examples directory <https://github.com/jericks/geoscript-groovy/tree/master/examples>`_ for more examples.
110110

111-
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the Boundless Maven Repository::
112-
113-
<repositories>
114-
<repository>
115-
<id>boundless</id>
116-
<name>Boundless Maven Repository</name>
117-
<url>https://repo.boundlessgeo.com/main</url>
118-
<snapshots>
119-
<enabled>true</enabled>
120-
</snapshots>
121-
</repository>
122-
</repositories>
111+
You can also use GeoScript Groovy as a library. If you use Maven you will need to add the OSGeo Maven Repository::
112+
113+
<repository>
114+
<id>osgeo-releases</id>
115+
<name>OSGeo Nexus Release Repository</name>
116+
<url>https://repo.osgeo.org/repository/release/</url>
117+
<snapshots>
118+
<enabled>false</enabled>
119+
</snapshots>
120+
<releases>
121+
<enabled>true</enabled>
122+
</releases>
123+
</repository>
123124

124125
and then include the GeoScript Groovy dependency::
125126

@@ -211,6 +212,13 @@ Presentations
211212

212213
`GeoScript: Spatial Capabilities for Scripting Languages (FOSS4G 2011) <http://www.slideshare.net/jdeolive/geoscript-spatial-capabilities-for-scripting-languages>`_
213214

215+
Build Servers
216+
-------------
217+
218+
https://travis-ci.org/github/geoscript/geoscript-groovy
219+
220+
https://build.geoserver.org/job/geoscript-groovy/
221+
214222
License
215223
-------
216224
GeoScript Groovy is open source and licensed under the MIT license.

0 commit comments

Comments
 (0)