From 13331e6c15dffb9ac78c39f0b73bf6fcf9a5428c Mon Sep 17 00:00:00 2001 From: chandresh pancholi Date: Fri, 22 Oct 2021 01:08:17 +0530 Subject: [PATCH] adding packaging jar to each module Signed-off-by: chandresh pancholi --- litmus-cache/pom.xml | 2 +- litmus-client/pom.xml | 2 +- litmus-core/pom.xml | 2 +- litmus-db/pom.xml | 2 +- litmus-liquibase/pom.xml | 2 +- litmus-mock/pom.xml | 2 +- litmus-model/pom.xml | 2 +- litmus-proxy/pom.xml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/litmus-cache/pom.xml b/litmus-cache/pom.xml index 226b243..5306111 100644 --- a/litmus-cache/pom.xml +++ b/litmus-cache/pom.xml @@ -9,7 +9,7 @@ litmus-cache 1.0-SNAPSHOT - + jar litmus-cache diff --git a/litmus-client/pom.xml b/litmus-client/pom.xml index 7f223cd..a8b779e 100644 --- a/litmus-client/pom.xml +++ b/litmus-client/pom.xml @@ -10,7 +10,7 @@ litmus-client 1.0-SNAPSHOT - + jar litmus-client diff --git a/litmus-core/pom.xml b/litmus-core/pom.xml index 37263a3..cdbbb48 100644 --- a/litmus-core/pom.xml +++ b/litmus-core/pom.xml @@ -10,7 +10,7 @@ litmus-core 1.0-SNAPSHOT - + jar litmus-core diff --git a/litmus-db/pom.xml b/litmus-db/pom.xml index dddf8bf..42c9fee 100644 --- a/litmus-db/pom.xml +++ b/litmus-db/pom.xml @@ -9,7 +9,7 @@ litmus-db 1.0-SNAPSHOT - + jar litmus-db diff --git a/litmus-liquibase/pom.xml b/litmus-liquibase/pom.xml index e8a5662..bfaf3b7 100644 --- a/litmus-liquibase/pom.xml +++ b/litmus-liquibase/pom.xml @@ -9,7 +9,7 @@ litmus-liquibase 1.0-SNAPSHOT - + jar litmus-liquibase diff --git a/litmus-mock/pom.xml b/litmus-mock/pom.xml index 07260bd..c5f9ad9 100644 --- a/litmus-mock/pom.xml +++ b/litmus-mock/pom.xml @@ -9,7 +9,7 @@ litmus-mock 1.0-SNAPSHOT - + jar litmus-mock diff --git a/litmus-model/pom.xml b/litmus-model/pom.xml index 78c6d0d..cc756a2 100644 --- a/litmus-model/pom.xml +++ b/litmus-model/pom.xml @@ -10,7 +10,7 @@ litmus-model 1.0-SNAPSHOT - + jar litmus-model diff --git a/litmus-proxy/pom.xml b/litmus-proxy/pom.xml index de1cd8d..fbb97b0 100644 --- a/litmus-proxy/pom.xml +++ b/litmus-proxy/pom.xml @@ -9,7 +9,7 @@ litmus-proxy 1.0-SNAPSHOT - + jar litmus-proxy