This is an automated email from the git hooks/post-receive script. New change to branch develop in repository maven-helper-plugin. See https://gitlab.nuiton.org/nuiton/maven-helper-plugin.git from 47a1f59 Update README.md new 86f7bb7 Mise à jour des version et du POM parent new 767b322 Correction des dépendances en vue d'une release new 0e57602 Fix Maven Central URL The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0e576024fac1305d3006c621e7e765b6d76903e5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:59:28 2020 +0100 Fix Maven Central URL commit 767b3227ee165e90cf4e7c6cad4a931eda99d097 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:58:27 2020 +0100 Correction des dépendances en vue d'une release 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 Summary of changes: helper-maven-plugin-api/pom.xml | 1 + helper-maven-plugin-test-api/pom.xml | 6 ++++ helper-maven-plugin/pom.xml | 1 + .../helper/plugin/CheckAutoContainerPlugin.java | 4 +-- pom.xml | 33 ++++++++++++---------- 5 files changed, 28 insertions(+), 17 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
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 767b3227ee165e90cf4e7c6cad4a931eda99d097 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:58:27 2020 +0100 Correction des dépendances en vue d'une release --- helper-maven-plugin-test-api/pom.xml | 5 +++++ pom.xml | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/helper-maven-plugin-test-api/pom.xml b/helper-maven-plugin-test-api/pom.xml index 1c7108b..fc5478f 100644 --- a/helper-maven-plugin-test-api/pom.xml +++ b/helper-maven-plugin-test-api/pom.xml @@ -93,6 +93,11 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + </dependency> + <dependency> <groupId>org.eclipse.aether</groupId> <artifactId>aether-api</artifactId> diff --git a/pom.xml b/pom.xml index c68dfd4..fcb905d 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,8 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.9</version> + <!-- XXX AThimel 21/01/2020 On ne peut pas utiliser la version 3.9+ si on veut rester compatible Java 7 --> + <version>3.8.1</version> </dependency> <dependency> @@ -193,6 +194,13 @@ <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven.resolver</groupId> + <artifactId>maven-resolver-api</artifactId> + <version>1.4.1</version> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-aether-provider</artifactId> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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 0e576024fac1305d3006c621e7e765b6d76903e5 Author: Arnaud Thimel <thimel@codelutin.com> Date: Tue Jan 21 10:59:28 2020 +0100 Fix Maven Central URL --- .../main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java index d7ff543..b8bb449 100644 --- a/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java +++ b/helper-maven-plugin/src/main/java/org/nuiton/helper/plugin/CheckAutoContainerPlugin.java @@ -75,7 +75,7 @@ public class CheckAutoContainerPlugin extends AbstractPlugin { protected Map<String, String> repositories; /** - * A flag to add the maven central repository http://repo1.maven.org/maven2 + * A flag to add the maven central repository https://repo1.maven.org/maven2 * to {@link #repositories}. * * @since 1.2.5 @@ -188,7 +188,7 @@ public class CheckAutoContainerPlugin extends AbstractPlugin { public static final String MAVEN_CENTRAL_ID = "maven-central"; - public static final String MAVEN_CENTRAL_URL = "http://repo1.maven.org/maven2/"; + public static final String MAVEN_CENTRAL_URL = "https://repo1.maven.org/maven2/"; @Override public MavenProject getProject() { -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm