git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/Common/storagehub-model@174274 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
0dce7ac737
commit
7ed4fb13f3
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
|||
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-model</artifactId>
|
||||
<version>1.0.2-SNAPSHOT</version>
|
||||
<version>1.0.3-SNAPSHOT</version>
|
||||
<name>storagehub-model</name>
|
||||
|
||||
<dependencyManagement>
|
||||
|
|
|
@ -14,4 +14,6 @@ public interface StorageBackend {
|
|||
|
||||
InputStream getContent(String id);
|
||||
|
||||
void delete(String id);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue