diff --git a/.github/workflows/update-badges.yml b/.github/workflows/update-badges.yml index 6c8e4609..c141c7a4 100644 --- a/.github/workflows/update-badges.yml +++ b/.github/workflows/update-badges.yml @@ -77,6 +77,8 @@ jobs: git config --local user.name "GitHub Action" git add badges/*.svg git commit -m "Update badges with results from latest autograding" || true + git add doc/dependency-graph.puml + git commit -m "Update dependency graph to latest versions from POM" || true - name: Push updated badges to GitHub repository uses: ad-m/github-push-action@master if: ${{ success() }} diff --git a/pom.xml b/pom.xml index 056f735c..c8d1079f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 edu.hm.hafner codingstyle - 3.40.0-SNAPSHOT + 3.41.0-SNAPSHOT jar @@ -252,7 +252,6 @@ release deploy v@{project.version} - clean install com.github.ferstl:depgraph-maven-plugin:graph scm:add -Dincludes=doc/dependency-graph.puml @@ -739,15 +738,6 @@ ${project.basedir}/doc - - org.apache.maven.plugins - maven-scm-plugin - - [depgraph-maven-plugin] Synchronize dependencies in UML component diagram - doc/dependency-graph.puml - true - -