Skip to content

Commit dcd5791

Browse files
committed
Update to 0.3.1-SNAPSHOT. Remove autodoc and swank-clj from dev-dependencies
1 parent 8f9a3eb commit dcd5791

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>clj-ssh</groupId>
55
<artifactId>clj-ssh</artifactId>
6-
<version>0.3.0</version>
6+
<version>0.3.1</version>
77
<name>clj-ssh</name>
88
<description>
99
clj-ssh is a clojure wrapper for he jsch library, and can be used as an
@@ -141,7 +141,7 @@
141141
<profile>
142142
<id>clojure-1.3</id>
143143
<properties>
144-
<clojure.version>1.3.0-beta1</clojure.version>
144+
<clojure.version>1.3.0</clojure.version>
145145
</properties>
146146
</profile>
147147
</profiles>

project.clj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
1-
(defproject clj-ssh "0.3.0"
1+
(defproject clj-ssh "0.3.1-SNAPSHOT"
22
:description "ssh from clojure"
33
:dependencies [[org.clojure/clojure "1.2.0"]
44
[org.clojure/tools.logging "0.1.2"]
55
[slingshot "0.2.0"]
66
[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"]]
108
:autodoc {:name "clj-ssh"
119
:description "Library for using SSH from clojure."
1210
:copyright "Copyright Hugo Duncan 2010, 2011. All rights reserved."
1311
: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/"})

0 commit comments

Comments
 (0)