Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-09-06 06:24:33 +0000
committerNiraj Modi2019-09-09 05:39:44 +0000
commit8da179988de67e84ed0f646db9fc0f4b9968c898 (patch)
treec7ac974aac55bd7e4496b3784171d5e16cf035fe /scripts
parent86ac71798cef3c3840ae320189fe57f257458b5c (diff)
downloadeclipse.platform.releng.aggregator-8da179988de67e84ed0f646db9fc0f4b9968c898.tar.gz
eclipse.platform.releng.aggregator-8da179988de67e84ed0f646db9fc0f4b9968c898.tar.xz
eclipse.platform.releng.aggregator-8da179988de67e84ed0f646db9fc0f4b9968c898.zip
Bug 550767 - POM and product version change for 4.14 release
Change-Id: Ie0746e290a344b505a228f4725bf149a7540bb61 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
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 c59b83ae9..d2b55c832 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.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' {} \;
+find `pwd` -name pom.xml -exec sed -i 's/4.13.0/4.14.0/g' {} \;
+find `pwd` -name MANIFEST.MF -exec sed -i 's/4.13.0/4.14.0/g' {} \;
+find `pwd` -name *.product -exec sed -i 's/4.13.0/4.14.0/g' {} \;
+find `pwd` -name feature.xml -exec sed -i 's/4.13.0/4.14.0/g' {} \;

Back to the top