This is an automated email from the ASF dual-hosted git repository. vernedeng pushed a commit to branch branch-1.8 in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/branch-1.8 by this push: new 0564cd26c0 [INLONG-8570][Manager]Modify packaging order (#8571) 0564cd26c0 is described below commit 0564cd26c08cbe52e339127c64d0ba6c77b0c690 Author: fuweng11 <76141879+fuwen...@users.noreply.github.com> AuthorDate: Wed Jul 19 13:58:00 2023 +0800 [INLONG-8570][Manager]Modify packaging order (#8571) (cherry picked from commit e5d2716ce6b953e3601ca1c93a8a0c04f007caba) --- inlong-manager/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlong-manager/pom.xml b/inlong-manager/pom.xml index 18f1cd08ac..39d4e01f0c 100644 --- a/inlong-manager/pom.xml +++ b/inlong-manager/pom.xml @@ -36,9 +36,9 @@ <module>manager-client-examples</module> <module>manager-client-tools</module> <module>manager-dao</module> + <module>manager-plugins</module> <module>manager-service</module> <module>manager-workflow</module> - <module>manager-plugins</module> <module>manager-web</module> <module>manager-docker</module> </modules>