Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sshd-2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gnodet committed Oct 12, 2023
1 parent 241693e commit a377173
Show file tree
Hide file tree
Showing 16 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>apache-sshd</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<name>Apache Mina SSHD</name>
<packaging>pom</packaging>
<inceptionYear>2008</inceptionYear>
Expand Down Expand Up @@ -75,13 +75,13 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection>
<url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url>
<tag>sshd-2.9.2</tag>
<tag>sshd-2.9.3</tag>
</scm>

<properties>
<projectRoot>${project.basedir}</projectRoot>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2022-11-09T14:17:46Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-12T10:49:26Z</project.build.outputTimestamp>

<!-- NOTE: actual value updated by gmavenplus-plugin on initialization phase -->
<!-- workspace.root.dir>${project.basedir}</workspace.root.dir -->
Expand Down
2 changes: 1 addition & 1 deletion sshd-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sshd-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sshd-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::
Expand Down
2 changes: 1 addition & 1 deletion sshd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sshd-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-git</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sshd-ldap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-ldap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sshd-mina/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sshd-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sshd-openpgp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions sshd-osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-osgi</artifactId>
Expand Down Expand Up @@ -133,8 +133,7 @@ Manifest-Version: 1.0
Created-By: Maven Antrun Plugin
</echo>

<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-sources.jar"
manifest="${project.build.directory}/osgi-sources/META-INF/MANIFEST.MF">
<jar destfile="${project.build.directory}/${project.artifactId}-${project.version}-sources.jar" manifest="${project.build.directory}/osgi-sources/META-INF/MANIFEST.MF">
<fileset dir="${project.basedir}/../sshd-common/src/main/java" includes="**/*" />
<fileset dir="${project.basedir}/../sshd-common/src/main/resources" includes="**/*" erroronmissingdir="false" />
<fileset dir="${project.basedir}/../sshd-core/src/main/java" includes="**/*" />
Expand Down
2 changes: 1 addition & 1 deletion sshd-putty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sshd-scp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-scp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sshd-sftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-sftp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sshd-spring-sftp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>2.9.3-SNAPSHOT</version>
<version>2.9.3</version>
</parent>

<artifactId>sshd-spring-sftp</artifactId>
Expand Down

0 comments on commit a377173

Please sign in to comment.