Skip to content

Commit

Permalink
Merge pull request #657 from mwiede/release
Browse files Browse the repository at this point in the history
Release 0.2.20
  • Loading branch information
mwiede committed Sep 17, 2024
2 parents 0482139 + 4239b3d commit 0ecb18a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ with
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.19</version>
<version>0.2.20</version>
</dependency>
```

Expand All @@ -43,7 +43,7 @@ When you have an artifact `foo:bar`, which contains `com.jcraft:jsch` as a trans
<dependency>
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<version>0.2.19</version>
<version>0.2.20</version>
</dependency>
<dependency>
<groupId>foo</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.mwiede</groupId>
<artifactId>jsch</artifactId>
<packaging>jar</packaging>
<version>0.2.20-SNAPSHOT</version>
<version>0.2.21-SNAPSHOT</version>
<name>JSch</name>
<url>https://github.com/mwiede/jsch</url>
<description>JSch is a pure Java implementation of SSH2</description>
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-17T09:00:59Z</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 0ecb18a

Please sign in to comment.