Skip to content

Commit dbfb4a8

Browse files
committed
♻️ add parent pom
1 parent f9f0d7f commit dbfb4a8

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

pom.xml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>acme.bookstore</groupId>
5+
<artifactId>parent-project</artifactId>
6+
<version>0.0.1-SNAPSHOT</version>
7+
<name>Java microservice apps</name>
8+
<url>http://maven.apache.org</url>
9+
<packaging>pom</packaging>
10+
<modules>
11+
<module>bookstore-data-manager</module>
12+
<module>bookstore-devservice</module>
13+
<module>bookstore-frontend</module>
14+
</modules>
15+
</project>

0 commit comments

Comments
 (0)