Skip to content

Commit

Permalink
Update location of the git-commit-id plugin (#5546)
Browse files Browse the repository at this point in the history
The git-commit-id plugin was relocated from
`pl.project13.maven:git-commit-id-plugin:4.9.9` to
`io.github.git-commit-id:git-commit-id-maven-plugin:4.9.9`.
  • Loading branch information
onobc authored Nov 9, 2023
1 parent c0be0c5 commit a25ad34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-dataflow-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,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>
<version>${git-commit-id-plugin.version}</version>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-dataflow-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,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>
<version>${git-commit-id-plugin.version}</version>
<executions>
<execution>
Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-dataflow-server-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,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>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit a25ad34

Please sign in to comment.