Skip to content

Commit

Permalink
HV-1992 Switch to a different sigtest-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Jun 12, 2024
1 parent 803ea3f commit f90d99c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<version.release.plugin>3.0.1</version.release.plugin>
<version.resources.plugin>3.3.1</version.resources.plugin>
<version.shade.plugin>3.6.0</version.shade.plugin>
<version.sigtest.plugin>1.7</version.sigtest.plugin>
<version.sigtest.plugin>2.3</version.sigtest.plugin>
<version.source.plugin>3.3.1</version.source.plugin>
<version.surefire.plugin>3.2.5</version.surefire.plugin>
<version.surefire.plugin.java-version.asm>9.7</version.surefire.plugin.java-version.asm>
Expand Down Expand Up @@ -1157,7 +1157,7 @@
</dependencies>
</plugin>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<version>${version.sigtest.plugin}</version>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@
</executions>
</plugin>
<plugin>
<groupId>org.netbeans.tools</groupId>
<groupId>jakarta.tck</groupId>
<artifactId>sigtest-maven-plugin</artifactId>
<executions>
<execution>
Expand Down

0 comments on commit f90d99c

Please sign in to comment.