diff version.sh @ 634:3136c91b88e6

Be specific which version number we update.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 27 Jan 2022 14:09:29 +0100 (2022-01-27)
parents 6aa38e8c0f2d
children 3c40f672174c
line wrap: on
line diff
--- a/version.sh
+++ b/version.sh
@@ -106,5 +106,5 @@ sed \
 
 file="pom.xml"
 sed \
-	-e "s|<version>${ESC_MAJOR}\.${ESC_MINOR}</version>|<version>${NEW_MAJOR}.${NEW_MINOR}</version>|g" \
+	-e "/monetdb-jdbc/,/MonetDB JDBC driver/s|<version>${ESC_MAJOR}\.${ESC_MINOR}</version>|<version>${NEW_MAJOR}.${NEW_MINOR}</version>|g" \
 	${file} | ${diff} ${file} - | ${patch}