Skip to content

Commit 7846242

Browse files
committed
Release 0.1.0
1 parent 1cb3743 commit 7846242

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.geoshell</groupId>
55
<artifactId>geo-shell</artifactId>
6-
<version>0.0.1-SNAPSHOT</version>
6+
<version>0.1.0</version>
77
<packaging>jar</packaging>
88
<name>geo-shell</name>
99
<url>http://maven.apache.org</url>
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>org.geoscript</groupId>
1616
<artifactId>geoscript-groovy</artifactId>
17-
<version>1.7-SNAPSHOT</version>
17+
<version>1.7.0</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.springframework.shell</groupId>

src/main/bin/geo-shell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ if [ ! -e "$LIBDIR" ]; then
2020
exit
2121
fi
2222

23-
"$JAVA" -jar $LIBDIR/geo-shell-0.0.1-SNAPSHOT.jar "$@"
23+
"$JAVA" -jar $LIBDIR/geo-shell-0.1.0.jar "$@"

src/main/bin/geo-shell.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set JAVA="%JAVA_HOME%\bin\java.exe"
2929
set CWD=%CD%
3030
cd %~dp0../lib
3131

32-
%JAVA% -jar geo-shell-0.0.1-SNAPSHOT.jar %*
32+
%JAVA% -jar geo-shell-0.1.0.jar %*
3333
goto end
3434

3535
:error

0 commit comments

Comments
 (0)