mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 20:18:49 +00:00
add parent pom
This commit is contained in:
parent
2c69ea2cdc
commit
3f58fac2ac
1 changed files with 18 additions and 0 deletions
18
pom.xml
Normal file
18
pom.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<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>de.schildbach.pte</groupId>
|
||||
<artifactId>base</artifactId>
|
||||
<name>base</name>
|
||||
<version>1</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>enabler</module>
|
||||
<module>service</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
Loading…
Add table
Add a link
Reference in a new issue