Skip to content

Commit aea2436

Browse files
authored
Merge pull request #489 from jenkinsci/dependabot/maven/edu.hm.hafner-codingstyle-pom-2.28.0
Bump codingstyle-pom from 2.25.0 to 2.28.0
2 parents b0cd1c0 + 1732e83 commit aea2436

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ui-tests/pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.hm.hafner</groupId>
77
<artifactId>codingstyle-pom</artifactId>
8-
<version>2.25.0</version>
8+
<version>2.28.0</version>
99
<relativePath/>
1010
</parent>
1111

@@ -129,6 +129,13 @@
129129
<skip>true</skip>
130130
</configuration>
131131
</plugin>
132+
<plugin>
133+
<groupId>org.revapi</groupId>
134+
<artifactId>revapi-maven-plugin</artifactId>
135+
<configuration>
136+
<skip>true</skip>
137+
</configuration>
138+
</plugin>
132139
<plugin>
133140
<groupId>org.assertj</groupId>
134141
<artifactId>assertj-assertions-generator-maven-plugin</artifactId>

0 commit comments

Comments
 (0)