Skip to content

Commit

Permalink
Upgrade demo to Gogo 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Mar 13, 2017
1 parent 51f34d2 commit 79e7a34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/etc/gosh_profile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ if { $.terminal } {
complete -c remote:telnetd -a '[start stop status]'

} {
if { not { ($exception . cause . toString) equals "java.lang.NoClassDefFoundError: org/apache/sshd/common/Factory" } } {
if { not { (($exception cause) toString) equals "java.lang.NoClassDefFoundError: org/apache/sshd/common/Factory" } } {
$exception printStackTrace
}
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<sshd.version>1.4.0</sshd.version>
<easymock.version>3.3.1</easymock.version>
<junit.version>4.12</junit.version>
<gogo.runtime.version>1.0.2</gogo.runtime.version>
<gogo.jline.version>1.0.2</gogo.jline.version>
<gogo.runtime.version>1.0.4</gogo.runtime.version>
<gogo.jline.version>1.0.4</gogo.jline.version>
<slf4j.version>1.7.21</slf4j.version>

<surefire.argLine/>
Expand Down

0 comments on commit 79e7a34

Please sign in to comment.