From 8c2c2ad2a01a10ccb0b41b99d003966ab6c815a5 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 28 May 2022 09:48:09 -0500 Subject: [PATCH] Fix CI build - put repositories in common source parent pom.xml (#289) --- applications/source/file-source/pom.xml | 57 ++------------------- applications/source/geode-source/pom.xml | 4 +- applications/source/pom.xml | 65 +++++++++++++++++++++++- 3 files changed, 69 insertions(+), 57 deletions(-) diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 00cb4f35..56582e20 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -10,9 +10,9 @@ org.springframework.cloud.stream.app - stream-applications-core + stream-applications-source 3.2.1-SNAPSHOT - + ../pom.xml @@ -63,57 +63,6 @@ - - - - true - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - - false - - spring-milestone-release - Spring Milestone Release - https://repo.spring.io/milestone - - - - false - - spring-release - Spring Release - https://repo.spring.io/release - - - - - - true - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - - - false - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - - - false - - spring-releases - Spring Releases - https://repo.spring.io/release - - + diff --git a/applications/source/geode-source/pom.xml b/applications/source/geode-source/pom.xml index 1127ba41..4f5e83b8 100644 --- a/applications/source/geode-source/pom.xml +++ b/applications/source/geode-source/pom.xml @@ -10,10 +10,10 @@ org.springframework.cloud.stream.app - stream-applications-core + stream-applications-source 3.2.1-SNAPSHOT - + org.springframework.cloud.fn diff --git a/applications/source/pom.xml b/applications/source/pom.xml index 984584f0..d112f9fd 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -5,10 +5,19 @@ 4.0.0 org.springframework.cloud.stream.app - source + stream-applications-source 3.2.1-SNAPSHOT + source + Stream Applications Source Parent pom + + org.springframework.cloud.stream.app + stream-applications-core + 3.2.1-SNAPSHOT + + + geode-source file-source @@ -33,4 +42,58 @@ mail-source zeromq-source + + + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + + + false + + spring-milestones + Spring Milestone Release + https://repo.spring.io/milestone + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/snapshot + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + +