[570840] Fix problem with interim repository.
diff --git a/releng/org.eclipse.uml2.build-feature/updates.sh b/releng/org.eclipse.uml2.build-feature/updates.sh
index 36f8dff..1fcfec8 100644
--- a/releng/org.eclipse.uml2.build-feature/updates.sh
+++ b/releng/org.eclipse.uml2.build-feature/updates.sh
@@ -26,7 +26,7 @@
repoName="Nightly Build"
elif [ "${PUBLISH__BUILD_TYPE}" = "I" ]
then
- repoFolder="5.5-I-builds"
+ repoFolder="${updatesFolder}${PUBLISH__VERSION:0:3}-I-builds"
repoName="Integration Build"
elif [ "${PUBLISH__BUILD_TYPE}" = "S" ]
then