diff --git a/get-build-version-params.sh b/get-build-version-params.sh
index d8b5de8d..8367d122 100755
--- a/get-build-version-params.sh
+++ b/get-build-version-params.sh
@@ -7,7 +7,7 @@ if (( sourced == 0 )); then
exit 1
fi
# get the target release version and type
-export BUILD_VERSION=$(cat $SCDIR/version/RELEASE_VERSION)
+export BUILD_VERSION=$(cat ./version/RELEASE_VERSION)
echo "BUILD_VERSION: $BUILD_VERSION"
set +e
IS_SNAPSHOT=$(echo $BUILD_VERSION | grep -E "^.*-SNAPSHOT$")
@@ -40,5 +40,5 @@ fi
echo "IS_VERSION_CHANGE: $IS_VERSION_CHANGE"
# get the next dev version
-export NEXT_DEV_VERSION=$(cat $SCDIR/version/NEXT_DEV_VERSION)
+export NEXT_DEV_VERSION=$(cat ./version/NEXT_DEV_VERSION)
echo "NEXT_DEV_VERSION: $NEXT_DEV_VERSION"
diff --git a/stream-applications-build/pom.xml b/stream-applications-build/pom.xml
index dcb76140..2672bec8 100644
--- a/stream-applications-build/pom.xml
+++ b/stream-applications-build/pom.xml
@@ -35,11 +35,11 @@
0.0.10
true
0.0.35
-
- 3.1.0
+ 3.0.7
3.0.7
3.0.4
6.0.9
+ 6.0.5
2022.0.3
4.0.3