提交 1e434d10 编写于 作者: M mbalassi 提交者: Stephan Ewen

[streaming] Module rename

上级 12e52f8a
...@@ -5,28 +5,29 @@ ...@@ -5,28 +5,29 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>eu.stratosphere</groupId> <groupId>org.apache.flink</groupId>
<artifactId>stratosphere-streaming</artifactId> <artifactId>flink-streaming-parent</artifactId>
<version>0.3-SNAPSHOT</version> <version>0.3-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>stratosphere-streaming-connectors</artifactId> <artifactId>flink-streaming-connectors</artifactId>
<name>stratosphere-streaming-connectors</name> <name>flink-streaming-connectors</name>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>eu.stratosphere</groupId> <groupId>org.apache.flink</groupId>
<artifactId>stratosphere-streaming-core</artifactId> <artifactId>flink-streaming-core</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!--TODO: this might be unnecessary right now -->
<dependency> <dependency>
<groupId>eu.stratosphere</groupId> <groupId>org.apache.flink</groupId>
<artifactId>stratosphere-streaming-examples</artifactId> <artifactId>flink-streaming-examples</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
......
...@@ -5,14 +5,14 @@ ...@@ -5,14 +5,14 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>eu.stratosphere</groupId> <groupId>org.apache.flink</groupId>
<artifactId>stratosphere-streaming</artifactId> <artifactId>flink-streaming-parent</artifactId>
<version>0.3-SNAPSHOT</version> <version>0.3-SNAPSHOT</version>
<relativePath>..</relativePath> <relativePath>..</relativePath>
</parent> </parent>
<artifactId>stratosphere-streaming-core</artifactId> <artifactId>flink-streaming-core</artifactId>
<name>stratosphere-streaming-core</name> <name>flink-streaming-core</name>
<packaging>jar</packaging> <packaging>jar</packaging>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册