linghengqian opened a new issue, #22: URL: https://github.com/apache/shardingsphere-plugin/issues/22
- The Git Tag of 5.4.1 uses the wrong `5.4.1-SNAPSHOT` as the shardingsphere version, causing the build to fail. Refer to https://github.com/apache/shardingsphere-plugin/blob/5.4.1/pom.xml#L28 . - A quick CI report from https://jitpack.io/#apache/shardingsphere-plugin/5.4.1 . Refer to https://jitpack.io/com/github/apache/shardingsphere-plugin/5.4.1/build.log . - Should we consider making https://github.com/apache/shardingsphere-plugin independent of the release process for https://github.com/apache/shardingsphere? Or create 5.4.1.1 for https://github.com/apache/shardingsphere-plugin to carry the correct shardingsphere version? Refer to https://github.com/apache/shardingsphere/blob/5.4.1/pom.xml#L28 . ```shell [INFO] Reactor Summary for Apache ShardingSphere Plugin 5.4.1-SNAPSHOT: [INFO] [INFO] Apache ShardingSphere Plugin ....................... SUCCESS [ 7.128 s] [INFO] shardingsphere-plugin-features ..................... SUCCESS [ 0.033 s] [INFO] shardingsphere-plugin-features-encrypt ............. SUCCESS [ 0.019 s] [INFO] shardingsphere-plugin-features-encrypt-like ........ FAILURE [ 1.728 s] [INFO] shardingsphere-plugin-features-encrypt-rc4 ......... SKIPPED [INFO] shardingsphere-plugin-features-encrypt-sm .......... SKIPPED [INFO] shardingsphere-plugin-features-sharding ............ SKIPPED [INFO] shardingsphere-plugin-features-sharding-cosid ...... SKIPPED [INFO] shardingsphere-plugin-features-sharding-nanoid ..... SKIPPED [INFO] shardingsphere-plugin-infra ........................ SKIPPED [INFO] shardingsphere-plugin-infra-data-source-pool ....... SKIPPED [INFO] shardingsphere-plugin-infra-data-source-pool-c3p0 .. SKIPPED [INFO] shardingsphere-plugin-infra-data-source-pool-dbcp .. SKIPPED [INFO] shardingsphere-plugin-jdbc ......................... SKIPPED [INFO] shardingsphere-plugin-jdbc-driver .................. SKIPPED [INFO] shardingsphere-plugin-jdbc-driver-apollo ........... SKIPPED [INFO] shardingsphere-plugin-mode ......................... SKIPPED [INFO] shardingsphere-plugin-mode-cluster ................. SKIPPED [INFO] shardingsphere-plugin-mode-cluster-repository ...... SKIPPED [INFO] shardingsphere-plugin-mode-cluster-repository-nacos SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.930 s [INFO] Finished at: 2023-12-15T04:46:31Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project shardingsphere-plugin-features-encrypt-like: Could not resolve dependencies for project org.apache.shardingsphere:shardingsphere-plugin-features-encrypt-like:jar:5.4.1-SNAPSHOT: The following artifacts could not be resolved: org.apache.shardingsphere:shardingsphere-encrypt-api:jar:5.4.1-SNAPSHOT, org.apache.shardingsphere:shardingsphere-encrypt-core:jar:5.4.1-SNAPSHOT: Could not find artifact org.apache.shardingsphere:shardingsphere-encrypt-api:jar:5.4.1-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <args> -rf :shardingsphere-plugin-features-encrypt-like ``` -- 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]
