This is an automated email from the ASF dual-hosted git repository.

hong pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 675e42d81 [hotfix] Minor typos and polish for blog post
675e42d81 is described below

commit 675e42d8186c436df7d0665458969af65d581f1c
Author: Ryan Skraba <[email protected]>
AuthorDate: Thu Aug 17 16:13:18 2023 +0200

    [hotfix] Minor typos and polish for blog post
---
 docs/content/posts/2023-08-04-externalized-connectors.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/posts/2023-08-04-externalized-connectors.md 
b/docs/content/posts/2023-08-04-externalized-connectors.md
index 4386fd48e..61ea301fe 100644
--- a/docs/content/posts/2023-08-04-externalized-connectors.md
+++ b/docs/content/posts/2023-08-04-externalized-connectors.md
@@ -58,7 +58,7 @@ The following connectors have been moved to individual 
repositories:
 
 ### Versioning
 
-Connectors continue to use the same Maven dependency `groupId` and 
`artificatId`, however, the JAR artifact `version` has changed and now uses the 
format, `<major>.<minor>.<patch>-<flink-major>.<flink-minor>`. For example, to 
use the DynamoDB connector for Flink 1.17, add the following dependency to your 
project:  
+Connectors continue to use the same Maven dependency `groupId` and 
`artifactId`. However, the JAR artifact `version` has changed and now uses the 
format, `<major>.<minor>.<patch>-<flink-major>.<flink-minor>`. For example, to 
use the DynamoDB connector for Flink 1.17, add the following dependency to your 
project:  
 
 ```
 <dependency>
@@ -72,6 +72,6 @@ You can find the maven dependency for a connector in the 
[Flink connectors docum
 
 ### Contributing
 
-Similarly, when creating JIRAs to report issues or to contribute to 
externalized connectors, the `Affects Version/s` and `Fix Version/s` fields 
should now use the connector version instead of a Flink version. The format 
should be `<connector-name>-<major>.<minor>.<patch>` for example, use 
`opensearch-1.1.0` for the OpenSearch connector. All other fields in the JIRA 
like `Component/s` remain the same.  
+Similarly, when creating JIRAs to report issues or to contribute to 
externalized connectors, the `Affects Version/s` and `Fix Version/s` fields 
should now use the connector version instead of a Flink version. The format 
should be `<connector-name>-<major>.<minor>.<patch>`.  For example, use 
`opensearch-1.1.0` for the OpenSearch connector. All other fields in the JIRA 
like `Component/s` remain the same.  
 
 For more information on how to contribute to externalized connectors, see the 
[Externalized Connector development 
wiki](https://cwiki.apache.org/confluence/display/FLINK/Externalized+Connector+development).
\ No newline at end of file

Reply via email to