Skip to content

Commit 9067c0b

Browse files
committed
Merge branch 'release/0.2.3' into develop
2 parents 07169da + 89a8f87 commit 9067c0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 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.2.3-SNAPSHOT</version>
6+
<version>0.2.4-SNAPSHOT</version>
77
<name>clj-ssh</name>
88
<description>ssh from clojure</description>
99
<scm>
@@ -64,9 +64,11 @@
6464
</configuration>
6565
</plugin>
6666
<plugin>
67-
<groupId>org.apache.maven.plugins</groupId>
6867
<artifactId>maven-release-plugin</artifactId>
6968
<version>2.0</version>
69+
<configuration>
70+
<pushChanges>false</pushChanges>
71+
</configuration>
7072
</plugin>
7173
</plugins>
7274
</build>

0 commit comments

Comments
 (0)