diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:35:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-24 15:57:15 +0100 |
commit | 8df3639b09f4245408d95921f19156c3ccd5dbdc (patch) | |
tree | 495c63a1b24ad99b6704fe428b5b5f56a9192465 /org.eclipse.jgit.packaging/pom.xml | |
parent | eecaebec3ffcf16575c6f1b998721455e29a026f (diff) | |
download | jgit-8df3639b09f4245408d95921f19156c3ccd5dbdc.tar.gz jgit-8df3639b09f4245408d95921f19156c3ccd5dbdc.zip |
Update maven-enforcer-plugin to 3.0.0-M3
Change-Id: I5121415523b01994338c4097a8437a677d08b954
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/pom.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/pom.xml b/org.eclipse.jgit.packaging/pom.xml index e0b7e3dffa..4eb9b24ad1 100644 --- a/org.eclipse.jgit.packaging/pom.xml +++ b/org.eclipse.jgit.packaging/pom.xml @@ -165,7 +165,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-enforcer-plugin</artifactId> - <version>3.0.0-M1</version> + <version>3.0.0-M3</version> <executions> <execution> <id>enforce-maven</id> |