Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
fixes missing 'build.plugins.plugin.version' for org.codehaus.mojo:cl…
Browse files Browse the repository at this point in the history
…irr-maven-plugin
  • Loading branch information
Achim Derigs committed Jun 8, 2016
1 parent c9c8aae commit 9ed35e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.jgit.lfs.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>${clirr-version}</version>
</plugin>
</plugins>
</build>
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.jgit.lfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>${clirr-version}</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 9ed35e5

Please sign in to comment.