Preparing for the next version polling-outbox-3
[demos/kafka/outbox] / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project
3     xmlns="http://maven.apache.org/POM/4.0.0"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6
7   <modelVersion>4.0.0</modelVersion>
8
9   <groupId>de.juplo.kafka.outbox</groupId>
10   <artifactId>polling-outbox-parent</artifactId>
11   <version>polling-outbox-3-SNAPSHOT</version>
12   <packaging>pom</packaging>
13   <name>polling-outbox-parent</name>
14   <description>Simple example-implementation of the Polling-Outbox-Pattern</description>
15
16   <modules>
17     <module>postage</module>
18     <module>jdbc</module>
19     <module>delivery</module>
20   </modules>
21
22 </project>