01/03: Mise à jour des version et du POM parent
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository maven-helper-plugin. See https://gitlab.nuiton.org/nuiton/maven-helper-plugin.git commit 86f7bb7d76974aa2fc88ce27c1a57d8c5f6c9467 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:51:27 2020 +0100 Mise à jour des version et du POM parent --- helper-maven-plugin-api/pom.xml | 1 + helper-maven-plugin-test-api/pom.xml | 1 + helper-maven-plugin/pom.xml | 1 + pom.xml | 25 ++++++++++--------------- 4 files changed, 13 insertions(+), 15 deletions(-) diff --git a/helper-maven-plugin-api/pom.xml b/helper-maven-plugin-api/pom.xml index 4965cfe..f122de6 100644 --- a/helper-maven-plugin-api/pom.xml +++ b/helper-maven-plugin-api/pom.xml @@ -189,6 +189,7 @@ <!-- build release zip files --> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>${assemblyPluginVersion}</version> <executions> <execution> <id>create-assemblies</id> diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index 5744fa6..1c7108b 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -176,6 +176,7 @@ <!-- build release zip files --> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>${assemblyPluginVersion}</version> <executions> <execution> <id>create-assemblies</id> diff --git a/helper-maven-plugin/pom.xml b/helper-maven-plugin/pom.xml index 80fe0c8..743529e 100644 --- a/helper-maven-plugin/pom.xml +++ b/helper-maven-plugin/pom.xml @@ -196,6 +196,7 @@ <plugins> <plugin> <artifactId>maven-invoker-plugin</artifactId> + <version>${invokerPluginVersion}</version> <configuration> <pomIncludes> <!--<pomInclude>**/pom.xml</pomInclude>--> diff --git a/pom.xml b/pom.xml index c87f2fd..c68dfd4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>10.2</version> + <version>11-SNAPSHOT</version> </parent> <artifactId>helper-maven-plugin-parent</artifactId> @@ -78,12 +78,7 @@ <properties> - <!-- redmine project Id --> <projectId>maven-helper-plugin</projectId> - <ciViewId>maven-helper-plugin</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion> @@ -93,7 +88,7 @@ <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType> - <mavenVersion>3.3.9</mavenVersion> + <mavenVersion>3.6.3</mavenVersion> <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> @@ -113,19 +108,19 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.4</version> + <version>3.9</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-dependency-tree</artifactId> - <version>3.0</version> + <version>3.0.1</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.22</version> + <version>3.3.0</version> </dependency> <dependency> @@ -138,7 +133,7 @@ <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-container-default</artifactId> <!--<version>1.0-alpha-9-stable-1</version>--> - <version>1.6</version> + <version>2.1.0</version> <scope>provided</scope> </dependency> @@ -201,7 +196,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-aether-provider</artifactId> - <version>${mavenVersion}</version> + <version>3.3.9</version> <scope>provided</scope> </dependency> @@ -215,7 +210,7 @@ <dependency> <groupId>org.eclipse.sisu</groupId> <artifactId>org.eclipse.sisu.plexus</artifactId> - <version>0.3.3</version> + <version>0.3.4</version> </dependency> <!-- dependencies to mojo annotations --> @@ -235,7 +230,7 @@ <dependency> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-provider-api</artifactId> - <version>2.10</version> + <version>3.3.4</version> <scope>provided</scope> </dependency> @@ -257,7 +252,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>4.13</version> <scope>test</scope> </dependency> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm