You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2023/01/17 10:45:20 UTC

[plc4x] branch develop updated: build(deps): react to changes on root pom.xml

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 82226c1f4a build(deps): react to changes on root pom.xml
82226c1f4a is described below

commit 82226c1f4aedc7d179af2912c5c6e770a99a6e22
Author: Sebastian Rühl <sr...@apache.org>
AuthorDate: Tue Jan 17 11:44:55 2023 +0100

    build(deps): react to changes on root pom.xml
    
    Usually managed dependencies are updated here
---
 .github/workflows/java-platform.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/java-platform.yml b/.github/workflows/java-platform.yml
index f6db0e07c0..6ab4d3969d 100644
--- a/.github/workflows/java-platform.yml
+++ b/.github/workflows/java-platform.yml
@@ -25,6 +25,7 @@ on:
       - code-generation/**
       - protocols/**
       - plc4j**
+      - pom.xml
   pull_request:
     paths:
       - code-generation/**