Skip to content
Snippets Groups Projects
Commit f6346a31 authored by OZGCloud's avatar OZGCloud
Browse files

Releaseerstellung Support Scripte

parent 0bc46326
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -x
if [ "$#" -ne 1 ]; then
echo "Aufruf: ozg-release-startdev.sh NEWVERSION"
exit 1
fi
NEWVERSION=$2
NEWVERSION=$1
# pom.xml:main -> project.version setzen
# projectname/pom.xml:parent -> project.parent.version setzen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment