Skip to content

Commit 0e74e89

Browse files
committed
[maven-release-plugin] prepare release sshd-2.13.2
1 parent c2d64f4 commit 0e74e89

File tree

16 files changed

+18
-18
lines changed

16 files changed

+18
-18
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
</parent>
2727

2828
<artifactId>apache-sshd</artifactId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<groupId>org.apache.sshd</groupId>
2929
<artifactId>sshd</artifactId>
30-
<version>2.13.2-SNAPSHOT</version>
30+
<version>2.13.2</version>
3131
<name>Apache Mina SSHD</name>
3232
<packaging>pom</packaging>
3333
<inceptionYear>2008</inceptionYear>
@@ -75,13 +75,13 @@
7575
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection>
7676
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection>
7777
<url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url>
78-
<tag>sshd-2.13.1</tag>
78+
<tag>sshd-2.13.2</tag>
7979
</scm>
8080

8181
<properties>
8282
<projectRoot>${project.basedir}</projectRoot>
8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
84-
<project.build.outputTimestamp>2024-06-20T20:44:27Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2024-07-23T12:57:08Z</project.build.outputTimestamp>
8585

8686
<!-- NOTE: actual workspace root dir value updated by gmavenplus-plugin on initialization phase -->
8787
<!-- workspace.root.dir>${project.basedir}</workspace.root.dir -->

sshd-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
</parent>
2727

2828
<artifactId>sshd-cli</artifactId>

sshd-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-contrib/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
</parent>
2727

2828
<!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::

sshd-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-git/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
</parent>
2727

2828
<artifactId>sshd-git</artifactId>

sshd-ldap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
</parent>
2727

2828
<artifactId>sshd-ldap</artifactId>

sshd-mina/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.sshd</groupId>
2424
<artifactId>sshd</artifactId>
25-
<version>2.13.2-SNAPSHOT</version>
25+
<version>2.13.2</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)