This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit ddac45efed084f34ddb2e25ce8cb456308b45241 Author: Tung Tran <[email protected]> AuthorDate: Wed Jul 19 12:45:25 2023 +0700 [UPGRADE] - Maven - pl.project13.maven:git-commit-id-plugin 4.9.10 -> io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 --- examples/pom.xml | 10 ++++++++++ pom.xml | 14 +++++++------- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index c8681fe9c2..f4ea85b9ca 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -73,6 +73,16 @@ </execution> </executions> </plugin> + <plugin> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> + <executions> + <execution> + <id>get-the-git-infos</id> + <phase>none</phase> + </execution> + </executions> + </plugin> </plugins> </build> </project> diff --git a/pom.xml b/pom.xml index 1d491cf34d..c109f7ef34 100644 --- a/pom.xml +++ b/pom.xml @@ -3499,9 +3499,9 @@ </configuration> </plugin> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> - <version>4.9.10</version> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> + <version>6.0.0</version> </plugin> </plugins> </pluginManagement> @@ -3638,8 +3638,8 @@ </executions> </plugin> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> <configuration> <dotGitDirectory>${project.basedir}/.git</dotGitDirectory> <prefix>git</prefix> @@ -3990,8 +3990,8 @@ </plugin> <plugin> - <groupId>pl.project13.maven</groupId> - <artifactId>git-commit-id-plugin</artifactId> + <groupId>io.github.git-commit-id</groupId> + <artifactId>git-commit-id-maven-plugin</artifactId> <executions> <execution> <id>get-the-git-infos</id> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
