Skip to content

Commit e9d4b27

Browse files
committed
[maven-release-plugin] prepare release jsch-0.2.0
1 parent 2268c37 commit e9d4b27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<groupId>com.github.mwiede</groupId>
44
<artifactId>jsch</artifactId>
55
<packaging>jar</packaging>
6-
<version>0.2.0-SNAPSHOT</version>
6+
<version>0.2.0</version>
77
<name>JSch</name>
88
<url>https://github.com/mwiede/jsch</url>
99
<description>JSch is a pure Java implementation of SSH2</description>
1010
<scm>
1111
<connection>scm:git:https://github.com/mwiede/jsch.git</connection>
1212
<developerConnection>scm:git:https://github.com/mwiede/jsch.git</developerConnection>
1313
<url>https://github.com/mwiede/jsch</url>
14-
<tag>HEAD</tag>
14+
<tag>jsch-0.2.0</tag>
1515
</scm>
1616
<distributionManagement>
1717
<snapshotRepository>
@@ -210,7 +210,7 @@
210210
<requireJavaVersion>
211211
<version>16</version>
212212
</requireJavaVersion>
213-
<dependencyConvergence/>
213+
<dependencyConvergence />
214214
</rules>
215215
</configuration>
216216
</execution>

0 commit comments

Comments
 (0)