Skip to content

Commit b70c42f

Browse files
committed
Release 1.0
1 parent e4ac550 commit b70c42f

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use maven to build, test, and package::
1818

1919
mvn clean install
2020

21-
The distribution can be found in target/geoscript-groovy-1.0-SNAPSHOT-app/geoscript-groovy-1.0.
21+
The distribution can be found in target/geoscript-groovy-1.0-app/geoscript-groovy-1.0.
2222

2323
Use
2424
---

doc/download.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ Downloads
66
Stable
77
------
88

9-
GeoScript Groovy has not yet reached 1.0.
9+
`GeoScript Groovy 1.0 <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-1.0.zip>`_ is the current stable version.
1010

1111
Experimental
1212
------------
1313

1414
.. warning::
1515

16-
Experimental releases are unstable in nature and contain api that is subject to change without deprecation.
17-
18-
The latest development release of GeoScript Groovy is 0.99.
19-
20-
`GeoScript Groovy 0.99 <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-0.99.zip>`_
21-
16+
Experimental releases are unstable in nature and contain api that is subject to change without deprecation.

doc/quickstart.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Groovy version greater than *1.7* is required for GeoScript. The current version
2929
Install GeoScript
3030
-----------------
3131

32-
#. Download `GeoScript <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-0.99.zip>`_
32+
#. Download `GeoScript <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-1.0.zip>`_
3333

3434
#. Unpack the GeoScript tarball::
3535

36-
unzip geoscript-groovy0.99.zip
36+
unzip geoscript-groovy-1.0.zip
3737

38-
#. Add the geoscript-groovy0.99\bin directory to your path::
38+
#. Add the geoscript-groovy-1.0\bin directory to your path::
3939

40-
export PATH=geoscript-groovy0.99\bin:$PATH
40+
export PATH=geoscript-groovy-1.0\bin:$PATH
4141

4242
That's it. GeoScript Groovy should now be installed on the system. To verify the install execute the :command:`geoscript-groovysh` command::
4343

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.geoscript</groupId>
55
<artifactId>geoscript-groovy</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0-SNAPSHOT</version>
7+
<version>1.0</version>
88
<repositories>
99
<repository>
1010
<id>opengeo</id>

0 commit comments

Comments
 (0)