Remove ${revision} from pom.xml files

This commit is contained in:
Chris Bono
2022-10-01 20:35:20 -05:00
parent f012166816
commit 002204270e
139 changed files with 322 additions and 411 deletions

View File

@@ -6,14 +6,10 @@
<version>4.0.0-SNAPSHOT</version>
<name>applications</name>
<description>Infrastructure for stream applications</description>
<packaging>pom</packaging>
<modules>
<packaging>pom</packaging> <modules>
<module>stream-applications-core</module>
<module>source</module>
<module>sink</module>
<module>processor</module>
<module>stream-applications-integration-tests</module>
</modules>
</project>
</modules></project>

View File

@@ -6,13 +6,12 @@
<artifactId>aggregator-processor</artifactId>
<name>aggregator-processor</name>
<description>aggregator processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -6,13 +6,12 @@
<artifactId>bridge-processor</artifactId>
<name>bridge-processor</name>
<description>bridge processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<build>

View File

@@ -6,13 +6,12 @@
<artifactId>filter-processor</artifactId>
<name>filter-processor</name>
<description>filter processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -6,13 +6,12 @@
<artifactId>groovy-processor</artifactId>
<name>groovy-processor</name>
<description>groovy processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -6,13 +6,12 @@
<artifactId>header-enricher-processor</artifactId>
<name>header-enricher-processor</name>
<description>header-enricher processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>http-request-processor</artifactId>
<version>${revision}</version>
<name>http-request-processor</name>
<description>HTTP request processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>image-recognition-processor</artifactId>
<version>${revision}</version>
<name>image-recognition-processor</name>
<description>Image recognition (tensorflow) processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>object-detection-processor</artifactId>
<version>${revision}</version>
<name>object-detection-processor</name>
<description>Object Detection (tensorflow) processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -6,13 +6,12 @@
<artifactId>script-processor</artifactId>
<name>script-processor</name>
<description>script processor apps</description>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>semantic-segmentation-processor</artifactId>
<version>${revision}</version>
<name>semantic-segmentation-processor</name>
<description>Semantic Segmentation (tensorflow) processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>splitter-processor</artifactId>
<version>${revision}</version>
<name>splitter-processor</name>
<description>splitter processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>transform-processor</artifactId>
<version>${revision}</version>
<name>transform-processor</name>
<description>transform processor apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

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

View File

