echo $1
if [ "$1" != "" ]
then
        mkdir hazelcast/$1
	mkdir hazelcast-root/$1
	mkdir hazelcast-hibernate/$1
	mkdir hazelcast-ra/$1
	mkdir hazelcast-wm/$1
else
	echo "what is the version?" 
fi
