Skip to content

Commit 228fbed

Browse files
committed
Switch to version to 1.0-SNAPSHOT
1 parent 356a90d commit 228fbed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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-0.99-app/geoscript-groovy-0.99.
21+
The distribution can be found in target/geoscript-groovy-1.0-SNAPSHOT-app/geoscript-groovy-1.0.
2222

2323
Use
2424
---

doc/download.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Experimental
1717

1818
The latest development release of GeoScript Groovy is 0.99.
1919

20-
`GeoScript Groovy 0.98 <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-0.99.zip>`_
20+
`GeoScript Groovy 0.99 <http://github.com/downloads/jericks/geoscript-groovy/geoscript-groovy-0.99.zip>`_
2121

pom.xml

Lines changed: 2 additions & 2 deletions
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>0.99</version>
7+
<version>1.0-SNAPSHOT</version>
88
<repositories>
99
<repository>
1010
<id>opengeo</id>
@@ -288,7 +288,7 @@
288288
</plugins>
289289
</reporting>
290290
<properties>
291-
<gt.version>8.3</gt.version>
291+
<gt.version>8.4</gt.version>
292292
<!-- <gt.version>9-SNAPSHOT</gt.version> -->
293293
</properties>
294294
<name>geoscript groovy</name>

0 commit comments

Comments
 (0)