We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b577c86 commit c370ab4Copy full SHA for c370ab4
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>org.geoshell</groupId>
5
<artifactId>geo-shell</artifactId>
6
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0</version>
7
<packaging>jar</packaging>
8
<name>geo-shell</name>
9
<url>http://maven.apache.org</url>
@@ -25,7 +25,7 @@
25
<dependency>
26
<groupId>org.geoscript</groupId>
27
<artifactId>geoscript-groovy</artifactId>
28
- <version>1.16-SNAPSHOT</version>
+ <version>1.16.0</version>
29
</dependency>
30
31
<groupId>org.springframework.shell</groupId>
src/main/docs/index.adoc
@@ -1,6 +1,6 @@
1
= Geo Shell
2
Jared Erickson
-v0.7.0
+v0.8.0
:title-logo-image: image:geoshell.png[pdfwidth=5.5in,align=center]
ifndef::imagesdir[:imagesdir: images]
0 commit comments