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 80ae4e8d34fdab5aa6abae1baf5d11c09683cf71 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:
