Skip to content

Commit

Permalink
Upgrade flink version to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
haoch committed Nov 18, 2017
1 parent 381f211 commit 949e8ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>1.3.0</version>
<version>1.3.2</version>
</parent>

<groupId>com.github.haoch</groupId>
<artifactId>flink-siddhi_2.10</artifactId>
<artifactId>flink-siddhi_2.11</artifactId>
<name>flink-siddhi</name>

<version>0.1.0-SNAPSHOT</version>
Expand All @@ -38,7 +38,7 @@ under the License.

<properties>
<siddhi.version>3.0.5</siddhi.version>
<flink.version>1.3.0</flink.version>
<flink.version>1.3.2</flink.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -72,7 +72,7 @@ under the License.
<!-- Core streaming API -->
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java_2.10</artifactId>
<artifactId>flink-streaming-java_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<scope>provided</scope>
</dependency>
Expand All @@ -94,7 +94,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-test-utils_2.10</artifactId>
<artifactId>flink-test-utils_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<scope>test</scope>
<exclusions>
Expand All @@ -106,7 +106,7 @@ under the License.
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-scala_2.10</artifactId>
<artifactId>flink-scala_${scala.binary.version}</artifactId>
<version>${flink.version}</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
Expand Down

0 comments on commit 949e8ac

Please sign in to comment.