提交 bf1d877c 编写于 作者: R Robert Metzger

Commit for release 0.8.1

上级 65338cf6
.cache
scalastyle-output.xml
.classpath
.idea
.metadata
.settings
.project
.version.properties
filter.properties
logs.zip
target
tmp
*.class
*.iml
*.swp
*.jar
*.log
.DS_Store
_site
docs/api
flink-addons/flink-avro/src/test/java/org/apache/flink/api/java/record/io/avro/generated
# s3 deployment based on http://about.travis-ci.org/blog/2012-12-18-travis-artifacts/
language: java
#See https://issues.apache.org/jira/browse/FLINK-1072
matrix:
include:
- jdk: "openjdk6"
env: PROFILE="-Dhadoop.profile=1"
- jdk: "oraclejdk7"
env: PROFILE="-Dhadoop.profile=1"
- jdk: "openjdk6"
env: PROFILE="-P!include-yarn -Dhadoop.version=2.0.0-alpha"
- jdk: "oraclejdk7"
env: PROFILE="-Dhadoop.version=2.2.0"
- jdk: "oraclejdk8"
env: PROFILE="-Dhadoop.version=2.5.1"
git:
depth: 10
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/d70a7e674cb9354c77b2
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
env:
global:
# username and password for Apache Nexus (maven deploy)
- secure: "Nu2oNTrIAmxIkNEZzALw+GT2QBogEh/mqecSqoKDCk0oFjUZhrnrsIZYD/8zTG9fAVa5Gx4uWH4W824Va5RlBZvCs9UTh5TF25K2ORR9dB9FiXZ+Vjjig78sKJF7N73WVIOsHCSKpoBKnVkvNwxuAkPTMYjn3sswRh1pMu2VQ90="
- secure: "jMllQXAHpE+ijYXjvQvh0xml6DCL5pmESuWRtd0Wi4v56HHxKHc/Tty/CJvX8whVDLaHNFtwlbaIN9asSyAu1OyGhpWCqsmsxWF4atvKFua1oX45XMB26Ymf7Yr7aq7lcx66j0cYpfBXY4tFTFPiT05QnZ8XsHzEnv4Tpgif2dg="
# New s3 deployment
- ARTIFACTS_S3_BUCKET="stratosphere-bin"
- secure: "AECzVxihEhYfnNcrY/wLirTkKkmSATycvTfKsBmxD07bg6BmaVgsOl4degUu4YL50e6agpoWul6irGxTg0bjLMAwg1ZGyRx57NFvNQ7JYDHK6EWmJ7BsK2WO7HiYzfau+ZAaL36WpOMi0UUPpuNXMvULqaE9b4jZqo1Wo/WDcyU="
- secure: "SNZkMm++fvPbjdreibc4j/XTKy7rOvGvjbvJJLQ01fVDR8ur1FGB5L/CE9tm2Aye75G8br+tJ+gf5cMX8CHL+0VrvuTk5U6flbuM08Pd0pmP64ZncmGfRFKC5qTvt24YR0u3cqxWze8RTkdduz0t8xrEdyCtb94CHs1+RNS+0HA="
# javadocs deploy
- secure: "f4wACodae0NCaIZtmg/JvP40G/3dE7O6+ONDMbq8P/9dnT5peRB1q7+KZxggRmFSWTMPdPIDI7YxI/rM5wZ3pUN2eX0BpjfANT58OJdgCNXN3Hr9YOa8UykD2h6b+AHpy4G89MG65m73RvNXngHTCQ8SBIfewzeMAhHdD3Fk0u8="
before_script:
- "gem install --no-document --version 0.8.9 faraday "
- "gem install --no-document travis-artifacts & "
install: true
# we have to manually set the forkCount because maven thinks that the travis
# machine has 32 cores
script: "mvn -Dflink.forkCount=4 -B $PROFILE clean install verify"
# deploy if the first job is successful; should be replaced by an after_all_success if travis finally supports it
after_success:
- "./tools/deploy_to_maven.sh"
<!--
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.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>apache.snapshots.https</id>
<username>${sonatype_user}</username>
<password>${sonatype_pw}</password>
</server>
<server>
<id>apache.releases.https</id>
<username>${sonatype_user}</username>
<password>${sonatype_pw}</password>
</server>
</servers>
</settings>
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-addons</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-quickstart</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -52,22 +52,22 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-core</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-connectors</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
</dependencies>
......
......@@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-quickstart</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -52,17 +52,17 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-scala</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-scala</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
</dependencies>
......
......@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -24,7 +24,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<relativePath>..</relativePath>
</parent>
......
......@@ -30,7 +30,7 @@ under the License.
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>0.8-SNAPSHOT</version>
<version>0.8.1</version>
<name>Apache Flink</name>
<packaging>pom</packaging>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册