Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sigtest-maven-plugin to 2.3. #7426

Merged
merged 1 commit into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nbbuild/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
8D4F73654DAAE212850ADC3B0C02E5E056974B48 org.apache.rat:apache-rat:0.15
507505D294C8995C974501EC0F64604DE88AF411 org.apidesign.javadoc:codesnippet-doclet:1.0
31D943949D6F5FD761C1B82049F9FF09F5ECDF30 jakarta.tck:sigtest-maven-plugin:2.2
F581B42DDBBDEC18BE04308366C9B5CA11735775 jakarta.tck:sigtest-maven-plugin:2.3
C9AD4A0850AB676C5C64461A05CA524CDFFF59F1 com.googlecode.json-simple:json-simple:1.1.1
3A4E4ECCF553036BB0DDBA675486D574B62A01D8 org.apache.netbeans.modules.jackpot30:tool:12.3
F6E1D8A8819F854B681C8EAA57FD59A42329E10C org.jsoup:jsoup:1.15.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: API Signature Testing Tool
Version: 2.2
Version: 2.3
License: GPL-2-CP
Source: https://github.com/eclipse-ee4j/jakartaee-tck-tools/tree/sigtest-2.2/tools/sigtest
Source: https://github.com/eclipse-ee4j/jakartaee-tck-tools/tree/sigtest-2.3/tools/sigtest
Description: Signature test modified for NetBeans
Origin: OpenJDK (modified by NetBeans)
Type: compile-time
Expand Down
2 changes: 1 addition & 1 deletion nbbuild/templates/projectized.xml
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@
<property name="sigtest.public.packages" value="${public.packages}"/>
<property name="sigtest.fail.on.error" value="true"/>
<taskdef name="sigtest" classname="org.netbeans.nbbuild.Sigtest" classpath="${nbantext.jar}"/>
<property name="sigtest.jar" location="${nb_all}/nbbuild/external/sigtest-maven-plugin-2.2.jar"/>
<property name="sigtest.jar" location="${nb_all}/nbbuild/external/sigtest-maven-plugin-2.3.jar"/>
<loadproperties srcFile="${manifest.mf}" prefix="mf.">
<filterchain>
<replaceregex pattern="[\n\r]+ ([^ ][^\n\r]*)"
Expand Down
Loading