File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ and then include the GeoScript Groovy dependency::
107107 <dependency>
108108 <groupId>org.geoscript</groupId>
109109 <artifactId>geoscript-groovy</artifactId>
110- <version>1.2 </version>
110+ <version>1.3 </version>
111111 </dependency>
112112
113113Presentations
Original file line number Diff line number Diff line change 4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.0 '
48+ version = '1.3 '
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0 '
50+ release = '1.3 '
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
66Stable
77------
88
9- `GeoScript Groovy 1.2 <https://github.com/jericks/geoscript-groovy/releases >`_ is the current stable version.
9+ `GeoScript Groovy 1.3 <https://github.com/jericks/geoscript-groovy/releases >`_ is the current stable version.
1010
1111Experimental
1212------------
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ Install GeoScript
3333
3434#. Unpack the GeoScript tarball::
3535
36- unzip geoscript-groovy-1.2 .zip
36+ unzip geoscript-groovy-1.3 .zip
3737
38- #. Add the geoscript-groovy-1.2 \b in directory to your path::
38+ #. Add the geoscript-groovy-1.3 \b in directory to your path::
3939
40- export PATH=geoscript-groovy-1.2 \bin:$PATH
40+ export PATH=geoscript-groovy-1.3 \bin:$PATH
4141
4242That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
4343
Original file line number Diff line number Diff line change 33GeoScript Groovy Releases
44=========================
55
6- 1.3 (In development)
7- --------------------
6+ 1.3
7+ ---
88
9- The 1.3 release of GeoScript is buit on Groovy 2.1.9, GeoTools 11.0, and the Java Topology Suite 1.13.
9+ The 1.3 release of GeoScript is built on Groovy 2.1.9, GeoTools 11.0, and the Java Topology Suite 1.13.
1010
1111 **Layer Geoprocessing and Layer Algebra **
1212
Original file line number Diff line number Diff line change 44 <groupId >org.geoscript</groupId >
55 <artifactId >geoscript-groovy</artifactId >
66 <packaging >jar</packaging >
7- <version >1.3-SNAPSHOT </version >
7+ <version >1.3</version >
88 <repositories >
99 <repository >
1010 <id >opengeo</id >
362362 </plugins >
363363 </reporting >
364364 <properties >
365- <gt .version>11-SNAPSHOT </gt .version>
365+ <gt .version>11.0 </gt .version>
366366 </properties >
367367 <name >geoscript groovy</name >
368368 <description >A groovy implementation of geoscript.</description >
You can’t perform that action at this time.
0 commit comments