* [maven-release-plugin] -rollback the release of hera-0.4
git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@5064 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.synyx.hera</groupId>
|
<groupId>org.synyx.hera</groupId>
|
||||||
<artifactId>hera-core</artifactId>
|
<artifactId>hera-core</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Hera Core</name>
|
<name>Hera Core</name>
|
||||||
<description>Core plugin infrastructure</description>
|
<description>Core plugin infrastructure</description>
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>hera</artifactId>
|
<artifactId>hera</artifactId>
|
||||||
<groupId>org.synyx.hera</groupId>
|
<groupId>org.synyx.hera</groupId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.synyx.hera</groupId>
|
<groupId>org.synyx.hera</groupId>
|
||||||
<artifactId>hera-metadata</artifactId>
|
<artifactId>hera-metadata</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
|
|
||||||
<name>Hera Metadata Extension</name>
|
<name>Hera Metadata Extension</name>
|
||||||
<description>Extension package for metadata based plugins</description>
|
<description>Extension package for metadata based plugins</description>
|
||||||
@@ -10,14 +10,14 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>hera</artifactId>
|
<artifactId>hera</artifactId>
|
||||||
<groupId>org.synyx.hera</groupId>
|
<groupId>org.synyx.hera</groupId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.synyx.hera</groupId>
|
<groupId>org.synyx.hera</groupId>
|
||||||
<artifactId>hera-core</artifactId>
|
<artifactId>hera-core</artifactId>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
|||||||
<artifactId>hera</artifactId>
|
<artifactId>hera</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Hera</name>
|
<name>Hera</name>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.4-SNAPSHOT</version>
|
||||||
<description>Simple plugin infrastructure</description>
|
<description>Simple plugin infrastructure</description>
|
||||||
|
|
||||||
<organization>
|
<organization>
|
||||||
|
|||||||
Reference in New Issue
Block a user