Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsch-0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Oct 25, 2023
1 parent d6560cf commit 708a534
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.12-SNAPSHOT</version>
<version>0.2.12</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.12</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -73,7 +73,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2023-08-01T16:37:43Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-25T07:38:35Z</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 708a534

Please sign in to comment.