提交 5dba9713 编写于 作者: M Maximilian Michels

[release] fix remaining and recently introduced old version artifacts

上级 6a838db1
......@@ -328,7 +328,7 @@ Change your projects `pom.xml` file like this:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-java</artifactId>
<version>0.10-SNAPSHOT</version>
<version>{{ site.version }}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
......@@ -343,7 +343,7 @@ Change your projects `pom.xml` file like this:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-streaming-java</artifactId>
<version>0.10-SNAPSHOT</version>
<version>{{ site.version }}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
......@@ -358,7 +358,7 @@ Change your projects `pom.xml` file like this:
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-clients</artifactId>
<version>0.10-SNAPSHOT</version>
<version>{{ site.version }}</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
......
......@@ -271,7 +271,7 @@ public class TimedFiniteSpout extends BaseRichSpout implements FiniteSpout {
You can find more examples in Maven module `flink-storm-examples`.
For the different versions of WordCount, see [README.md](https://github.com/apache/flink/tree/master/flink-contrib/flink-storm-examples/README.md).
To run the examples, you need to assemble a correct jar file.
`flink-storm-examples-0.10-SNAPSHOT.jar` is **no** valid jar file for job execution (it is only a standard maven artifact).
`flink-storm-examples-{{ site.version }}.jar` is **no** valid jar file for job execution (it is only a standard maven artifact).
There are example jars for embedded Spout and Bolt, namely `WordCount-SpoutSource.jar` and `WordCount-BoltTokenizer.jar`, respectively.
Compare `pom.xml` to see how both jars are built.
......
......@@ -86,7 +86,7 @@ Sample Result:
"refresh-interval": 3000,
"timezone-offset": 3600000,
"timezone-name": "Central European Time",
"flink-version": "0.10-SNAPSHOT",
"flink-version": "{{ site.version }}",
"flink-revision": "8124545 @ 16.09.2015 @ 15:38:42 CEST"
}
~~~
......
......@@ -60,7 +60,7 @@ under the License.
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-runtime</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册