Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jsch-0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiede committed Jul 26, 2023
1 parent cb1e2b1 commit f0c664d
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.10-SNAPSHOT</version>
<version>0.2.10</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.10</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -73,7 +73,7 @@
</license>
</licenses>
<properties>
<project.build.outputTimestamp>2023-05-25T19:43:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-07-26T13:59:00Z</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 f0c664d

Please sign in to comment.