Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/mina/sshd/trunk@1348738 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
gnodet committed Jun 11, 2012
1 parent 4bdcda2 commit 717fc3d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.sshd</groupId>
<artifactId>apache-sshd</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>Apache Mina SSHD :: Assembly</name>
<packaging>pom</packaging>

Expand All @@ -41,12 +41,12 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-pam</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<exclusions>
<exclusion>
<groupId>net.sf.jpam</groupId>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>Apache Mina SSHD</name>
<packaging>pom</packaging>
<inceptionYear>2008</inceptionYear>
Expand Down Expand Up @@ -77,9 +77,9 @@
</repositories>

<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.7.0</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.7.0</developerConnection>
<url>http://svn.apache.org/repos/asf/mina/sshd/tags/sshd-0.7.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>
Expand Down
4 changes: 2 additions & 2 deletions sshd-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>Apache Mina SSHD :: Core</name>
<packaging>jar</packaging>
<inceptionYear>2008</inceptionYear>
Expand Down
6 changes: 3 additions & 3 deletions sshd-pam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</parent>

<groupId>org.apache.sshd</groupId>
<artifactId>sshd-pam</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
<name>Apache Mina SSHD :: PAM</name>
<!--
<packaging>bundle</packaging>
Expand All @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
<version>0.7.0</version>
<version>0.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.jpam</groupId>
Expand Down

0 comments on commit 717fc3d

Please sign in to comment.