From 53d502bbe9a2399cf5a624e61eb7948b500eea92 Mon Sep 17 00:00:00 2001 From: "mahdi.akbari" Date: Mon, 15 Aug 2022 16:34:09 +0430 Subject: [PATCH 1/2] fix versioning in output --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index d4f27f7..05e108d 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + true + true + + + + From 1a09e0213079bd69d2b64fc1601cbdae88b8158e Mon Sep 17 00:00:00 2001 From: "mahboobe.haddadi@gmail.com" Date: Mon, 15 Aug 2022 21:29:58 +0430 Subject: [PATCH 2/2] Add comment --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 05e108d..6033fe6 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,8 @@ + + org.apache.maven.plugins maven-jar-plugin