Skip to content

Commit

Permalink
Merge pull request #489 from jenkinsci/dependabot/maven/edu.hm.hafner…
Browse files Browse the repository at this point in the history
…-codingstyle-pom-2.28.0

Bump codingstyle-pom from 2.25.0 to 2.28.0
  • Loading branch information
uhafner committed Jun 12, 2022
2 parents b0cd1c0 + 1732e83 commit aea2436
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>2.25.0</version>
<version>2.28.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -129,6 +129,13 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.revapi</groupId>
<artifactId>revapi-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.assertj</groupId>
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>
Expand Down

0 comments on commit aea2436

Please sign in to comment.