Skip to content

Commit d65128c

Browse files
committed
[maven-release-plugin] prepare release sshd-2.11.0
1 parent ed83224 commit d65128c

File tree

16 files changed

+19
-20
lines changed

16 files changed

+19
-20
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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
30+
<version>2.11.0</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.10.0</tag>
78+
<tag>sshd-2.11.0</tag>
7979
</scm>
8080

8181
<properties>
8282
<projectRoot>${project.basedir}</projectRoot>
8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
84-
<project.build.outputTimestamp>2023-05-10T06:55:13Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2023-10-12T11:58:57Z</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-openpgp/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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-osgi/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.sshd</groupId>
2626
<artifactId>sshd</artifactId>
27-
<version>2.11.0-SNAPSHOT</version>
27+
<version>2.11.0</version>
2828
</parent>
2929

3030
<artifactId>sshd-osgi</artifactId>
@@ -146,8 +146,7 @@ Manifest-Version: 1.0
146146
Created-By: Maven Antrun Plugin
147147
</echo>
148148

149-
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-sources.jar"
150-
manifest="${project.build.directory}/osgi-sources/META-INF/MANIFEST.MF">
149+
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-sources.jar" manifest="${project.build.directory}/osgi-sources/META-INF/MANIFEST.MF">
151150
<fileset dir="${project.basedir}/../sshd-common/src/main/java" includes="**/*" />
152151
<fileset dir="${project.basedir}/../sshd-common/src/main/resources" includes="**/*" erroronmissingdir="false" />
153152
<fileset dir="${project.basedir}/../sshd-core/src/main/java" includes="**/*" />

sshd-putty/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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-scp/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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-scp</artifactId>

sshd-sftp/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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-sftp</artifactId>

sshd-spring-sftp/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.11.0-SNAPSHOT</version>
25+
<version>2.11.0</version>
2626
</parent>
2727

2828
<artifactId>sshd-spring-sftp</artifactId>

0 commit comments

Comments
 (0)