Skip to content

Commit 1615698

Browse files
committed
[maven-release-plugin] prepare release jsch-0.2.23
1 parent c827fcd commit 1615698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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>0.2.23-SNAPSHOT</version>
7+
<version>0.2.23</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-0.2.23</tag>
1616
</scm>
1717
<distributionManagement>
1818
<snapshotRepository>
@@ -75,7 +75,7 @@
7575
</license>
7676
</licenses>
7777
<properties>
78-
<project.build.outputTimestamp>2025-01-09T16:37:47Z</project.build.outputTimestamp>
78+
<project.build.outputTimestamp>2025-01-25T12:55:01Z</project.build.outputTimestamp>
7979
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8080
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
8181
<skipITs>true</skipITs>

0 commit comments

Comments
 (0)