diff options
author | Michael Keppler <Michael.Keppler@gmx.de> | 2019-11-16 16:49:38 +0100 |
---|---|---|
committer | Michael Keppler <Michael.Keppler@gmx.de> | 2019-11-16 16:49:38 +0100 |
commit | 7b73d5eec746f58972585ba5f6364190704a7519 (patch) | |
tree | d2c0e70a7f8789a4abeeda4a42d5c56210b1150b /org.eclipse.jgit.benchmarks | |
parent | 7ab7ec00c5cedadddc0fcdf9cc577b66730cd95f (diff) | |
download | jgit-7b73d5eec746f58972585ba5f6364190704a7519.tar.gz jgit-7b73d5eec746f58972585ba5f6364190704a7519.zip |
Fix Maven missing version warning
[WARNING] Some problems were encountered while building the effective
model for org.eclipse.jgit:org.eclipse.jgit.benchmarks:jar:5.6.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for
org.apache.maven.plugins:maven-shade-plugin is missing. @ line 131,
column 15
Change-Id: Id25916c460bc4a10d0f797779d24f53292df2b77
Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de>
Diffstat (limited to 'org.eclipse.jgit.benchmarks')
-rw-r--r-- | org.eclipse.jgit.benchmarks/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.jgit.benchmarks/pom.xml b/org.eclipse.jgit.benchmarks/pom.xml index 022c7bb0a5..a25db37f54 100644 --- a/org.eclipse.jgit.benchmarks/pom.xml +++ b/org.eclipse.jgit.benchmarks/pom.xml @@ -131,6 +131,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> + <version>3.2.1</version> <executions> <execution> <phase>package</phase> |