Updated Branches:
  refs/heads/master 79c9b1473 -> e05ade90c

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

Branch: refs/heads/master
Commit: e05ade90cd4501612f3298eb2f0fccd843092c1f
Parents: 79c9b14
Author: Guillaume Nodet <[email protected]>
Authored: Tue Jul 23 20:37:18 2013 +0200
Committer: Guillaume Nodet <[email protected]>
Committed: Tue Jul 23 20:37:18 2013 +0200

----------------------------------------------------------------------
 assembly/pom.xml  | 4 ++--
 pom.xml           | 2 +-
 sshd-core/pom.xml | 4 ++--
 sshd-pam/pom.xml  | 4 ++--
 sshd-sftp/pom.xml | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e05ade90/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 5e6ceac..5aa88a1 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.9.0</version>
+        <version>0.10.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>apache-sshd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: Assembly</name>
     <packaging>pom</packaging>
 

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e05ade90/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3bd8c3c..fb96d63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e05ade90/sshd-core/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-core/pom.xml b/sshd-core/pom.xml
index 8272fa6..01ac397 100644
--- a/sshd-core/pom.xml
+++ b/sshd-core/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.9.0</version>
+        <version>0.10.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-core</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: Core</name>
     <packaging>jar</packaging>
     <inceptionYear>2008</inceptionYear>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e05ade90/sshd-pam/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-pam/pom.xml b/sshd-pam/pom.xml
index 6ec8698..388263d 100644
--- a/sshd-pam/pom.xml
+++ b/sshd-pam/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.9.0</version>
+        <version>0.10.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-pam</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: PAM</name>
     <!--
     <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/e05ade90/sshd-sftp/pom.xml
----------------------------------------------------------------------
diff --git a/sshd-sftp/pom.xml b/sshd-sftp/pom.xml
index dcb2298..24dc927 100644
--- a/sshd-sftp/pom.xml
+++ b/sshd-sftp/pom.xml
@@ -24,12 +24,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.9.0</version>
+        <version>0.10.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-sftp</artifactId>
-    <version>0.9.0</version>
+    <version>0.10.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: SFTP</name>
     <packaging>jar</packaging>
     <inceptionYear>2008</inceptionYear>

Reply via email to