From a4348f250f519efc0fea1de305ae86e44abcd956 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Thu, 9 Dec 2021 17:17:52 -0800 Subject: [PATCH] feat: inclide Implementation-Version into manifest (#743) --- playwright/pom.xml | 1 - pom.xml | 12 ++++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/playwright/pom.xml b/playwright/pom.xml index a515efaa..9b416d31 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -44,7 +44,6 @@ org.apache.maven.plugins maven-jar-plugin - 2.4 diff --git a/pom.xml b/pom.xml index ee021766..82b1fa4a 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,18 @@ nexus-staging-maven-plugin 1.6.7 + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + true + + + +