@@ -12,14 +12,14 @@ git-flow hotfix start gitools-2.2.2
1212# Update pom.xml version
1313# The following command only prints to display
1414# Check that you are going to update only the correct versions:
15- find . -name pom.xml | awk '{ system("sed 0,/2.3.0-SNAPSHOT/s//2.2.2 / "$0)}' | grep -A2 -B3 2.2.2
15+ find . -name pom.xml | awk '{ system("sed 0,/2.3.0-SNAPSHOT/s//2.3.0 / "$0)}' | grep -A2 -B3 2.3.0
1616
1717# The following command will apply the changes
1818# Update all like this:
19- find . -name pom.xml | awk '{ system("sed -i 0,/2.3.0-SNAPSHOT/s//2.2.2 / "$0)}'
19+ find . -name pom.xml | awk '{ system("sed -i 0,/2.3.0-SNAPSHOT/s//2.3.0 / "$0)}'
2020
2121# Go to Documentation folder.
22- # Check in src /conf.py if the version numbers are up to date
22+ # Check in source /conf.py if the version numbers are up to date
2323# Generate the documentation (which hopefully is up to date).
2424# verify the documentation has the same version as Gitools
2525cd doc
@@ -35,16 +35,16 @@ mvn -P test-analysis clean install assembly:assembly
3535
3636# Test new release
3737cd target
38- unzip gitools-2.2.2 -bin.zip
39- gitools-2.2.2/bin /gitools
38+ unzip gitools-2.3.0 -bin.zip
39+ gitools-2.3.0 /gitools
4040cd ..
4141
4242# Deploy ZIP file
43- scp target/gitools-2.2.2 -bin.zip bgadmin@ankara:/usr/local/gitools/www/downloads/
43+ scp target/gitools-2.3.0 -bin.zip bgadmin@ankara:/usr/local/gitools/www/downloads/
4444
4545# Deploy Webstart
4646# change back to the gitools root folder
47- ./webstart-deploy.sh 2.2.2
47+ ./webstart-deploy.sh 2.3.0
4848
4949# Update this file on the server:
5050/usr/local/gitools/www/downloads/latest.txt
@@ -56,7 +56,7 @@ make clean
5656cd ..
5757
5858# Commit the changes
59- git commit -a -m "Release version 2.2.2 "
59+ git commit -a -m "Release version 2.3.0 "
6060
6161# Finish the release or hotfix
6262git flow release finish gitools-2.2.2
0 commit comments