Skip to content

Commit

Permalink
[FLINK-7037] Remove scala suffic from flink-examples module
Browse files Browse the repository at this point in the history
This closes  #4221.
  • Loading branch information
zentol committed Jul 4, 2017
1 parent cf1e57e commit bd85884
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flink-examples/flink-examples-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ under the License.

<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples_${scala.binary.version}</artifactId>
<artifactId>flink-examples</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion flink-examples/flink-examples-streaming/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.

<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples_${scala.binary.version}</artifactId>
<artifactId>flink-examples</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion flink-examples/flink-examples-table/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ under the License.

<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-examples_${scala.binary.version}</artifactId>
<artifactId>flink-examples</artifactId>
<version>1.4-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion flink-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<relativePath>..</relativePath>
</parent>

<artifactId>flink-examples_${scala.binary.version}</artifactId>
<artifactId>flink-examples</artifactId>
<name>flink-examples</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit bd85884

Please sign in to comment.