diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8e228db..c2b4a16 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for org.gcube.data-access.sh-fuse-integration
-## [v3.0.0]
+## [v3.0.0-SNAPSHOT]
- porting to gcube-bom 4.0.0
diff --git a/pom.xml b/pom.xml
index 06cb4f5..9eb484e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.gcube.data-access
sh-fuse-integration
- 3.0.0
+ 3.0.0-SNAPSHOT
SHFuseIntegration
maven-parent
diff --git a/src/main/java/org/gcube/data/access/storagehub/fs/StorageHubFS.java b/src/main/java/org/gcube/data/access/storagehub/fs/StorageHubFS.java
index 8e2b700..46892d2 100644
--- a/src/main/java/org/gcube/data/access/storagehub/fs/StorageHubFS.java
+++ b/src/main/java/org/gcube/data/access/storagehub/fs/StorageHubFS.java
@@ -61,7 +61,7 @@ public class StorageHubFS extends FuseStubFS {
public StorageHubFS(String token) {
super();
- this.secret = new GCubeSecret(token);
+ this.secret = new UmaTokenSecret(token);
logger.debug("using token {}", token);