You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2017/12/11 19:56:11 UTC

[airavata] 06/13: Removing hardcoded project version from pom

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

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

commit ea0eb0d79a4d13eb02d687c86381466a3aae39d9
Author: Sachin Kariyattin <sa...@gmail.com>
AuthorDate: Mon Dec 4 21:08:24 2017 -0500

    Removing hardcoded project version from pom
---
 airavata-services/profile-service/profile-service-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airavata-services/profile-service/profile-service-server/pom.xml b/airavata-services/profile-service/profile-service-server/pom.xml
index 2215cbc..9e034c7 100644
--- a/airavata-services/profile-service/profile-service-server/pom.xml
+++ b/airavata-services/profile-service/profile-service-server/pom.xml
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.airavata</groupId>
             <artifactId>airavata-sharing-registry-stubs</artifactId>
-            <version>0.17-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
     

-- 
To stop receiving notification emails like this one, please contact
"commits@airavata.apache.org" <co...@airavata.apache.org>.