Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.emf.ecoretools.build/publish-nightly.sh')
-rw-r--r--org.eclipse.emf.ecoretools.build/publish-nightly.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.emf.ecoretools.build/publish-nightly.sh b/org.eclipse.emf.ecoretools.build/publish-nightly.sh
index f77eaa8..84d4fc4 100644
--- a/org.eclipse.emf.ecoretools.build/publish-nightly.sh
+++ b/org.eclipse.emf.ecoretools.build/publish-nightly.sh
@@ -31,7 +31,7 @@ provided by the Hudson build.
set -e
# The full version (should be taken as an argument)
-export VERSION="3.2.1"
+export VERSION="$VERSION"
# The type of build being published
export BUILD_TYPE="nightly"

Back to the top