svn commit: r1927549 - in db/torque/trunk: . torque-test

[email protected] Thu, 31 Jul 2025 12:27:20 -0000
Newsgroups gmane.comp.jakarta.turbine.torque.devel
Message-ID <175396484035.3518161.1964297828794750498@svn02-us-east.apache.org>
Author: gk
Date: Thu Jul 31 12:27:20 2025
New Revision: 1927549

Log:
Update parent apache.org/apache version to 35
Add comment about modules setting in apache-release profile and fix spelling in README.md.

Modified:
   db/torque/trunk/pom.xml
   db/torque/trunk/torque-test/README.md

Modified: db/torque/trunk/pom.xml
==============================================================================
--- db/torque/trunk/pom.xml	Thu Jul 31 10:39:02 2025	(r1927548)
+++ db/torque/trunk/pom.xml	Thu Jul 31 12:27:20 2025	(r1927549)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>33</version>
+        <version>35</version>
     </parent>
 
     <groupId>org.apache.torque</groupId>
@@ -917,6 +917,7 @@
                     </plugin>
                 </plugins>
             </build>
+            <!-- this is for conveniece run to also apply the release prepare step to module torque-test.  -->
             <modules>
                 <module>torque-test</module>
             </modules>

Modified: db/torque/trunk/torque-test/README.md
==============================================================================
--- db/torque/trunk/torque-test/README.md	Thu Jul 31 10:39:02 2025	(r1927548)
+++ db/torque/trunk/torque-test/README.md	Thu Jul 31 12:27:20 2025	(r1927549)
@@ -255,7 +255,7 @@ Alternatively use [Surefire debugging][h
 
 ## TODO
 
-- Profiles managers,beans seem to be required always in testss
+- Profiles managers,beans seem to be required always in tests
 - Use Java Testcontainers Docker in other database settings ...