Preprare 0.8.0 development iteration.

This commit is contained in:
Oliver Gierke
2011-10-24 17:24:25 -05:00
parent 8ac7833e8a
commit 7a0b433e84
4 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.RELEASE</version>
<version>0.8.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -8,7 +8,7 @@
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.RELEASE</version>
<version>0.8.0.BUILD-SNAPSHOT</version>
</parent>
<dependencies>

View File

@@ -4,7 +4,7 @@
<artifactId>org.synyx.hera</artifactId>
<packaging>pom</packaging>
<name>Hera</name>
<version>0.7.0.RELEASE</version>
<version>0.8.0.BUILD-SNAPSHOT</version>
<description>Simple plugin infrastructure</description>
<organization>
@@ -324,9 +324,9 @@
</reporting>
<scm>
<url>http://svn.synyx.org/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</url>
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</connection>
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/hera/tags/org.synyx.hera-0.7.0.RELEASE</developerConnection>
<url>http://svn.synyx.org/synyx/opensource/hera</url>
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/hera</connection>
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/hera</developerConnection>
</scm>
<ciManagement>

View File

@@ -3,11 +3,11 @@
<parent>
<artifactId>org.synyx.hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.7.0.RELEASE</version>
<version>0.8.0.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.synyx.hera</groupId>
<artifactId>org.synyx.hera.si</artifactId>
<version>0.7.0.RELEASE</version>
<version>0.8.0.BUILD-SNAPSHOT</version>
<name>Hera Spring Integration integration</name>
<properties>