add module names to pom.xml

This commit is contained in:
Andreas Schildbach 2012-03-01 16:01:39 +01:00
parent 58aebd57c2
commit 2c69ea2cdc
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
<groupId>de.schildbach.pte</groupId>
<artifactId>public-transport-enabler</artifactId>
<name>enabler</name>
<version>1.0-SNAPSHOT</version>
<dependencies>

View file

@ -6,6 +6,7 @@
<groupId>de.schildbach.pte</groupId>
<artifactId>public-transport-service</artifactId>
<name>service</name>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>