Skip to content

Commit

Permalink
Use correct version and remove depggraph experiments.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 24, 2024
1 parent 16b97b7 commit a38d486
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down
12 changes: 1 addition & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>3.40.0-SNAPSHOT</version>
<version>3.41.0-SNAPSHOT</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -252,7 +252,6 @@
<releaseProfiles>release</releaseProfiles>
<goals>deploy</goals>
<tagNameFormat>v@{project.version}</tagNameFormat>
<preparationGoals>clean install com.github.ferstl:depgraph-maven-plugin:graph scm:add -Dincludes=doc/dependency-graph.puml</preparationGoals>
</configuration>
</plugin>
<plugin>
Expand Down Expand Up @@ -739,15 +738,6 @@
<outputDirectory>${project.basedir}/doc</outputDirectory>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<configuration>
<message>[depgraph-maven-plugin] Synchronize dependencies in UML component diagram</message>
<includes>doc/dependency-graph.puml</includes>
<pushChanges>true</pushChanges>
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit a38d486

Please sign in to comment.