@@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>analytics-sink</artifactId>
<version>${revision}</version>
<name>analytics-sink</name>
<description>Analytics sink apps</description>
<packaging>jar</packaging>
@@ -13,7 +12,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>cassandra-sink</artifactId>
<version>${revision}</version>
<name>cassandra-sink</name>
<description>cassandra sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>elasticsearch-sink</artifactId>
<version>${revision}</version>
<name>elasticsearch-sink</name>
<description>elasticsearch sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>file-sink</artifactId>
<version>${revision}</version>
<name>file-sink</name>
<description>file sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>ftp-sink</artifactId>
<version>${revision}</version>
<name>ftp-sink</name>
<description>ftp sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>geode-sink</artifactId>
<version>${revision}</version>
<name>geode-sink</name>
<description>Geode sink app</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -4,7 +4,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-sink</artifactId>
<version>${revision}</version>
<name>jdbc-sink</name>
<description>jdbc sink apps</description>
<packaging>jar</packaging>
@@ -13,7 +12,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>log-sink</artifactId>
<version>${revision}</version>
<name>log-sink</name>
<description>log sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mongodb-sink</artifactId>
<version>${revision}</version>
<name>mongodb-sink</name>
<description>mongodb sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mqtt-sink</artifactId>
<version>${revision}</version>
<name>mqtt-sink</name>
<description>mqtt sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>pgcopy-sink</artifactId>
<version>${revision}</version>
<name>pgcopy-sink</name>
<description>pgcopy sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>rabbit-sink</artifactId>
<version>${revision}</version>
<name>rabbit-sink</name>
<description>rabbit sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>redis-sink</artifactId>
<version>${revision}</version>
<name>redis-sink</name>
<description>redis sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>router-sink</artifactId>
<version>${revision}</version>
<name>router-sink</name>
<description>log sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>rsocket-sink</artifactId>
<version>${revision}</version>
<name>rsocket-sink</name>
<description>RSocket sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>s3-sink</artifactId>
<version>${revision}</version>
<name>s3-sink</name>
<description>s3 sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sftp-sink</artifactId>
<version>${revision}</version>
<name>sftp-sink</name>
<description>sftp sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tcp-sink</artifactId>
<version>${revision}</version>
<name>tcp-sink</name>
<description>tcp sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>throughput-sink</artifactId>
<version>${revision}</version>
<name>throughput-sink</name>
<description>throughput sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter-message-sink</artifactId>
<version>${revision}</version>
<name>twitter-message-sink</name>
<description>twitter message sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter-update-sink</artifactId>
<version>${revision}</version>
<name>twitter-update-sink</name>
<description>twitter update sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>wavefront-sink</artifactId>
<version>${revision}</version>
<name>wavefront-sink</name>
<description>Wavefront sink app</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket-sink</artifactId>
<version>${revision}</version>
<name>websocket-sink</name>
<description>websocket sink apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -4,7 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>zeromq-sink</artifactId>
<version>${revision}</version>
<name>zeromq-sink</name>
<description>0MQ sink apps</description>
<packaging>jar</packaging>
@@ -13,7 +12,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -2,13 +2,12 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<version>${revision}</version>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<properties>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>file-source</artifactId>
<version>${revision}</version>
<name>file-source</name>
<description>file source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>ftp-source</artifactId>
<version>${revision}</version>
<name>ftp-source</name>
<description>ftp source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>geode-source</artifactId>
<version>${revision}</version>
<name>geode-source</name>
<description>Geode source app</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>http-source</artifactId>
<version>${revision}</version>
<name>http-source</name>
<description>http source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jdbc-source</artifactId>
<version>${revision}</version>
<name>jdbc-source</name>
<description>JDBC source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>jms-source</artifactId>
<version>${revision}</version>
<name>jms-source</name>
<description>jms source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>load-generator-source</artifactId>
<version>${revision}</version>
<name>load-generator-source</name>
<description>load-generator source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mail-source</artifactId>
<version>${revision}</version>
<name>mail-source</name>
<description>mail source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mongodb-source</artifactId>
<version>${revision}</version>
<name>mongodb-source</name>
<description>mongodb source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>mqtt-source</artifactId>
<version>${revision}</version>
<name>mqtt-source</name>
<description>mqtt source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>rabbit-source</artifactId>
<version>${revision}</version>
<name>rabbit-source</name>
<description>Rabbit source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>s3-source</artifactId>
<version>${revision}</version>
<name>s3-source</name>
<description>s3 source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>sftp-source</artifactId>
<version>${revision}</version>
<name>sftp-source</name>
<description>sftp source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>syslog-source</artifactId>
<version>${revision}</version>
<name>syslog-source</name>
<description>syslog source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tcp-source</artifactId>
<version>${revision}</version>
<name>tcp-source</name>
<description>tcp source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>time-source</artifactId>
<version>${revision}</version>
<name>time-source</name>
<description>time source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter-message-source</artifactId>
<version>${revision}</version>
<name>twitter-message-source</name>
<description>twitter message source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter-search-source</artifactId>
<version>${revision}</version>
<name>twitter-search-source</name>
<description>twitter search source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>twitter-stream-source</artifactId>
<version>${revision}</version>
<name>twitter-stream-source</name>
<description>twitter stream source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>websocket-source</artifactId>
<version>${revision}</version>
<name>websocket-source</name>
<description>websocket source apps</description>
<packaging>jar</packaging>
@@ -12,7 +11,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -4,7 +4,6 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>zeromq-source</artifactId>
<version>${revision}</version>
<name>zeromq-source</name>
<description>0MQ source apps</description>
<packaging>jar</packaging>
@@ -13,7 +12,7 @@
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-core/pom.xml</relativePath>
</parent>
<dependencies>

View File

