Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsch-0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Aug 1, 2023
1 parent 9cc9f65 commit 2dd6dc2
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.11-SNAPSHOT</version>
<version>0.2.11</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.11</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -73,7 +73,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2023-07-26T14:00:14Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-08-01T16:36:10Z</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 2dd6dc2

Please sign in to comment.