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 <[email protected]>
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>