Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/updateProductVersion.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/updateProductVersion.sh b/scripts/updateProductVersion.sh
index d696e5549..c59b83ae9 100755
--- a/scripts/updateProductVersion.sh
+++ b/scripts/updateProductVersion.sh
@@ -1,6 +1,6 @@
#Before running this script configure the source and target POM versions correctly
cd ..
-find `pwd` -name pom.xml -exec sed -i 's/4.11.0/4.12.0/g' {} \;
-find `pwd` -name MANIFEST.MF -exec sed -i 's/4.11.0/4.12.0/g' {} \;
-find `pwd` -name *.product -exec sed -i 's/4.11.0/4.12.0/g' {} \;
-find `pwd` -name feature.xml -exec sed -i 's/4.11.0/4.12.0/g' {} \;
+find `pwd` -name pom.xml -exec sed -i 's/4.12.0/4.13.0/g' {} \;
+find `pwd` -name MANIFEST.MF -exec sed -i 's/4.12.0/4.13.0/g' {} \;
+find `pwd` -name *.product -exec sed -i 's/4.12.0/4.13.0/g' {} \;
+find `pwd` -name feature.xml -exec sed -i 's/4.12.0/4.13.0/g' {} \;

Back to the top