From 5f3cf5e49ea7fc1ed4bceb898289f6674df4f694 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Thu, 7 May 2020 18:18:33 -0400 Subject: [PATCH] All source apps to 3.0.0-SNAPSHOT --- applications/source/file-source/pom.xml | 2 +- applications/source/http-source/pom.xml | 2 +- applications/source/jdbc-source/pom.xml | 2 +- applications/source/mongodb-source/pom.xml | 2 +- applications/source/pom.xml | 2 +- applications/source/time-source/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/applications/source/file-source/pom.xml b/applications/source/file-source/pom.xml index 42c791ce..61c546fd 100644 --- a/applications/source/file-source/pom.xml +++ b/applications/source/file-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 file-source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT file-source file source apps jar diff --git a/applications/source/http-source/pom.xml b/applications/source/http-source/pom.xml index 343d3811..1dff374e 100644 --- a/applications/source/http-source/pom.xml +++ b/applications/source/http-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 http-source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT http-source http source apps jar diff --git a/applications/source/jdbc-source/pom.xml b/applications/source/jdbc-source/pom.xml index b92834b7..c73f9e58 100644 --- a/applications/source/jdbc-source/pom.xml +++ b/applications/source/jdbc-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 jdbc-source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT jdbc-source JDBC source apps jar diff --git a/applications/source/mongodb-source/pom.xml b/applications/source/mongodb-source/pom.xml index 2d507866..9054eb65 100644 --- a/applications/source/mongodb-source/pom.xml +++ b/applications/source/mongodb-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 mongodb-source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT mongodb-source mongodb source apps jar diff --git a/applications/source/pom.xml b/applications/source/pom.xml index 0353d816..342d20f4 100644 --- a/applications/source/pom.xml +++ b/applications/source/pom.xml @@ -6,7 +6,7 @@ org.springframework.cloud.stream.app source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT pom diff --git a/applications/source/time-source/pom.xml b/applications/source/time-source/pom.xml index e148f4ea..10306423 100644 --- a/applications/source/time-source/pom.xml +++ b/applications/source/time-source/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 time-source - 3.0.0.BUILD-SNAPSHOT + 3.0.0-SNAPSHOT time-source time source apps jar