You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/17 15:37:33 UTC

[GitHub] [incubator-inlong] gong opened a new pull request, #4695: [INLONG-4693][Sort] Fix DLC connector maven package problem

gong opened a new pull request, #4695:
URL: https://github.com/apache/incubator-inlong/pull/4695

   ### Prepare a Pull Request
   
   - [INLONG-4693][Sort] Fix DLC connector maven package problem
   
   
   - Fixes #4693 
   
   ### Motivation
   
   Fix DLC connector maven package problem
   
   ### Modifications
   
   modify pom
   


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang merged pull request #4695: [INLONG-4693][Sort] Fix DLC connector maven package problem

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #4695:
URL: https://github.com/apache/inlong/pull/4695


-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] gong commented on a diff in pull request #4695: [INLONG-4693][Sort] Fix DLC connector maven package problem

Posted by GitBox <gi...@apache.org>.
gong commented on code in PR #4695:
URL: https://github.com/apache/inlong/pull/4695#discussion_r915466334


##########
pom.xml:
##########
@@ -239,7 +243,7 @@
         <jcommander.version>1.78</jcommander.version>
         <je.version>7.3.7</je.version>
         <tencentcloud.cls.version>1.0.5</tencentcloud.cls.version>
-        <tencentcloud.api.version>3.1.439</tencentcloud.api.version>
+        <tencentcloud.api.version>3.1.438-SNAPSHOT</tencentcloud.api.version>

Review Comment:
   @healchow I update the version.



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-inlong] healchow commented on a diff in pull request #4695: [INLONG-4693][Sort] Fix DLC connector maven package problem

Posted by GitBox <gi...@apache.org>.
healchow commented on code in PR #4695:
URL: https://github.com/apache/incubator-inlong/pull/4695#discussion_r901084054


##########
pom.xml:
##########
@@ -239,7 +243,7 @@
         <jcommander.version>1.78</jcommander.version>
         <je.version>7.3.7</je.version>
         <tencentcloud.cls.version>1.0.5</tencentcloud.cls.version>
-        <tencentcloud.api.version>3.1.439</tencentcloud.api.version>
+        <tencentcloud.api.version>3.1.438-SNAPSHOT</tencentcloud.api.version>

Review Comment:
   Why use the `SNAPSHOT` version here?



-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org