You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by jo...@apache.org on 2019/12/18 08:27:45 UTC

[incubator-dolphinscheduler] branch dev updated (6de55c3 -> ab09ed4)

This is an automated email from the ASF dual-hosted git repository.

journey pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git.


    from 6de55c3  Modify common queue TaskQueueZKImplTest.java unit test (#1505)
     add ab09ed4  merge frontend and backend tar into one binary tar (#1511)

No new revisions were added by this update.

Summary of changes:
 .../dolphinscheduler-backend/pom.xml               | 74 ---------------------
 .../dolphinscheduler-front/pom.xml                 | 59 -----------------
 .../assembly/dolphinscheduler-binary-front.xml     | 71 --------------------
 dolphinscheduler-dist/dolphinscheduler-src/pom.xml | 71 --------------------
 dolphinscheduler-dist/pom.xml                      | 77 ++++++++++++++++++++--
 .../main/assembly/dolphinscheduler-binary.xml}     | 74 +++++++--------------
 .../src/main/assembly/dolphinscheduler-src.xml     |  2 +-
 dolphinscheduler-ui/pom.xml                        |  4 +-
 8 files changed, 99 insertions(+), 333 deletions(-)
 delete mode 100644 dolphinscheduler-dist/dolphinscheduler-backend/pom.xml
 delete mode 100644 dolphinscheduler-dist/dolphinscheduler-front/pom.xml
 delete mode 100644 dolphinscheduler-dist/dolphinscheduler-front/src/main/assembly/dolphinscheduler-binary-front.xml
 delete mode 100644 dolphinscheduler-dist/dolphinscheduler-src/pom.xml
 rename dolphinscheduler-dist/{dolphinscheduler-backend/src/main/assembly/dolphinscheduler-binary-backend.xml => src/main/assembly/dolphinscheduler-binary.xml} (67%)
 rename dolphinscheduler-dist/{dolphinscheduler-src => }/src/main/assembly/dolphinscheduler-src.xml (98%)