You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by gn...@apache.org on 2018/09/17 07:30:33 UTC

mina-sshd git commit: [maven-release-plugin] prepare for next development iteration

Repository: mina-sshd
Updated Branches:
  refs/heads/master 2727fdda8 -> 6788c0370


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/6788c037
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/6788c037
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/6788c037

Branch: refs/heads/master
Commit: 6788c0370454d8cb5e9ee594db43d364e0041b0f
Parents: 2727fdd
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Sep 17 09:30:26 2018 +0200
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Sep 17 09:30:26 2018 +0200

----------------------------------------------------------------------
 assembly/pom.xml         | 2 +-
 pom.xml                  | 4 ++--
 sshd-cli/pom.xml         | 2 +-
 sshd-common/pom.xml      | 2 +-
 sshd-contrib/pom.xml     | 2 +-
 sshd-core/pom.xml        | 2 +-
 sshd-git/pom.xml         | 2 +-
 sshd-ldap/pom.xml        | 2 +-
 sshd-mina/pom.xml        | 2 +-
 sshd-netty/pom.xml       | 2 +-
 sshd-putty/pom.xml       | 2 +-
 sshd-scp/pom.xml         | 2 +-
 sshd-sftp/pom.xml        | 2 +-
 sshd-spring-sftp/pom.xml | 2 +-
 14 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 564e47c..6663f1e 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c20212a..7815f2d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>2.1.0</version>
+    <version>2.1.1-SNAPSHOT</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
@@ -76,7 +76,7 @@
         <connection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</connection>
         <developerConnection>scm:git:http://git-wip-us.apache.org/repos/asf/mina-sshd.git</developerConnection>
         <url>https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git</url>
-        <tag>sshd-2.1.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-cli/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-cli/pom.xml b/sshd-cli/pom.xml
index a6d3977..5c1192c 100644
--- a/sshd-cli/pom.xml
+++ b/sshd-cli/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-cli</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-common/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-common/pom.xml b/sshd-common/pom.xml
index a534a35..638a490 100644
--- a/sshd-common/pom.xml
+++ b/sshd-common/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index 25f5f4e..20295ab 100644
--- a/sshd-contrib/pom.xml
+++ b/sshd-contrib/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE :::

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-core/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 032eb05..ad2c6b9 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-git/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 0748e34..7bd26bc 100644
--- a/sshd-git/pom.xml
+++ b/sshd-git/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index c448a3a..6a515cd 100644
--- a/sshd-ldap/pom.xml
+++ b/sshd-ldap/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-ldap</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-mina/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-mina/pom.xml b/sshd-mina/pom.xml
index abf8b20..d6200da 100644
--- a/sshd-mina/pom.xml
+++ b/sshd-mina/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-netty/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-netty/pom.xml b/sshd-netty/pom.xml
index deeee5f..eb8441b 100644
--- a/sshd-netty/pom.xml
+++ b/sshd-netty/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-putty/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-putty/pom.xml b/sshd-putty/pom.xml
index 6000a4a..fdb6e77 100644
--- a/sshd-putty/pom.xml
+++ b/sshd-putty/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-scp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-scp/pom.xml b/sshd-scp/pom.xml
index e2b41f6..ce68593 100644
--- a/sshd-scp/pom.xml
+++ b/sshd-scp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-scp</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-sftp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index bf844a8..3e18c05 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-sftp</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/6788c037/sshd-spring-sftp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-spring-sftp/pom.xml b/sshd-spring-sftp/pom.xml
index 193e654..390838d 100644
--- a/sshd-spring-sftp/pom.xml
+++ b/sshd-spring-sftp/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>2.1.0</version>
+        <version>2.1.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-spring-sftp</artifactId>