Skip to content

Commit

Permalink
DBZ-1478 Fixed incorrect group-id for order-service
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros authored and gunnarmorling committed Jan 15, 2020
1 parent 30698b4 commit 001af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion outbox/order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.examples.outbox</groupId>
<groupId>io.debezium.examples.outbox</groupId>
<artifactId>outbox-order-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Debezium Outbox Demo - Order Service</name>
Expand Down

0 comments on commit 001af2d

Please sign in to comment.