You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed "s|^ <version>$version</version>$| <version>$pomMinVersion</version>|" pom.xml >"$tmpFile"
254
-
update pom.xml "POM: update pom-scijava parent to $pomMinVersion"
255
+
update pom.xml "update pom-scijava parent to $pomMinVersion"
255
256
else
256
257
info "Version of pom-scijava ($version) is OK"
257
258
fi
@@ -267,7 +268,7 @@ EOL
267
268
info 'Adding <releaseProfiles> property'
268
269
cp pom.xml "$tmpFile"
269
270
perl -0777 -i -pe 's/(\n\t<\/properties>\n)/\n\n\t\t<!-- NB: Deploy releases to the SciJava Maven repository. -->\n\t\t<releaseProfiles>deploy-to-scijava<\/releaseProfiles>\1/igs'"$tmpFile"
270
-
update pom.xml 'POM: deploy releases to the SciJava repository'
271
+
update pom.xml 'deploy releases to the SciJava repository'
271
272
fi
272
273
273
274
# update the README
@@ -276,13 +277,13 @@ EOL
276
277
then
277
278
info "Updating README.md GitHub Action badge"
278
279
sed "s;travis-ci.*;$domain/$repoSlug/actions/$gitactionConfigRoot/badge.svg)](https://$domain/$repoSlug/actions$gitactionConfigRoot);g" README.md >"$tmpFile"
0 commit comments