Skip to content

Commit 82452d8

Browse files
committed
[maven-release-plugin] prepare release jsch-0.2.8
1 parent 137dbde commit 82452d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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>0.2.8-SNAPSHOT</version>
7+
<version>0.2.8</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.8</tag>
1616
</scm>
1717
<distributionManagement>
1818
<snapshotRepository>
@@ -73,7 +73,7 @@
7373
</license>
7474
</licenses>
7575
<properties>
76-
<project.build.outputTimestamp>2023-03-21T03:04:14Z</project.build.outputTimestamp>
76+
<project.build.outputTimestamp>2023-03-22T06:51:44Z</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)