diff --git a/.gitignore b/.gitignore index e5993d4..e614e13 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,6 @@ target/ # Build Name and Version Files /name.info -/version.info /gui/name.info /gui/version.info diff --git a/build/linux/createPatchRelease.sh b/build/linux/createPatchRelease.sh index ded9fe5..9215e86 100755 --- a/build/linux/createPatchRelease.sh +++ b/build/linux/createPatchRelease.sh @@ -14,7 +14,7 @@ IFS='-' read -a arr2 <<< "${arr[2]}" let patch=${arr2[0]}+1 #echo $patch VERSION="${arr[0]}.${arr[1]}.$patch-${arr2[1]}" -#echo $VERSION +echo $VERSION #update the POM mvn versions:set -DnewVersion=$VERSION