diff --git a/common/pom.xml b/common/pom.xml index 171739f4..03de6d9b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -26,5 +26,16 @@ cdc-debezium-common cdc-debezium-boot-starter - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/consumer/pom.xml b/consumer/pom.xml index 08bbba41..f7265299 100644 --- a/consumer/pom.xml +++ b/consumer/pom.xml @@ -32,5 +32,16 @@ rsocket-consumer zeromq-consumer - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/function/pom.xml b/function/pom.xml index 6d1dd859..9db3f927 100644 --- a/function/pom.xml +++ b/function/pom.xml @@ -24,5 +24,16 @@ object-detection-function semantic-segmentation-function - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/pom.xml b/pom.xml index 7c7ab442..0b8badd1 100644 --- a/pom.xml +++ b/pom.xml @@ -18,5 +18,16 @@ supplier function-dependencies - + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + + diff --git a/supplier/pom.xml b/supplier/pom.xml index 53edf497..910a315b 100644 --- a/supplier/pom.xml +++ b/supplier/pom.xml @@ -1,34 +1,45 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - org.springframework.cloud.fn - java-functions-supplier + org.springframework.cloud.fn + java-functions-supplier 4.0.0-SNAPSHOT - java-functions-supplier - Java Functions Supplier - pom - - - file-supplier - ftp-supplier - http-supplier - jdbc-supplier - jms-supplier - mail-supplier - mongodb-supplier - mqtt-supplier - sftp-supplier - tcp-supplier - time-supplier - rabbit-supplier - websocket-supplier - s3-supplier - twitter-supplier - cdc-debezium-supplier - syslog-supplier - zeromq-supplier - + java-functions-supplier + Java Functions Supplier + pom + + file-supplier + ftp-supplier + http-supplier + jdbc-supplier + jms-supplier + mail-supplier + mongodb-supplier + mqtt-supplier + sftp-supplier + tcp-supplier + time-supplier + rabbit-supplier + websocket-supplier + s3-supplier + twitter-supplier + cdc-debezium-supplier + syslog-supplier + zeromq-supplier + + + + + org.apache.maven.plugins + maven-deploy-plugin + 3.0.0 + + true + + + +