This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to tag 2.0.2.1-rc01 in repository https://gitbox.apache.org/repos/asf/doris.git
commit 0bb40e0616e8e3bec4d2b406b35376006b41e2af Author: zy-kkk <[email protected]> AuthorDate: Wed Oct 18 14:07:31 2023 +0800 [fix](mvn source) fix audit compile java-cup and cup-maven-plugin not found (#25564) --- fe_plugins/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe_plugins/pom.xml b/fe_plugins/pom.xml index 21526f17404..ffae6daf5c8 100644 --- a/fe_plugins/pom.xml +++ b/fe_plugins/pom.xml @@ -108,7 +108,7 @@ under the License. </repository> <repository> <id>cloudera-public</id> - <url>https://repository.cloudera.com/artifactory/public/</url> + <url>https://repository.cloudera.com/artifactory/cloudera-repos/</url> </repository> </repositories> </profile> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
