Skip to content

Commit 2772c7c

Browse files
committed
[maven-release-plugin] prepare release sshd-2.7.0
1 parent c5500e9 commit 2772c7c

File tree

16 files changed

+21
-21
lines changed

16 files changed

+21
-21
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.6.1-SNAPSHOT</version>
25+
<version>2.7.0</version>
2626
</parent>
2727

2828
<artifactId>apache-sshd</artifactId>

pom.xml

Lines changed: 6 additions & 6 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.6.1-SNAPSHOT</version>
30+
<version>2.7.0</version>
3131
<name>Apache Mina SSHD</name>
3232
<packaging>pom</packaging>
3333
<inceptionYear>2008</inceptionYear>
@@ -75,7 +75,7 @@
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>master</tag>
78+
<tag>sshd-2.7.0</tag>
7979
</scm>
8080

8181
<properties>
@@ -745,22 +745,22 @@
745745
<dependency>
746746
<groupId>org.apache.maven.scm</groupId>
747747
<artifactId>maven-scm-api</artifactId>
748-
<version>>${scm.plugin.version}</version>
748+
<version>&gt;${scm.plugin.version}</version>
749749
</dependency>
750750
<dependency>
751751
<groupId>org.apache.maven.scm</groupId>
752752
<artifactId>maven-scm-provider-gitexe</artifactId>
753-
<version>>${scm.plugin.version}</version>
753+
<version>&gt;${scm.plugin.version}</version>
754754
</dependency>
755755
<dependency>
756756
<groupId>org.apache.maven.scm</groupId>
757757
<artifactId>maven-scm-provider-svn-commons</artifactId>
758-
<version>>${scm.plugin.version}</version>
758+
<version>&gt;${scm.plugin.version}</version>
759759
</dependency>
760760
<dependency>
761761
<groupId>org.apache.maven.scm</groupId>
762762
<artifactId>maven-scm-provider-svnexe</artifactId>
763-
<version>>${scm.plugin.version}</version>
763+
<version>&gt;${scm.plugin.version}</version>
764764
</dependency>
765765
</dependencies>
766766
</plugin>

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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.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.6.1-SNAPSHOT</version>
25+
<version>2.7.0</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)