Skip to content

Commit

Permalink
Revert "[UPGRADE] - Maven - pl.project13.maven:git-commit-id-plugin 4…
Browse files Browse the repository at this point in the history
….9.10 -> io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0"

This reverts commit ddac45e.
Has a bug when use james-project with git submodule: git-commit-id/git-commit-id-maven-plugin#639
The bug is not closed
  • Loading branch information
vttranlina committed Aug 2, 2023
1 parent 190391b commit dc8dba0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
10 changes: 0 additions & 10 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit dc8dba0

Please sign in to comment.