Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flink-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-annotations</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-architecture-tests-base</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-architecture-tests-production</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-architecture-tests</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-architecture-tests-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-architecture-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-architecture-tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions flink-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-clients</artifactId>
Expand Down Expand Up @@ -141,7 +141,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
<version>2.6</version><!--$NO-MVN-MAN-VER$-->
<executions>
<execution>
<id>create-test-dependency</id>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-connector-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-datagen-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-connector-datagen-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-datagen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-connector-datagen</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-connector-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-connector-files</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions flink-connectors/flink-connector-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-connector-hive_${scala.binary.version}</artifactId>
Expand All @@ -35,8 +35,8 @@ under the License.
<packaging>jar</packaging>

<properties>
<hiverunner.version>4.0.0</hiverunner.version>
<reflections.version>0.9.8</reflections.version>
<hiverunner.version>4.1.0</hiverunner.version>
<reflections.version>0.10.2</reflections.version>
<derby.version>10.10.2.0</derby.version>
<hive.avro.version>1.8.2</hive.avro.version>
<!--
Expand Down Expand Up @@ -1178,7 +1178,7 @@ under the License.
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -1320,7 +1320,7 @@ under the License.
<!-- Bump arrow netty dependency -->
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>
<version>4.1.46.Final</version>
<version>4.2.1.Final</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/flink-file-sink-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-file-sink-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions flink-connectors/flink-hadoop-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-hadoop-compatibility_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -169,7 +169,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.8</version>
<version>2.10</version>
<configuration>
<downloadSources>true</downloadSources>
<projectnatures>
Expand Down
4 changes: 2 additions & 2 deletions flink-connectors/flink-sql-connector-hive-2.3.10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-sql-connector-hive-2.3.10_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -79,7 +79,7 @@ under the License.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
Expand Down
8 changes: 4 additions & 4 deletions flink-connectors/flink-sql-connector-hive-3.1.3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-connectors</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-sql-connector-hive-3.1.3_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -83,15 +83,15 @@ under the License.
<dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr-runtime</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>

<!-- hadoop dependency to make the copied code compile -->
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-mapreduce-client-core</artifactId>
<version>3.1.0</version>
<version>3.4.1</version>
<scope>provided</scope>
<exclusions>
<exclusion>
Expand Down Expand Up @@ -140,7 +140,7 @@ under the License.
<groupId>org.apache.avro</groupId>
<artifactId>avro-mapred</artifactId>
<classifier>hadoop2</classifier>
<version>1.8.2</version>
<version>1.12.0</version>
<optional>${flink.markBundledAsOptional}</optional>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion flink-connectors/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion flink-container/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-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-contrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-contrib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-core-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-core</artifactId>
Expand Down Expand Up @@ -100,7 +100,7 @@ under the License.
<dependency>
<groupId>org.snakeyaml</groupId>
<artifactId>snakeyaml-engine</artifactId>
<version>2.6</version>
<version>2.9</version>
</dependency>

<!-- standard utilities -->
Expand Down Expand Up @@ -169,7 +169,7 @@ under the License.
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.38</version>
<scope>test</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion flink-datastream-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>flink-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-datastream-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-datastream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ under the License.
<parent>
<artifactId>flink-parent</artifactId>
<groupId>org.apache.flink</groupId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-datastream</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions flink-dist-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-dist-scala_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -120,7 +120,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
<version>2.8.2</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<skip>true</skip>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions flink-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-dist_${scala.binary.version}</artifactId>
Expand Down Expand Up @@ -511,7 +511,7 @@ under the License.
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
<version>2.1</version>
<version>2.6</version>
<optional>${flink.markBundledAsOptional}</optional>
</dependency>
</dependencies>
Expand All @@ -531,7 +531,7 @@ under the License.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
<executions>
<execution>
<id>remove-build-target-link</id>
Expand Down Expand Up @@ -810,7 +810,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4</version><!--$NO-MVN-MAN-VER$-->
<version>2.8.2</version><!--$NO-MVN-MAN-VER$-->
<configuration>
<skip>true</skip>
</configuration>
Expand Down
6 changes: 3 additions & 3 deletions flink-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-docs</artifactId>
Expand Down Expand Up @@ -194,7 +194,7 @@ under the License.
<!-- Used for parsing HTML -->
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -241,7 +241,7 @@ under the License.
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.7</version>
<version>1.8</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion flink-dstl/flink-dstl-dfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-dstl</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-dstl-dfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion flink-dstl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ under the License.
<parent>
<groupId>org.apache.flink</groupId>
<artifactId>flink-parent</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>flink-dstl</artifactId>
Expand Down
Loading