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

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

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

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>

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

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

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

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

View File

@@ -5,19 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>processor-parent</artifactId>
<artifactId>processor</artifactId>
<version>3.2.1-SNAPSHOT</version>
<name>processor</name>
<description>Stream Applications Processor Apps Parent</description>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath/>
</parent>
<modules>
<module>aggregator-processor</module>
<module>bridge-processor</module>
@@ -34,57 +25,4 @@
<module>semantic-segmentation-processor</module>
</modules>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-milestones</id>
<name>Spring Milestone Release</name>
<url>https://repo.spring.io/milestone</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</pluginRepository>
</pluginRepositories>
</project>

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>

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

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

View File

@@ -10,8 +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/>
</parent>
<dependencies>

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,19 +5,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>sink-parent</artifactId>
<artifactId>sink</artifactId>
<version>3.2.1-SNAPSHOT</version>
<name>sink</name>
<description>Stream Applications Sink Apps Parent</description>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath/>
</parent>
<modules>
<module>analytics-sink</module>
<module>cassandra-sink</module>
@@ -44,58 +35,4 @@
<module>elasticsearch-sink</module>
<module>zeromq-sink</module>
</modules>
<repositories>
<repository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-milestones</id>
<name>Spring Milestone Release</name>
<url>https://repo.spring.io/milestone</url>
</repository>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>spring-snapshots</id>
<name>Spring Snapshots</name>
<url>https://repo.spring.io/snapshot</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-milestones</id>
<name>Spring Milestones</name>
<url>https://repo.spring.io/milestone</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spring-releases</id>
<name>Spring Releases</name>
<url>https://repo.spring.io/release</url>
</pluginRepository>
</pluginRepositories>
</project>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -8,7 +8,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<properties>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -12,7 +12,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -13,7 +13,6 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>source-parent</artifactId>
<version>3.2.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>