diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2b4a16..8e228db 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-SNAPSHOT]
+## [v3.0.0]
- porting to gcube-bom 4.0.0
diff --git a/pom.xml b/pom.xml
index 9eb484e..06cb4f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.gcube.data-access
sh-fuse-integration
- 3.0.0-SNAPSHOT
+ 3.0.0
SHFuseIntegration
maven-parent
diff --git a/src/main/java/org/gcube/data/access/storagehub/fs/PathUtils.java b/src/main/java/org/gcube/data/access/storagehub/fs/PathUtils.java
index dc88a71..5c77504 100644
--- a/src/main/java/org/gcube/data/access/storagehub/fs/PathUtils.java
+++ b/src/main/java/org/gcube/data/access/storagehub/fs/PathUtils.java
@@ -33,7 +33,7 @@ public class PathUtils {
while (path.substring(path.length() - 1).equals("/")) {
path = path.substring(0, path.length() - 1);
}
-
+
return path.substring(path.lastIndexOf("/") + 1);
}