You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2019/12/05 18:59:39 UTC

[airavata] branch develop updated: Prameterizing dozer version

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new fdfc572  Prameterizing dozer version
fdfc572 is described below

commit fdfc572422e0171d35350db3938716b5e95377a3
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Thu Dec 5 13:57:36 2019 -0500

    Prameterizing dozer version
---
 airavata-services/profile-service/profile-service-commons/pom.xml | 2 +-
 modules/commons/pom.xml                                           | 2 +-
 modules/registry/registry-core/pom.xml                            | 2 +-
 modules/sharing-registry/sharing-registry-distribution/pom.xml    | 2 +-
 modules/sharing-registry/sharing-registry-server/pom.xml          | 2 +-
 pom.xml                                                           | 1 +
 6 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/airavata-services/profile-service/profile-service-commons/pom.xml b/airavata-services/profile-service/profile-service-commons/pom.xml
index 2062793..d4747d3 100644
--- a/airavata-services/profile-service/profile-service-commons/pom.xml
+++ b/airavata-services/profile-service/profile-service-commons/pom.xml
@@ -43,7 +43,7 @@
         <dependency>
             <groupId>net.sf.dozer</groupId>
             <artifactId>dozer</artifactId>
-            <version>5.4.0</version>
+            <version>${dozer.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.openjpa</groupId>
diff --git a/modules/commons/pom.xml b/modules/commons/pom.xml
index 97ef565..02d7562 100644
--- a/modules/commons/pom.xml
+++ b/modules/commons/pom.xml
@@ -109,7 +109,7 @@
         <dependency>
             <groupId>net.sf.dozer</groupId>
             <artifactId>dozer</artifactId>
-            <version>5.4.0</version>
+            <version>${dozer.version}</version>
             <exclusions>
                <exclusion>
                    <groupId>org.slf4j</groupId>
diff --git a/modules/registry/registry-core/pom.xml b/modules/registry/registry-core/pom.xml
index 4713f37..b54a507 100644
--- a/modules/registry/registry-core/pom.xml
+++ b/modules/registry/registry-core/pom.xml
@@ -49,7 +49,7 @@
         <dependency>
             <groupId>net.sf.dozer</groupId>
             <artifactId>dozer</artifactId>
-            <version>5.4.0</version>
+            <version>${dozer.version}</version>
             <exclusions>
                <exclusion>
                    <groupId>org.slf4j</groupId>
diff --git a/modules/sharing-registry/sharing-registry-distribution/pom.xml b/modules/sharing-registry/sharing-registry-distribution/pom.xml
index 7b3f784..7185a5b 100644
--- a/modules/sharing-registry/sharing-registry-distribution/pom.xml
+++ b/modules/sharing-registry/sharing-registry-distribution/pom.xml
@@ -47,7 +47,7 @@
         <dependency>
             <groupId>net.sf.dozer</groupId>
             <artifactId>dozer</artifactId>
-            <version>5.4.0</version>
+            <version>${dozer.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.openjpa</groupId>
diff --git a/modules/sharing-registry/sharing-registry-server/pom.xml b/modules/sharing-registry/sharing-registry-server/pom.xml
index 056b562..c28b8b8 100644
--- a/modules/sharing-registry/sharing-registry-server/pom.xml
+++ b/modules/sharing-registry/sharing-registry-server/pom.xml
@@ -58,7 +58,7 @@
         <dependency>
             <groupId>net.sf.dozer</groupId>
             <artifactId>dozer</artifactId>
-            <version>5.4.0</version>
+            <version>${dozer.version}</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.slf4j</groupId>
diff --git a/pom.xml b/pom.xml
index e513fac..126dd2b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,6 +119,7 @@
         <google.guava.version>20.0</google.guava.version>
         <jacoco.version>0.8.1</jacoco.version>
         <openjpa.version>3.1.0</openjpa.version>
+        <dozer.version>5.4.0</dozer.version>
         <javax.annotation.version>1.3.2</javax.annotation.version>
         <jaxb.version>2.4.0-b180830.0359</jaxb.version>
         <jmockit.version>1.44</jmockit.version>