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/04/29 17:36:04 UTC

[airavata] branch master updated: Fixing invalid pom version of profile-service-client-sdk

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.git


The following commit(s) were added to refs/heads/master by this push:
     new f628452  Fixing invalid pom version of profile-service-client-sdk
f628452 is described below

commit f628452e313932dd5cc6cac3122304ca4d61aa44
Author: Dimuthu Wannipurage <di...@gmail.com>
AuthorDate: Mon Apr 29 13:35:56 2019 -0400

    Fixing invalid pom version of profile-service-client-sdk
---
 airavata-services/profile-service/profile-service-client-sdks/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airavata-services/profile-service/profile-service-client-sdks/pom.xml b/airavata-services/profile-service/profile-service-client-sdks/pom.xml
index 303c26c..3e07abc 100644
--- a/airavata-services/profile-service/profile-service-client-sdks/pom.xml
+++ b/airavata-services/profile-service/profile-service-client-sdks/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <artifactId>profile-service</artifactId>
         <groupId>org.apache.airavata</groupId>
-        <version>0.17-SNAPSHOT</version>
+        <version>0.18-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>