We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41bd894 commit 75018d9Copy full SHA for 75018d9
pom.xml
@@ -6,12 +6,12 @@
6
<parent>
7
<artifactId>minbox-parent</artifactId>
8
<groupId>org.minbox.framework</groupId>
9
- <version>1.0.4</version>
+ <version>1.0.6</version>
10
<relativePath/>
11
</parent>
12
13
<artifactId>ssh-agent</artifactId>
14
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
15
<packaging>jar</packaging>
16
<description>
17
SSH代理跳板方式,支持 “用户名 + 公钥”、“用户名 + 密码方式” 认证登录,建立本地端口与远程服务器端口之间的通信管道。
0 commit comments