Skip to content

Commit 66f4557

Browse files
committed
Merge branch 'release/0.2.1' into develop
2 parents c2dbd27 + 7d57f97 commit 66f4557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
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.2.1-SNAPSHOT</version>
6+
<version>0.2.2-SNAPSHOT</version>
77
<name>clj-ssh</name>
88
<description>ssh from clojure</description>
99
<scm>
@@ -56,6 +56,7 @@
5656
</plugin>
5757
<plugin>
5858
<artifactId>maven-jar-plugin</artifactId>
59+
<version>2.3.1</version>
5960
<configuration>
6061
<excludes>
6162
<exclude>log4j.xml</exclude>

0 commit comments

Comments
 (0)