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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2110894c63 Revert "Bump org.netbeans.tools:sigtest-maven-plugin from 
1.5 to 1.7 (#2352)"
2110894c63 is described below

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

    Revert "Bump org.netbeans.tools:sigtest-maven-plugin from 1.5 to 1.7 
(#2352)"
    
    This reverts commit 21d0dd367da6a082140b0358e7f7158f1b5a869b.
---
 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 a253411a06..0ed0d4f9a9 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 182fa0bfe6..a61c2a39c7 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 8fcb05e0ac..7d6a4addff 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 2b94b4732b..c44fc5dbdc 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