Skip to content

Commit

Permalink
Version bumped to 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
ymnk committed Sep 25, 2014
1 parent b51399d commit 59415ed
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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
2 changes: 1 addition & 1 deletion 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 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
2 changes: 1 addition & 1 deletion 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 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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 59415ed

Please sign in to comment.