* [maven-release-plugin] -prepare for next development iteration

git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@5063 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
Oliver Gierke
2009-03-24 09:00:24 +00:00
parent c900b29bb1
commit d135ff89ac
3 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.synyx.hera</groupId>
<artifactId>hera-core</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<name>Hera Core</name>
<description>Core plugin infrastructure</description>
@@ -10,7 +10,7 @@
<parent>
<artifactId>hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
</parent>
<properties>

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.synyx.hera</groupId>
<artifactId>hera-metadata</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<name>Hera Metadata Extension</name>
<description>Extension package for metadata based plugins</description>
@@ -10,14 +10,14 @@
<parent>
<artifactId>hera</artifactId>
<groupId>org.synyx.hera</groupId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>org.synyx.hera</groupId>
<artifactId>hera-core</artifactId>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
</dependency>
<dependency>

View File

@@ -4,7 +4,7 @@
<artifactId>hera</artifactId>
<packaging>pom</packaging>
<name>Hera</name>
<version>0.4</version>
<version>0.5-SNAPSHOT</version>
<description>Simple plugin infrastructure</description>
<organization>
@@ -263,9 +263,9 @@
</reporting>
<scm>
<url>http://svn.synyx.org/synyx/opensource/hera/tags/hera-0.4</url>
<connection>scm:svn:http://svn.synyx.org/synyx/opensource/hera/tags/hera-0.4</connection>
<developerConnection>scm:svn:https://svn.synyx.de/svn/synyx/opensource/hera/tags/hera-0.4</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>