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

This reverts commit 5a250f9801.
This commit is contained in:
Chris Bono
2022-05-28 23:31:45 -05:00
parent 9fbec99955
commit fbb3e42879
58 changed files with 72 additions and 217 deletions

View File

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