Skip to content

Commit 0ed74c9

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9634060 commit 0ed74c9

19 files changed

Lines changed: 21 additions & 21 deletions

File tree

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>3.0.0-M4</version>
25+
<version>3.0.0-SNAPSHOT</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>3.0.0-M4</version>
30+
<version>3.0.0-SNAPSHOT</version>
3131
<name>Apache Mina SSHD</name>
3232
<packaging>pom</packaging>
3333
<inceptionYear>2008</inceptionYear>
@@ -67,7 +67,7 @@
6767
<connection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</connection>
6868
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/mina-sshd.git</developerConnection>
6969
<url>https://github.com/apache/mina-sshd/tree/${project.scm.tag}</url>
70-
<tag>sshd-3.0.0-M4</tag>
70+
<tag>dev_3.0</tag>
7171
</scm>
7272

7373
<properties>
@@ -81,7 +81,7 @@
8181

8282

8383
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
84-
<project.build.outputTimestamp>2026-05-25T19:04:29Z</project.build.outputTimestamp>
84+
<project.build.outputTimestamp>2026-05-25T19:07:50Z</project.build.outputTimestamp>
8585

8686
<java.sdk.version>8</java.sdk.version>
8787
<javac.release>${java.sdk.version}</javac.release>

sshd-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.sshd</groupId>
2222
<artifactId>sshd</artifactId>
23-
<version>3.0.0-M4</version>
23+
<version>3.0.0-SNAPSHOT</version>
2424
<relativePath>..</relativePath>
2525
</parent>
2626

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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.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>3.0.0-M4</version>
25+
<version>3.0.0-SNAPSHOT</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)