Skip to content

Commit 6335398

Browse files
committed
Upgrade to groovy 2.4.10
1 parent 881bf3a commit 6335398

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.rst

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -132,29 +132,29 @@ and then include the GeoScript Groovy dependency::
132132
Versions
133133
--------
134134

135-
+-----------+----------+-----------+------+---------+
136-
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137-
+-----------+----------+-----------+------+---------+
138-
| 1.9 | 17 | 2.11 | 1.13 | 2.4.9 |
139-
+-----------+----------+-----------+------+---------+
140-
| 1.8 | 16 | 2.10 | 1.13 | 2.4.7 |
141-
+-----------+----------+-----------+------+---------+
142-
| 1.7 | 15 | 2.9 | 1.13 | 2.4.6 |
143-
+-----------+----------+-----------+------+---------+
144-
| 1.6 | 14 | 2.8 | 1.13 | 2.4.5 |
145-
+-----------+----------+-----------+------+---------+
146-
| 1.5 | 13 | 2.7 | 1.13 | 2.3.10 |
147-
+-----------+----------+-----------+------+---------+
148-
| 1.4 | 12 | 2.6 | 1.13 | 2.2.2 |
149-
+-----------+----------+-----------+------+---------+
150-
| 1.3 | 11 | 2.5 | 1.13 | 2.1.9 |
151-
+-----------+----------+-----------+------+---------+
152-
| 1.2 | 10 | 2.4 | 1.13 | 2.1.6 |
153-
+-----------+----------+-----------+------+---------+
154-
| 1.1 | 9 | 2.3 | 1.13 | 1.8.9 |
155-
+-----------+----------+-----------+------+---------+
156-
| 1.0 | 8 | 2.2 | 1.12 | 1.8.8 |
157-
+-----------+----------+-----------+------+---------+
135+
+-----------+----------+-----------+------+----------+
136+
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137+
+-----------+----------+-----------+------+----------+
138+
| 1.9 | 17 | 2.11 | 1.13 | 2.4.10 |
139+
+-----------+----------+-----------+------+----------+
140+
| 1.8 | 16 | 2.10 | 1.13 | 2.4.7 |
141+
+-----------+----------+-----------+------+----------+
142+
| 1.7 | 15 | 2.9 | 1.13 | 2.4.6 |
143+
+-----------+----------+-----------+------+----------+
144+
| 1.6 | 14 | 2.8 | 1.13 | 2.4.5 |
145+
+-----------+----------+-----------+------+----------+
146+
| 1.5 | 13 | 2.7 | 1.13 | 2.3.10 |
147+
+-----------+----------+-----------+------+----------+
148+
| 1.4 | 12 | 2.6 | 1.13 | 2.2.2 |
149+
+-----------+----------+-----------+------+----------+
150+
| 1.3 | 11 | 2.5 | 1.13 | 2.1.9 |
151+
+-----------+----------+-----------+------+----------+
152+
| 1.2 | 10 | 2.4 | 1.13 | 2.1.6 |
153+
+-----------+----------+-----------+------+----------+
154+
| 1.1 | 9 | 2.3 | 1.13 | 1.8.9 |
155+
+-----------+----------+-----------+------+----------+
156+
| 1.0 | 8 | 2.2 | 1.12 | 1.8.8 |
157+
+-----------+----------+-----------+------+----------+
158158

159159
Projects using GeoScript Groovy
160160
-------------------------------

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
<dependency>
286286
<groupId>org.codehaus.groovy</groupId>
287287
<artifactId>groovy-all</artifactId>
288-
<version>2.4.9</version>
288+
<version>2.4.10</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>com.opencsv</groupId>

0 commit comments

Comments
 (0)