Skip to content

Commit

Permalink
Update the sigtest plugin, signature file and docs
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Feb 17, 2024
1 parent c67b591 commit 02d0e29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<groupId>jakarta.enterprise</groupId>
<artifactId>cdi-tck-core-impl</artifactId>
<version>${project.version}</version>
<classifier>sigtest-jdk11</classifier>
<classifier>sigtest-jdk17</classifier>
<type>sig</type>
<optional>true</optional>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<artifact>
<file>${basedir}/src/main/resources/cdi-api-jdk11.sig</file>
<type>sig</type>
<classifier>sigtest-jdk11</classifier>
<classifier>sigtest-jdk17</classifier>
</artifact>
</artifacts>
</configuration>
Expand Down

0 comments on commit 02d0e29

Please sign in to comment.