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
The following commit(s) were added to refs/heads/master by this push:
new e11557e304 Revert "[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"
e11557e304 is described below
commit e11557e304f99cd82fd454516e2ad76a63689816
Author: Tung Tran <[email protected]>
AuthorDate: Wed Aug 2 16:41:13 2023 +0700
Revert "[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"
This reverts commit ddac45efed084f34ddb2e25ce8cb456308b45241.
Has a bug when use james-project with git submodule:
https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/639
The bug is not closed
---
examples/pom.xml | 10 ----------
pom.xml | 14 +++++++-------
2 files changed, 7 insertions(+), 17 deletions(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index f4ea85b9ca..c8681fe9c2 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -73,16 +73,6 @@
</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 f85b51989f..6ff9443bad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3453,9 +3453,9 @@
</configuration>
</plugin>
<plugin>
- <groupId>io.github.git-commit-id</groupId>
- <artifactId>git-commit-id-maven-plugin</artifactId>
- <version>6.0.0</version>
+ <groupId>pl.project13.maven</groupId>
+ <artifactId>git-commit-id-plugin</artifactId>
+ <version>4.9.10</version>
</plugin>
</plugins>
</pluginManagement>
@@ -3592,8 +3592,8 @@
</executions>
</plugin>
<plugin>
- <groupId>io.github.git-commit-id</groupId>
- <artifactId>git-commit-id-maven-plugin</artifactId>
+ <groupId>pl.project13.maven</groupId>
+ <artifactId>git-commit-id-plugin</artifactId>
<configuration>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<prefix>git</prefix>
@@ -3937,8 +3937,8 @@
</plugin>
<plugin>
- <groupId>io.github.git-commit-id</groupId>
- <artifactId>git-commit-id-maven-plugin</artifactId>
+ <groupId>pl.project13.maven</groupId>
+ <artifactId>git-commit-id-plugin</artifactId>
<executions>
<execution>
<id>get-the-git-infos</id>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]