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

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-data-lake.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e10d14  Adding versions for datalake services
8e10d14 is described below

commit 8e10d14f62c7acc70308968f5a39f678a492da82
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Wed Jul 14 10:30:31 2021 -0400

    Adding versions for datalake services
---
 data-resource-management-service/drms-api/pom.xml                       | 2 +-
 .../drms-api/src/main/dist/drms-assembly.xml                            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/data-resource-management-service/drms-api/pom.xml 
b/data-resource-management-service/drms-api/pom.xml
index cbc2895..bd63411 100644
--- a/data-resource-management-service/drms-api/pom.xml
+++ b/data-resource-management-service/drms-api/pom.xml
@@ -98,7 +98,7 @@
                         </goals>
                         <configuration>
                             <tarLongFileMode>posix</tarLongFileMode>
-                            <finalName>drms-${project.version}</finalName>
+                            <finalName>DRMS-${project.version}</finalName>
                             <descriptors>
                                 
<descriptor>src/main/dist/drms-assembly.xml</descriptor>
                             </descriptors>
diff --git 
a/data-resource-management-service/drms-api/src/main/dist/drms-assembly.xml 
b/data-resource-management-service/drms-api/src/main/dist/drms-assembly.xml
index a58752f..643e574 100644
--- a/data-resource-management-service/drms-api/src/main/dist/drms-assembly.xml
+++ b/data-resource-management-service/drms-api/src/main/dist/drms-assembly.xml
@@ -34,7 +34,7 @@
 
     <id>bin</id>
     <includeBaseDirectory>true</includeBaseDirectory>
-    <baseDirectory>drms-${project.version}</baseDirectory>
+    <baseDirectory>DRMS-${project.version}</baseDirectory>
     <formats>
         <format>tar.gz</format>
         <format>zip</format>

Reply via email to