Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsch-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Feb 9, 2022
1 parent 2268c37 commit e9d4b27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<packaging>jar</packaging>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<name>JSch</name>
<url>https://github.com/mwiede/jsch</url>
<description>JSch is a pure Java implementation of SSH2</description>
<scm>
<connection>scm:git:https://github.com/mwiede/jsch.git</connection>
<developerConnection>scm:git:https://github.com/mwiede/jsch.git</developerConnection>
<url>https://github.com/mwiede/jsch</url>
<tag>HEAD</tag>
<tag>jsch-0.2.0</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -210,7 +210,7 @@
<requireJavaVersion>
<version>16</version>
</requireJavaVersion>
<dependencyConvergence/>
<dependencyConvergence />
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit e9d4b27

Please sign in to comment.