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 + + +