You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tz...@apache.org on 2020/05/14 04:58:14 UTC

[flink-statefun] branch master updated: [FLINK-17605] Consolidate flink.version property in parent POM

This is an automated email from the ASF dual-hosted git repository.

tzulitai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new 180b2f2  [FLINK-17605] Consolidate flink.version property in parent POM
180b2f2 is described below

commit 180b2f2467dc124675375c72fb1fb67ed5148966
Author: Tzu-Li (Gordon) Tai <tz...@apache.org>
AuthorDate: Mon May 11 13:45:04 2020 +0800

    [FLINK-17605] Consolidate flink.version property in parent POM
    
    This closes #107.
---
 pom.xml                                                    | 1 +
 statefun-e2e-tests/statefun-e2e-tests-common/pom.xml       | 1 -
 statefun-e2e-tests/statefun-routable-kafka-e2e/pom.xml     | 1 -
 statefun-e2e-tests/statefun-sanity-e2e/pom.xml             | 1 -
 statefun-examples/statefun-state-processor-example/pom.xml | 1 -
 statefun-flink/pom.xml                                     | 1 -
 statefun-flink/statefun-flink-core/pom.xml                 | 1 -
 7 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98b0123..2783fed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,7 @@ under the License.
         <auto-service.version>1.0-rc6</auto-service.version>
         <protobuf.version>3.7.1</protobuf.version>
         <protoc-jar-maven-plugin.version>3.11.1</protoc-jar-maven-plugin.version>
+        <flink.version>1.10.0</flink.version>
     </properties>
 
     <dependencies>
diff --git a/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml b/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
index 20bdcec..9ce09ec 100644
--- a/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
+++ b/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
@@ -29,7 +29,6 @@ under the License.
 
     <properties>
         <testcontainers.version>1.12.5</testcontainers.version>
-        <flink.version>1.10.0</flink.version>
         <kafka.version>2.2.0</kafka.version>
     </properties>
 
diff --git a/statefun-e2e-tests/statefun-routable-kafka-e2e/pom.xml b/statefun-e2e-tests/statefun-routable-kafka-e2e/pom.xml
index 6c6e9e2..7d7d4a4 100644
--- a/statefun-e2e-tests/statefun-routable-kafka-e2e/pom.xml
+++ b/statefun-e2e-tests/statefun-routable-kafka-e2e/pom.xml
@@ -29,7 +29,6 @@ under the License.
 
     <properties>
         <testcontainers.version>1.12.5</testcontainers.version>
-        <flink.version>1.10.0</flink.version>
     </properties>
 
     <dependencies>
diff --git a/statefun-e2e-tests/statefun-sanity-e2e/pom.xml b/statefun-e2e-tests/statefun-sanity-e2e/pom.xml
index 3f9837d..5e0721c 100644
--- a/statefun-e2e-tests/statefun-sanity-e2e/pom.xml
+++ b/statefun-e2e-tests/statefun-sanity-e2e/pom.xml
@@ -29,7 +29,6 @@ under the License.
 
     <properties>
         <testcontainers.version>1.12.5</testcontainers.version>
-        <flink.version>1.10.0</flink.version>
     </properties>
 
     <dependencies>
diff --git a/statefun-examples/statefun-state-processor-example/pom.xml b/statefun-examples/statefun-state-processor-example/pom.xml
index 3e316b4..84f93c5 100644
--- a/statefun-examples/statefun-state-processor-example/pom.xml
+++ b/statefun-examples/statefun-state-processor-example/pom.xml
@@ -29,7 +29,6 @@ under the License.
     <artifactId>statefun-state-processor-example</artifactId>
 
     <properties>
-        <flink.version>1.10.0</flink.version>
         <scala.binary.version>2.11</scala.binary.version>
     </properties>
 
diff --git a/statefun-flink/pom.xml b/statefun-flink/pom.xml
index ca85a11..ecd22b7 100644
--- a/statefun-flink/pom.xml
+++ b/statefun-flink/pom.xml
@@ -44,7 +44,6 @@ under the License.
     <properties>
         <scala.binary.version>2.11</scala.binary.version>
         <jsr305.version>3.0.2</jsr305.version>
-        <flink.version>1.10.0</flink.version>
         <jmh.version>1.21</jmh.version>
         <jsr305-version>1.3.9</jsr305-version>
     </properties>
diff --git a/statefun-flink/statefun-flink-core/pom.xml b/statefun-flink/statefun-flink-core/pom.xml
index a1bd8bd..ff7ffb0 100644
--- a/statefun-flink/statefun-flink-core/pom.xml
+++ b/statefun-flink/statefun-flink-core/pom.xml
@@ -56,7 +56,6 @@ under the License.
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
-            <version>${flink.version}</version>
         </dependency>
 
         <!-- 3rd party -->