Skip to content

Commit

Permalink
fix pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 28, 2024
1 parent 4cbe50b commit 4b1d583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>5.1.9</version>
<version>6.0.0</version>
<extensions>true</extensions>
<configuration>
<instructions>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/htmlunit/ExternalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void pom() throws Exception {
}
if (line.contains("artifactId")
&& !line.contains(">htmlunit<")
&& !line.contains(">selenium-devtools-v130<")) {
&& !line.contains(">selenium-devtools-v131<")) {
final String artifactId = getValue(line);
final String groupId = getValue(lines.get(i - 1));
if (!lines.get(i + 1).contains("</exclusion>")) {
Expand Down

0 comments on commit 4b1d583

Please sign in to comment.