You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by "diegs (via GitHub)" <gi...@apache.org> on 2023/06/22 21:47:01 UTC

[GitHub] [doris-flink-connector] diegs opened a new issue, #151: [Bug] invalid maven metadata for 1.4.0 release

diegs opened a new issue, #151:
URL: https://github.com/apache/doris-flink-connector/issues/151

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Version
   
   1.4.0
   
   ### What's Wrong?
   
   The metadata on maven central is incorrect. If you look at https://search.maven.org/artifact/org.apache.doris/flink-doris-connector-1.17/1.4.0/jar the metadata file contains `<revision>1.4.0-SNAPSHOT</revision>` and `<version>${revision}</version>`.
   
   In previous releases it appears there was `<version>1.3.0</version>` and no `<revision>` tag.
   
   ### What You Expected?
   
   `<revision>1.4.0-SNAPSHOT</revision>` should be `1.4.0`, or there should be no `<revision>` tag and `<version>` should be set to 1.4.0.
   
   ### How to Reproduce?
   
   Add flink-doris-connector dependency to your project, per https://search.maven.org/artifact/org.apache.doris/flink-doris-connector-1.17/1.4.0/jar.
   
   For example `implementation("org.apache.doris:flink-doris-connector-1.17:1.4.0")` if using gradle kotlin DSL.
   
   The build fails because the metadata is inconsistent:
   
   ```
   > Could not resolve org.apache.doris:flink-doris-connector-1.17:1.4.0.
            > inconsistent module metadata found. Descriptor: org.apache.doris:flink-doris-connector-1.17:1.4.0-SNAPSHOT Errors: bad version: expected='1.4.0' found='1.4.0-SNAPSHOT'
   ```
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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@doris.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [doris-flink-connector] Tyxuani commented on issue #151: [Bug] invalid maven metadata for 1.4.0 release

Posted by "Tyxuani (via GitHub)" <gi...@apache.org>.
Tyxuani commented on issue #151:
URL: https://github.com/apache/doris-flink-connector/issues/151#issuecomment-1710965570

   Same issue, hope to fixed or update
   ![1694136515](https://github.com/apache/doris-flink-connector/assets/40827427/a6cf564c-1028-413b-b463-aa538dff5e38)
   


-- 
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@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org