Skip to content

Commit 4b1d583

Browse files
committed
fix pom
1 parent 4cbe50b commit 4b1d583

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<plugin>
269269
<groupId>org.apache.felix</groupId>
270270
<artifactId>maven-bundle-plugin</artifactId>
271-
<version>5.1.9</version>
271+
<version>6.0.0</version>
272272
<extensions>true</extensions>
273273
<configuration>
274274
<instructions>

src/test/java/org/htmlunit/ExternalTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void pom() throws Exception {
9595
}
9696
if (line.contains("artifactId")
9797
&& !line.contains(">htmlunit<")
98-
&& !line.contains(">selenium-devtools-v130<")) {
98+
&& !line.contains(">selenium-devtools-v131<")) {
9999
final String artifactId = getValue(line);
100100
final String groupId = getValue(lines.get(i - 1));
101101
if (!lines.get(i + 1).contains("</exclusion>")) {

0 commit comments

Comments
 (0)