We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bb849 commit 58e54f4Copy full SHA for 58e54f4
1 file changed
pom.xml
@@ -3,15 +3,15 @@
3
<groupId>com.github.mwiede</groupId>
4
<artifactId>jsch</artifactId>
5
<packaging>jar</packaging>
6
- <version>0.2.5-SNAPSHOT</version>
+ <version>0.2.5</version>
7
<name>JSch</name>
8
<url>https://github.com/mwiede/jsch</url>
9
<description>JSch is a pure Java implementation of SSH2</description>
10
<scm>
11
<connection>scm:git:https://github.com/mwiede/jsch.git</connection>
12
<developerConnection>scm:git:https://github.com/mwiede/jsch.git</developerConnection>
13
14
- <tag>HEAD</tag>
+ <tag>jsch-0.2.5</tag>
15
</scm>
16
<distributionManagement>
17
<snapshotRepository>
0 commit comments