Fix CI build - source and sink app share repositories in new parent pom.xml (#291)

This commit is contained in:
Chris Bono
2022-05-28 13:43:15 -05:00
committed by GitHub
parent 43bf9558da
commit 5a250f9801
58 changed files with 217 additions and 72 deletions

View File

@@ -10,9 +10,9 @@
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<artifactId>processor-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath/>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>