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 2009/06/11 22:23:42 UTC

svn commit: r783895 - in /mina/sshd/trunk: pom.xml sshd-core/pom.xml sshd-legal/pom.xml sshd-pam/pom.xml sshd-parent/pom.xml

Author: gnodet
Date: Thu Jun 11 20:23:41 2009
New Revision: 783895

URL: http://svn.apache.org/viewvc?rev=783895&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    mina/sshd/trunk/pom.xml
    mina/sshd/trunk/sshd-core/pom.xml
    mina/sshd/trunk/sshd-legal/pom.xml
    mina/sshd/trunk/sshd-pam/pom.xml
    mina/sshd/trunk/sshd-parent/pom.xml

Modified: mina/sshd/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/pom.xml?rev=783895&r1=783894&r2=783895&view=diff
==============================================================================
--- mina/sshd/trunk/pom.xml (original)
+++ mina/sshd/trunk/pom.xml Thu Jun 11 20:23:41 2009
@@ -10,7 +10,7 @@
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd</artifactId>
-    <version>0.1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Apache Mina SSHD</name>
     <packaging>pom</packaging>
     <inceptionYear>2008</inceptionYear>
@@ -58,9 +58,9 @@
     </repositories>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.1.0</developerConnection>
-        <url>http://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.1.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/mina/sshd/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/sshd/trunk</developerConnection>
+        <url>http://svn.apache.org/repos/asf/mina/sshd/trunk</url>
     </scm>
 
     <dependencyManagement>

Modified: mina/sshd/trunk/sshd-core/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-core/pom.xml?rev=783895&r1=783894&r2=783895&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-core/pom.xml (original)
+++ mina/sshd/trunk/sshd-core/pom.xml Thu Jun 11 20:23:41 2009
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-parent</artifactId>
-        <version>0.1.0</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-core</artifactId>
-    <version>0.1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: Core</name>
     <packaging>bundle</packaging>
     <inceptionYear>2008</inceptionYear>

Modified: mina/sshd/trunk/sshd-legal/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-legal/pom.xml?rev=783895&r1=783894&r2=783895&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-legal/pom.xml (original)
+++ mina/sshd/trunk/sshd-legal/pom.xml Thu Jun 11 20:23:41 2009
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.1.0</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-legal</artifactId>
-    <version>0.1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: Legal</name>
 
     <dependencies>

Modified: mina/sshd/trunk/sshd-pam/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-pam/pom.xml?rev=783895&r1=783894&r2=783895&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-pam/pom.xml (original)
+++ mina/sshd/trunk/sshd-pam/pom.xml Thu Jun 11 20:23:41 2009
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-parent</artifactId>
-        <version>0.1.0</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-pam</artifactId>
-    <version>0.1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <name>Apache Mina SSHD :: PAM</name>
     <!--
     <packaging>bundle</packaging>
@@ -20,7 +20,7 @@
         <dependency>
             <groupId>org.apache.sshd</groupId>
             <artifactId>sshd-core</artifactId>
-            <version>0.1.0</version>
+            <version>1.0-SNAPSHOT</version>
         </dependency>        
         <dependency>
             <groupId>net.sf.jpam</groupId>

Modified: mina/sshd/trunk/sshd-parent/pom.xml
URL: http://svn.apache.org/viewvc/mina/sshd/trunk/sshd-parent/pom.xml?rev=783895&r1=783894&r2=783895&view=diff
==============================================================================
--- mina/sshd/trunk/sshd-parent/pom.xml (original)
+++ mina/sshd/trunk/sshd-parent/pom.xml Thu Jun 11 20:23:41 2009
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd</artifactId>
-        <version>0.1.0</version>
+        <version>1.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.sshd</groupId>
     <artifactId>sshd-parent</artifactId>
-    <version>0.1.0</version>
+    <version>1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>Apache Mina SSHD :: Parent</name>