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

rotty3000 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/aries-component-dsl.git.


    from 7cdde98  Close programs when test finish
     new 047d464  github actions and dependabot
     new f386277  changelog
     new 98dbc2b  update bnd plugins
     new 949face  ignore vscode files
     new 9efbc64  update dependencies and simplify integration testing layout

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/dependabot.yaml             |  16 +++
 .github/workflows/maven.yml         |  50 +++++++++
 .gitignore                          |   1 +
 .mailmap                            |   3 +
 README.md                           |   1 +
 changelog.md                        | 206 ++++++++++++++++++++++++++++++++++++
 changelog.sh                        | 105 ++++++++++++++++++
 component-dsl/pom.xml               |  36 +++----
 itests-run/LICENSE                  | 202 -----------------------------------
 itests-run/pom.xml                  | 126 ----------------------
 itests/bnd.bnd                      |   6 +-
 {itests-run => itests}/itest.bndrun |  21 ++--
 itests/pom.xml                      |  78 +++++++++++++-
 pom.xml                             |  44 +++++---
 14 files changed, 513 insertions(+), 382 deletions(-)
 create mode 100644 .github/dependabot.yaml
 create mode 100644 .github/workflows/maven.yml
 create mode 100644 .mailmap
 create mode 100644 changelog.md
 create mode 100755 changelog.sh
 delete mode 100644 itests-run/LICENSE
 delete mode 100644 itests-run/pom.xml
 rename {itests-run => itests}/itest.bndrun (68%)

Reply via email to