File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >clj-ssh</groupId >
5
5
<artifactId >clj-ssh</artifactId >
6
- <version >0.3.0 </version >
6
+ <version >0.3.1 </version >
7
7
<name >clj-ssh</name >
8
8
<description >
9
9
clj-ssh is a clojure wrapper for he jsch library, and can be used as an
141
141
<profile >
142
142
<id >clojure-1.3</id >
143
143
<properties >
144
- <clojure .version>1.3.0-beta1 </clojure .version>
144
+ <clojure .version>1.3.0</clojure .version>
145
145
</properties >
146
146
</profile >
147
147
</profiles >
Original file line number Diff line number Diff line change 1
- (defproject clj-ssh " 0.3.0 "
1
+ (defproject clj-ssh " 0.3.1-SNAPSHOT "
2
2
:description " ssh from clojure"
3
3
:dependencies [[org.clojure/clojure " 1.2.0" ]
4
4
[org.clojure/tools.logging " 0.1.2" ]
5
5
[slingshot " 0.2.0" ]
6
6
[com.jcraft/jsch " 0.1.44-1" ]]
7
- :dev-dependencies [[swank-clojure " 1.2.1" ]
8
- [autodoc " 0.7.1" ]
9
- [log4j/log4j " 1.2.14" ]]
7
+ :dev-dependencies [[log4j/log4j " 1.2.14" ]]
10
8
:autodoc {:name " clj-ssh"
11
9
:description " Library for using SSH from clojure."
12
10
:copyright " Copyright Hugo Duncan 2010, 2011. All rights reserved."
13
11
:web-src-dir " http://github.com/hugoduncan/clj-ssh/blob/"
14
- :web-home " http://hugoduncan.github.com/clj-ssh/" })
12
+ :web-home " http://hugoduncan.github.com/clj-ssh/" })
You can’t perform that action at this time.
0 commit comments