@@ -2,22 +2,21 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>stream-applications-core</artifactId>
<version>${revision}</version>
<name>stream-applications-core</name>
<description>Stream Applications Core Parent</description>
<packaging>pom</packaging>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-build</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../../stream-applications-build/pom.xml</relativePath>
</parent>
<artifactId>stream-applications-core</artifactId>
<name>stream-applications-core</name>
<description>Stream Applications Core Parent</description>
<packaging>pom</packaging>
<properties>
<revision>4.0.0-SNAPSHOT</revision>
<stream-apps-core.version>${revision}</stream-apps-core.version>
<stream-apps-core.version>4.0.0-SNAPSHOT</stream-apps-core.version>
<java-functions.version>4.0.0-SNAPSHOT</java-functions.version>
<apps.base-image>springcloud/baseimage:1.0.3</apps.base-image>
<spring-cloud-dataflow-apps-generator-plugin.version>1.0.7</spring-cloud-dataflow-apps-generator-plugin.version>

View File

@@ -18,18 +18,20 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>${revision}</version>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>stream-applications-composite-function-support</artifactId>
<packaging>jar</packaging>
<name>stream-applications-composite-function-support</name>
<description>Common dependencies and configuration for composite functions</description>
<dependencies>
<dependencies>
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>filter-function</artifactId>

View File

@@ -2,18 +2,21 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>stream-applications-core</artifactId>
<groupId>org.springframework.cloud.stream.app</groupId>
<version>${revision}</version>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>stream-applications-micrometer-common</artifactId>
<name>stream-applications-micrometer-common</name>
<properties>
<jmockit.version>1.49</jmockit.version>
</properties>
<modelVersion>4.0.0</modelVersion>
<artifactId>stream-applications-micrometer-common</artifactId>
<dependencies>
<dependency>
<groupId>io.micrometer</groupId>

View File

@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>stream-applications-core</artifactId>
<groupId>org.springframework.cloud.stream.app</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>stream-applications-postprocessor-common</artifactId>
<name>stream-applications-postprocessor-common</name>

View File

@@ -2,14 +2,16 @@
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>stream-applications-core</artifactId>
<groupId>org.springframework.cloud.stream.app</groupId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<artifactId>stream-applications-security-common</artifactId>
<name>stream-applications-security-common</name>
<dependencies>
<dependency>

View File

@@ -1,14 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>stream-applications-core</artifactId>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<version>${revision}</version>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>stream-applications-test-support</artifactId>
<name>stream-applications-test-support</name>
<properties>
<rabbitmq-httpclient.version>3.12.1</rabbitmq-httpclient.version>

View File

@@ -3,11 +3,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-core</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath/>
<relativePath>../stream-applications-core/pom.xml</relativePath>
</parent>
<artifactId>stream-applications-integration-tests</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>cdc-debezium-boot-starter</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>cdc-debezium-common</artifactId>

View File

@@ -3,12 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>java-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../pom.xml</relativePath>
<groupId>org.springframework.cloud.stream.app</groupId>
<artifactId>stream-applications-build</artifactId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../stream-applications-build/pom.xml</relativePath>
</parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>config-common</artifactId>
<name>config-common</name>
<description>Function Common Configuration Components</description>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>file-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>ftp-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>function-test-support</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>geode-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>metadata-store-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>mqtt-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>tcp-common</artifactId>

View File

@@ -7,8 +7,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>tensorflow-common</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>twitter-common</artifactId>

View File

@@ -7,8 +7,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>analytics-consumer</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>cassandra-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<properties>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>payload-converter-function</artifactId>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>file-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>ftp-consumer</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>geode-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>jdbc-consumer</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>log-consumer</artifactId>
@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>payload-converter-function</artifactId>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>mongodb-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>mqtt-consumer</artifactId>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>mqtt-common</artifactId>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>rabbit-consumer</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>redis-consumer</artifactId>

View File

@@ -7,8 +7,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>rsocket-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>s3-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>sftp-consumer</artifactId>
@@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>function-test-support</artifactId>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>tcp-consumer</artifactId>
@@ -17,7 +17,7 @@
<dependency>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>tcp-common</artifactId>
<version>${revision}</version>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>twitter-consumer</artifactId>

View File

@@ -6,8 +6,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>wavefront-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>websocket-consumer</artifactId>

View File

@@ -5,8 +5,8 @@
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>${revision}</version>
<relativePath>../../spring-functions-parent</relativePath>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent/pom.xml</relativePath>
</parent>
<artifactId>zeromq-consumer</artifactId>

Some files were not shown because too many files have changed in this diff Show More