Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsch-0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Sep 17, 2024
1 parent 0482139 commit 3e5777d
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 @@ -4,15 +4,15 @@
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<packaging>jar</packaging>
<version>0.2.20-SNAPSHOT</version>
<version>0.2.20</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.20</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -75,7 +75,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2024-08-06T09:07:30Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-09-17T08:59:16Z</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<skipITs>true</skipITs>
Expand Down

0 comments on commit 3e5777d

Please sign in to comment.