This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-10.x by this push:
     new c66d788936 Revert "[tomee-10.x]: Bump 
org.netbeans.tools:sigtest-maven-plugin (#2353)"
c66d788936 is described below

commit c66d7889367ebdb583e2801039339f5d09bdbe42
Author: Richard Zowalla <[email protected]>
AuthorDate: Sat Dec 6 20:23:31 2025 +0100

    Revert "[tomee-10.x]: Bump org.netbeans.tools:sigtest-maven-plugin (#2353)"
    
    This reverts commit c0ef6703dfafe3ef2afc81df7f99be68f4d8af4a.
---
 tck/bval-signature-test/pom.xml  | 2 +-
 tck/cdi-signature-test/pom.xml   | 2 +-
 tck/jsonb-signature-test/pom.xml | 2 +-
 tck/jsonp-signature-test/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tck/bval-signature-test/pom.xml b/tck/bval-signature-test/pom.xml
index 24e6f50d71..c5e0ec5335 100644
--- a/tck/bval-signature-test/pom.xml
+++ b/tck/bval-signature-test/pom.xml
@@ -112,7 +112,7 @@
       <plugin>
         <groupId>org.netbeans.tools</groupId>
         <artifactId>sigtest-maven-plugin</artifactId>
-        <version>1.7</version>
+        <version>1.5</version>
         <executions>
           <execution>
             <goals>
diff --git a/tck/cdi-signature-test/pom.xml b/tck/cdi-signature-test/pom.xml
index addd9af525..b5d0ffc5cc 100644
--- a/tck/cdi-signature-test/pom.xml
+++ b/tck/cdi-signature-test/pom.xml
@@ -110,7 +110,7 @@
           <plugin>
             <groupId>org.netbeans.tools</groupId>
             <artifactId>sigtest-maven-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.5</version>
             <executions>
               <execution>
                 <id>sigtest</id>
diff --git a/tck/jsonb-signature-test/pom.xml b/tck/jsonb-signature-test/pom.xml
index a8146db19a..97eeb318a0 100644
--- a/tck/jsonb-signature-test/pom.xml
+++ b/tck/jsonb-signature-test/pom.xml
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.netbeans.tools</groupId>
             <artifactId>sigtest-maven-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.6</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/tck/jsonp-signature-test/pom.xml b/tck/jsonp-signature-test/pom.xml
index d4ba78e05a..ba2c9f8891 100644
--- a/tck/jsonp-signature-test/pom.xml
+++ b/tck/jsonp-signature-test/pom.xml
@@ -63,7 +63,7 @@
         <dependency>
             <groupId>org.netbeans.tools</groupId>
             <artifactId>sigtest-maven-plugin</artifactId>
-            <version>1.7</version>
+            <version>1.6</version>
             <scope>test</scope>
         </dependency>
     </dependencies>

Reply via email to