Skip to content

Commit

Permalink
Upgrade demo to gogo 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Dec 19, 2016
1 parent 435ce36 commit 83db9a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions demo/jline-gogo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set TARGETDIR=%ROOTDIR%\target

set JANSI_VERSION=1.14
set JNA_VERSION=4.2.2
set GOGO_RUNTIME_VERSION=1.0.0
set GOGO_JLINE_VERSION=1.0.0
set GOGO_RUNTIME_VERSION=1.0.2
set GOGO_JLINE_VERSION=1.0.2

rem initialization
if not exist %TARGETDIR%\lib (
Expand Down
4 changes: 2 additions & 2 deletions demo/jline-gogo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ fi;
JLINE_VERSION=$(ls ${TARGETDIR}/jline-*-SNAPSHOT.jar | sed -e 's#.*/jline-## ; s#SNAPSHOT.*#SNAPSHOT#')
JANSI_VERSION=$(cat ${ROOTDIR}/pom.xml| grep jansi.version\> | sed -e 's#^.*<jansi.version>## ; s#</jansi.*##')
JNA_VERSION=$(cat ${ROOTDIR}/pom.xml| grep jna.version\> | sed -e 's#^.*<jna.version>## ; s#</jna.*##')
GOGO_RUNTIME_VERSION=1.0.0
GOGO_JLINE_VERSION=1.0.0
GOGO_RUNTIME_VERSION=1.0.2
GOGO_JLINE_VERSION=1.0.2

# JLINE
cp=${TARGETDIR}/jline-${JLINE_VERSION}.jar
Expand Down

0 comments on commit 83db9a0

Please sign in to comment.