[rs-commit] r502 - /rs-manual/trunk/pom.xml
rs-commit at redwax.eu
rs-commit at redwax.eu
Thu Aug 21 10:19:40 CEST 2025
Author: minfrin at redwax.eu
Date: Thu Aug 21 10:19:39 2025
New Revision: 502
Log:
Update versions in the POM.
Modified:
rs-manual/trunk/pom.xml
Modified: rs-manual/trunk/pom.xml
==============================================================================
--- rs-manual/trunk/pom.xml (original)
+++ rs-manual/trunk/pom.xml Thu Aug 21 10:19:39 2025
@@ -32,7 +32,7 @@
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
- <version>3.8.2</version>
+ <version>3.12.1</version>
<configuration>
<locales>en,fr</locales>
<!-- <moduleExcludes><xhtml5>modules.xhtml5</xhtml5></moduleExcludes>-->
@@ -49,6 +49,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xml-maven-plugin</artifactId>
+ <version>1.1.0</version>
<executions>
<execution>
<id>module_gen</id>
@@ -75,9 +76,34 @@
</dependencies>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-enforcer-plugin</artifactId>
+ <version>3.6.1</version>
+ <executions>
+ <execution>
+ <id>enforce-maven</id>
+ <goals>
+ <goal>enforce</goal>
+ </goals>
+ <configuration>
+ <rules>
+ <requireMavenVersion>
+ <version>3.6.3</version>
+ </requireMavenVersion>
+ </rules>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>versions-maven-plugin</artifactId>
+ <version>2.18.0</version>
+ </plugin>
+ <plugin>
<groupId>org.simplify4u.plugins</groupId>
<artifactId>sitemapxml-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.2.0</version>
</plugin>
</plugins>
</build>
More information about the rs-commit
mailing list