Skip to content

Commit 6511fb7

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent ea45ddc commit 6511fb7

File tree

16 files changed

+17
-17
lines changed

16 files changed

+17
-17
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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>apache-sshd</artifactId>

pom.xml

Lines changed: 2 additions & 2 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.12.0</version>
30+
<version>2.13.0-SNAPSHOT</version>
3131
<name>Apache Mina SSHD</name>
3232
<packaging>pom</packaging>
3333
<inceptionYear>2008</inceptionYear>
@@ -81,7 +81,7 @@
8181
<properties>
8282
<projectRoot>${project.basedir}</projectRoot>
8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
84-
<project.build.outputTimestamp>2024-01-12T10:02:10Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2024-01-12T10:52:54Z</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

sshd-osgi/pom.xml

Lines changed: 1 addition & 1 deletion
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.12.0</version>
27+
<version>2.13.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>sshd-osgi</artifactId>

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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</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.12.0</version>
25+
<version>2.13.0-SNAPSHOT</version>
2626
</parent>
2727

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

0 commit comments

Comments
 (0)