Updated pom and README descriptions
This commit is contained in:
parent
5bc416c99b
commit
7f739b373f
|
@ -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
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<artifactId>storagehub-client-wrapper</artifactId>
|
||||
<version>0.6.1-SNAPSHOT</version>
|
||||
<name>storagehub-client-wrapper</name>
|
||||
<description>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</description>
|
||||
<description>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</description>
|
||||
<scm>
|
||||
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
|
||||
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
|
||||
|
|
Loading…
Reference in New Issue