Author: gk
Date: Tue Apr 16 10:21:35 2024
New Revision: 1917026
URL: http://svn.apache.org/viewvc?rev=1917026&view=rev
Log:
TORQUE-367: Prepare for release of Apache Maven Plugin Tools version 3.12.1
(still 3.12.0)
Modified:
db/torque/trunk/torque-maven-plugin/pom.xml
Modified: db/torque/trunk/torque-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/db/torque/trunk/torque-maven-plugin/pom.xml?rev=1917026&r1=1917025&r2=1917026&view=diff
==============================================================================
--- db/torque/trunk/torque-maven-plugin/pom.xml (original)
+++ db/torque/trunk/torque-maven-plugin/pom.xml Tue Apr 16 10:21:35 2024
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
<!-- annotations are not used at runtime because
@Retention(value=CLASS), they are needed only to build the plugin -->
<scope>provided</scope>
</dependency>
@@ -119,7 +119,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
</plugin>
</plugins>
</build>
@@ -129,7 +129,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-report-plugin</artifactId>
- <version>3.11.0</version>
+ <version>3.12.0</version>
</plugin>
</plugins>
</reporting>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]