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::
107
107
<dependency>
108
108
<groupId>org.geoscript</groupId>
109
109
<artifactId>geoscript-groovy</artifactId>
110
- <version>1.2 </version>
110
+ <version>1.3 </version>
111
111
</dependency>
112
112
113
113
Presentations
Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '1.0 '
48
+ version = '1.3 '
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.0 '
50
+ release = '1.3 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Downloads
6
6
Stable
7
7
------
8
8
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.
10
10
11
11
Experimental
12
12
------------
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ Install GeoScript
33
33
34
34
#. Unpack the GeoScript tarball::
35
35
36
- unzip geoscript-groovy-1.2 .zip
36
+ unzip geoscript-groovy-1.3 .zip
37
37
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::
39
39
40
- export PATH=geoscript-groovy-1.2 \bin:$PATH
40
+ export PATH=geoscript-groovy-1.3 \bin:$PATH
41
41
42
42
That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command: `geoscript-groovysh ` command::
43
43
Original file line number Diff line number Diff line change 3
3
GeoScript Groovy Releases
4
4
=========================
5
5
6
- 1.3 (In development)
7
- --------------------
6
+ 1.3
7
+ ---
8
8
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.
10
10
11
11
**Layer Geoprocessing and Layer Algebra **
12
12
Original file line number Diff line number Diff line change 4
4
<groupId >org.geoscript</groupId >
5
5
<artifactId >geoscript-groovy</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.3-SNAPSHOT </version >
7
+ <version >1.3</version >
8
8
<repositories >
9
9
<repository >
10
10
<id >opengeo</id >
362
362
</plugins >
363
363
</reporting >
364
364
<properties >
365
- <gt .version>11-SNAPSHOT </gt .version>
365
+ <gt .version>11.0 </gt .version>
366
366
</properties >
367
367
<name >geoscript groovy</name >
368
368
<description >A groovy implementation of geoscript.</description >
You can’t perform that action at this time.
0 commit comments