mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-20 00:13:39 -05:00
5 lines
141 B
Bash
Executable file
5 lines
141 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
NEW_VERSION=$1
|
|
|
|
mvn versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -DgroupId=org.keycloak* -DartifactId=*
|