diff --git a/pom.xml b/pom.xml index 776f053decb6d8ac6257008306a5d4d2db74b791..5655bc56eff5bae08f32d9438218d3d67be7d5d3 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>AgroMetInfo web app</name> <description>Website for AgroMetInfo in Jakarta EE 10 and GWT.</description> @@ -66,13 +66,13 @@ <checkstyle.includeTestResources>false</checkstyle.includeTestResources> <checkstyle.includeTestSourceDirectory>true</checkstyle.includeTestSourceDirectory> <checkstyle.version>3.3.1</checkstyle.version> - <compiler-plugin.version>3.11.0</compiler-plugin.version> - <jacoco.version>0.8.10</jacoco.version> + <compiler-plugin.version>3.12.1</compiler-plugin.version> + <jacoco.version>0.8.11</jacoco.version> <javadoc.version>3.6.2</javadoc.version> <javase.api.link>https://docs.oracle.com/en/java/javase/17/docs/api/</javase.api.link> - <pmd.version>3.21.0</pmd.version> + <pmd.version>3.21.2</pmd.version> <sloccount.path>bin/sloccount.sh</sloccount.path> - <spotbugs.version>4.8.1.0</spotbugs.version> + <spotbugs.version>4.8.2.0</spotbugs.version> <!-- Text format --> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> @@ -189,7 +189,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.3.0</version> + <version>3.4.1</version> <executions> <execution> <id>enforce-versions</id> @@ -226,14 +226,14 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.1.2</version> + <version>3.2.5</version> </plugin> <!-- Compute buildNumber --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>buildnumber-maven-plugin</artifactId> - <version>3.1.0</version> + <version>3.2.0</version> <executions> <execution> <phase>validate</phase> @@ -257,7 +257,7 @@ <plugin> <artifactId>exec-maven-plugin</artifactId> <groupId>org.codehaus.mojo</groupId> - <version>3.1.0</version> + <version>3.2.0</version> <executions> <execution> <phase>package</phase> @@ -552,7 +552,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jxr-plugin</artifactId> - <version>3.3.0</version> + <version>3.3.2</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/www-client/pom.xml b/www-client/pom.xml index 18ded1b797469019872838d9f3646058445a407c..6f588b638c6f9a9c0ec32ece2c4097ae715806a7 100644 --- a/www-client/pom.xml +++ b/www-client/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>www-client</artifactId> diff --git a/www-server/pom.xml b/www-server/pom.xml index cbc5b068d9e106eadb91efe8c5e1731eecdda7dd..964b207ea717e8a5c9a126e3b3c98e096bc2697a 100644 --- a/www-server/pom.xml +++ b/www-server/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>www-server</artifactId> @@ -171,7 +171,7 @@ <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> - <version>2.16.1</version> + <version>2.17.1</version> </dependency> <dependency> <groupId>de.ruedigermoeller</groupId> diff --git a/www-shared/pom.xml b/www-shared/pom.xml index b53bfbb97fc1e921babc68961231da7e8c51ed9c..da6cc5385824816a984bbf2a0e08560de8edc5ef 100644 --- a/www-shared/pom.xml +++ b/www-shared/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>fr.agrometinfo</groupId> <artifactId>www</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> </parent> <artifactId>www-shared</artifactId>