tsreaper commented on code in PR #545:
URL: https://github.com/apache/flink-table-store/pull/545#discussion_r1115304789


##########
docs/content/docs/engines/flink.md:
##########
@@ -55,14 +55,9 @@ You are using an unreleased version of Table Store so you 
need to manually build
 To build from source code, either [download the source of a 
release](https://flink.apache.org/downloads.html) or [clone the git 
repository]({{< github_repo >}}).
 
 Build bundled jar with the following command.
+- `mvn clean install -DskipTests`
 
-| Version | Command |
-|---|---|
-| Flink 1.16 | `mvn clean install -DskipTests` |
-| Flink 1.15 | `mvn clean install -Dmaven.test.skip=true -Pflink-1.15` |
-| Flink 1.14 | `mvn clean install -Dmaven.test.skip=true -Pflink-1.14` |
-
-You can find the bundled jar in 
`./flink-table-store-dist/target/flink-table-store-dist-{{< version >}}.jar`.
+For Flink 1.16, you can find the bundled jar in 
`./flink-table-store-flink/flink-table-store-flink-1.16/target/flink-table-store-flink-1.16-{{<
 version >}}.jar`.

Review Comment:
   ```suggestion
   For each supported Flink version, you can find the bundled jar in 
`./flink-table-store-flink/flink-table-store-flink-<flink-version>/target/flink-table-store-flink-<flink-version>-{{<
 version >}}.jar`
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to