Skip to content

Commit eb5b0c9

Browse files
committed
[maven-release-plugin] prepare release jsch-0.2.15
1 parent f0fca1b commit eb5b0c9

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.15-SNAPSHOT</version>
7+
<version>0.2.15</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.15</tag>
1616
</scm>
1717
<distributionManagement>
1818
<snapshotRepository>
@@ -73,7 +73,7 @@
7373
</license>
7474
</licenses>
7575
<properties>
76-
<project.build.outputTimestamp>2023-12-14T11:54:05Z</project.build.outputTimestamp>
76+
<project.build.outputTimestamp>2023-12-19T16:06:04Z</project.build.outputTimestamp>
7777
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7878
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7979
<skipITs>true</skipITs>

0 commit comments

Comments
 (0)