Skip to content

Commit 561401d

Browse files
committed
[maven-release-plugin] prepare release jsch-2.27.3
1 parent 85ae26f commit 561401d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<groupId>com.github.mwiede</groupId>
55
<artifactId>jsch</artifactId>
66
<packaging>jar</packaging>
7-
<version>2.27.3-SNAPSHOT</version>
7+
<version>2.27.3</version>
88
<name>JSch</name>
99
<url>https://github.com/mwiede/jsch</url>
1010
<description>JSch is a pure Java implementation of SSH2</description>
1111
<scm>
1212
<connection>scm:git:https://github.com/mwiede/jsch.git</connection>
1313
<developerConnection>scm:git:https://github.com/mwiede/jsch.git</developerConnection>
1414
<url>https://github.com/mwiede/jsch</url>
15-
<tag>HEAD</tag>
15+
<tag>jsch-2.27.3</tag>
1616
</scm>
1717
<issueManagement>
1818
<system>GitHub</system>
@@ -65,7 +65,7 @@
6565
</license>
6666
</licenses>
6767
<properties>
68-
<project.build.outputTimestamp>2025-06-10T21:40:07Z</project.build.outputTimestamp>
68+
<project.build.outputTimestamp>2025-08-20T17:36:02Z</project.build.outputTimestamp>
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7171
<skipITs>true</skipITs>

0 commit comments

Comments
 (0)