This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch GITHUB_ACTIONS in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit aafd4b5f8564435a3d3570070f7888dd42aeaf45 Author: Karl Heinz Marbaise <[email protected]> AuthorDate: Fri Aug 23 11:20:20 2019 +0200 Trigger test. --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1098734..a946e97 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. # +# added comment to trigger build. name: MDEP on: push:
