Skip to content

Commit 0db1570

Browse files
committed
Commit for release 1.8.0
1 parent f421f32 commit 0db1570

File tree

152 files changed

+157
-157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+157
-157
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
# we change the version for the complete docs when forking of a release branch
2828
# etc.
2929
# The full version string as referenced in Maven (e.g. 1.2.1)
30-
version: "1.8-SNAPSHOT"
30+
version: "1.8.0"
3131
# For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
3232
# release this should be the same as the regular version
33-
version_title: "1.8-SNAPSHOT"
33+
version_title: 1.8
3434
# Branch on Github for this version
3535
github_branch: "master"
3636

flink-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ under the License.
2525
<parent>
2626
<groupId>org.apache.flink</groupId>
2727
<artifactId>flink-parent</artifactId>
28-
<version>1.8-SNAPSHOT</version>
28+
<version>1.8.0</version>
2929
<relativePath>..</relativePath>
3030
</parent>
3131

flink-clients/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-parent</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-cassandra/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-elasticsearch6/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

flink-connectors/flink-connector-filesystem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ under the License.
2626
<parent>
2727
<groupId>org.apache.flink</groupId>
2828
<artifactId>flink-connectors</artifactId>
29-
<version>1.8-SNAPSHOT</version>
29+
<version>1.8.0</version>
3030
<relativePath>..</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)