Repository: mina-sshd
Updated Branches:
  refs/heads/master 58c3d9de3 -> cc00723f7


[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/cc00723f
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/cc00723f
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/cc00723f

Branch: refs/heads/master
Commit: cc00723f71394c4a24617497e8a12f71f1ac8e59
Parents: 58c3d9d
Author: Guillaume Nodet <[email protected]>
Authored: Wed Feb 15 11:18:09 2017 +0100
Committer: Guillaume Nodet <[email protected]>
Committed: Wed Feb 15 11:18:09 2017 +0100

----------------------------------------------------------------------
 assembly/pom.xml     | 2 +-
 pom.xml              | 4 ++--
 sshd-contrib/pom.xml | 2 +-
 sshd-core/pom.xml    | 2 +-
 sshd-git/pom.xml     | 2 +-
 sshd-ldap/pom.xml    | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 263ebd9..db30f58 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>apache-sshd</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef65f87..bbc8d15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>1.4.0</version>
+    <version>1.5.0-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-1.4.0</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/sshd-contrib/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-contrib/pom.xml b/sshd-contrib/pom.xml
index d709c2d..e6feca2 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>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <!-- NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE ::: NOTE 
:::

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/sshd-core/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index d592426..383835d 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>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/sshd-git/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-git/pom.xml b/sshd-git/pom.xml
index 536d7bc..3edea9f 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>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-git</artifactId>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/cc00723f/sshd-ldap/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml
index b898060..3e33380 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>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sshd-ldap</artifactId>

Reply via email to