Skip to content

Commit

Permalink
[ZEPPELIN-1032] Update Apache Flink to 1.0.3 release
Browse files Browse the repository at this point in the history
### What is this PR for?
Update Flink interpreter to use most recent Apache Flink 1.0.3 release

### What type of PR is it?
[Improvement]

### What is the Jira issue?
[ZEPPELIN-1032](https://issues.apache.org/jira/browse/ZEPPELIN-1032)

Author: Luciano Resende <lresende@apache.org>

Closes #1039 from lresende/flink and squashes the following commits:

740a772 [Luciano Resende] [ZEPPELIN-1032] Update Apache Flink to 1.0.3 release
  • Loading branch information
lresende authored and minahlee committed Jun 26, 2016
1 parent ec97cd0 commit a192f27
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<url>http://zeppelin.apache.org</url>

<properties>
<flink.version>1.0.0</flink.version>
<flink.version>1.0.3</flink.version>
<flink.akka.version>2.3.7</flink.akka.version>
<flink.scala.binary.version>2.10</flink.scala.binary.version>
<flink.scala.version>2.10.4</flink.scala.version>
Expand Down
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,6 @@
<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.maven-v4_0_0.xsd">

<!-- Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with this
work for additional information regarding copyright ownership. The ASF licenses
this file to You under the Apache License, Version 2.0 (the "License"); you
may not use this file except in compliance with the License. You may obtain
a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless
required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES
OR CONDITIONS OF ANY KIND, either express or implied. See the License for
the specific language governing permissions and limitations under the License. -->

<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.zeppelin</groupId>
Expand Down

0 comments on commit a192f27

Please sign in to comment.