From 7f739b373f501821f10f5301ed7de78541fac90d Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 23 Jan 2020 12:38:47 +0100 Subject: [PATCH] Updated pom and README descriptions --- README.md | 3 ++- pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d739662..3015517 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # StorageHub Client Wrapper -StorageHub Client Wrapper is a library to intercept the calls made to HomeLibrary service by clients and redirect them to StorageHub. +StorageHub Client Wrapper (java library) allows to interact with StorageHub in a simplified way by exposing several methods and utilities. +Moreover, It exposes an inteface with methods and java beans as defined in (the old) HL interfaces. ## Structure of the project diff --git a/pom.xml b/pom.xml index 80d3925..74b5772 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ storagehub-client-wrapper 0.6.1-SNAPSHOT storagehub-client-wrapper - This is a wrapper of storagehub-client library. It allows to interact with storagehub in a simplified way by exposing several utilities. Moreover, It exposes object as defined in (the old) HL interfaces + This is a wrapper of storagehub-client library. It allows to interact with storagehub in a simplified way by exposing several utilities. Moreover, It exposes by another inteface java beans as defined in (the old) HL interfaces scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git