Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymnk committed Sep 25, 2014
2 parents 730c563 + 59415ed commit ef491c2
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Examples
$ mvn exec:java \
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.UsingPageant"

* UsingSSHAent.java
* UsingSSHAgent.java
This sample demonstrates how to get accesses to ssh-agent.
$ cd examples
$ mvn compile
Expand Down Expand Up @@ -63,7 +63,7 @@ Dependencies
============
To work as a proxy to ssh-agent and Pageant,
the current implementation depends on the following software
* JNA: https://github.com/twall/jna licensed under the GNU LGPL
* JNA: https://github.com/twall/jna licensed under the GNU LGPL and the Apache License 2.0
* junixsocket: http://code.google.com/p/junixsocket/ licensed under the Apache License 2.0
* OpenBSD's netcat: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This software is licensed under [BSD style license](https://github.com/ymnk/jsch
$ mvn exec:java \
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.UsingPageant"

+ [UsingSSHAent.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/UsingSSHAgent.java)
+ [UsingSSHAgent.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/UsingSSHAgent.java)
This sample demonstrates how to get accesses to ssh-agent.

$ cd examples
Expand Down Expand Up @@ -64,7 +64,7 @@ This software is licensed under [BSD style license](https://github.com/ymnk/jsch
To work as a proxy to ssh-agent and Pageant,
the current implementation depends on the following software,

+ JNA: https://github.com/twall/jna licensed under the [GNU LGPL](https://github.com/twall/jna/blob/master/LICENSE)
+ JNA: https://github.com/twall/jna licensed under the [GNU LGPL](https://github.com/twall/jna/blob/master/LICENSE) and the [Apache License 2.0](http://code.google.com/p/junixsocket/source/browse/trunk/junixsocket/LICENSE.txt)
+ junixsocket: http://code.google.com/p/junixsocket/ licensed under the [Apache License 2.0](http://code.google.com/p/junixsocket/source/browse/trunk/junixsocket/LICENSE.txt)
+ OpenBSD's netcat: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/

Expand Down
2 changes: 1 addition & 1 deletion examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ README
$ mvn exec:java \
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.UsingPageant"

* UsingSSHAent.java
* UsingSSHAgent.java
This sample demonstrates how to get accesses to ssh-agent.
$ cd examples
$ mvn compile
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy.examples</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<name>examples to demonstrate how to use jsch-agent-proxy</name>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-connector-factory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.connector-factory</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-jsch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.jsch</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jsch-agent-proxy-pageant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.pageant</artifactId>
Expand All @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<artifactId>jna-platform</artifactId>
<version>${jna.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-sshagent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.sshagent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-sshj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.sshj</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-svnkit-trilead-ssh2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.svnkit-trilead-ssh2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jsch-agent-proxy-usocket-jna/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.usocket-jna</artifactId>
Expand All @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>platform</artifactId>
<artifactId>jna-platform</artifactId>
<version>${jna.version}</version>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-usocket-junixsocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.usocket-junixsocket</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsch-agent-proxy-usocket-nc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
</parent>

<artifactId>jsch.agentproxy.usocket-nc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.jcraft</groupId>
<artifactId>jsch.agentproxy</artifactId>
<version>0.0.7</version>
<version>0.0.8</version>
<packaging>pom</packaging>
<name>jsch-agent-proxy: a parent of modules</name>

Expand Down Expand Up @@ -43,7 +43,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jsch.version>0.1.49</jsch.version>
<jna.version>3.4.0</jna.version>
<jna.version>4.1.0</jna.version>
<trilead.version>1.0.0-build217</trilead.version>
</properties>

Expand Down

0 comments on commit ef491c2

Please sign in to comment.