Author: sebb
Date: Wed Sep 20 14:24:48 2023
New Revision: 1912432

URL: http://svn.apache.org/viewvc?rev=1912432&view=rev
Log:
Align versions with commons parent

Modified:
    commons/cms-site/trunk/pom.xml

Modified: commons/cms-site/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1912432&r1=1912431&r2=1912432&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Wed Sep 20 14:24:48 2023
@@ -17,13 +17,14 @@
    limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <!-- N.B. Does not inherit from commons-parent -->
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>19</version>
+    <version>30</version>
   </parent>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-site</artifactId>
@@ -73,6 +74,7 @@
   </distributionManagement>
 
   <properties>
+    <minimalMavenBuildVersion>3.2.5</minimalMavenBuildVersion>
     <site.output>${project.build.directory}/site</site.output>
   </properties>
 
@@ -81,7 +83,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>properties-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.2.0</version>
         <executions>
           <execution>
             <phase>pre-site</phase>
@@ -102,7 +104,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.9.1</version>
+          <version>3.12.1</version>
           <configuration>
             <siteDirectory>${basedir}/content</siteDirectory>
           </configuration>
@@ -117,7 +119,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>3.1.1</version>
+        <version>3.4.5</version>
         <reportSets>
           <reportSet>
             <reports>


Reply via email to