* cleaned up folder structure
* OSGiyfied artifact names * polished poms a little * edited Eclipse project names to align artifact id git-svn-id: svn+ssh://svn.synyx.de/var/svn/synyx/opensource/hera/trunk@6618 5a64d73e-33d6-4ccc-9058-23f8668ecac9
This commit is contained in:
8
pom.xml
8
pom.xml
@@ -1,7 +1,7 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.synyx.hera</groupId>
|
||||
<artifactId>hera</artifactId>
|
||||
<artifactId>org.synyx.hera</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
<name>Hera</name>
|
||||
<version>0.5-SNAPSHOT</version>
|
||||
@@ -14,8 +14,8 @@
|
||||
<inceptionYear>2008</inceptionYear>
|
||||
|
||||
<modules>
|
||||
<module>hera-core</module>
|
||||
<module>hera-metadata</module>
|
||||
<module>core</module>
|
||||
<module>metadata</module>
|
||||
</modules>
|
||||
|
||||
<developers>
|
||||
@@ -288,4 +288,4 @@
|
||||
</repository>
|
||||
</distributionManagement>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user