mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
SPRINT-18: fixed unit test on auth0 reuse
This commit is contained in:
8
qqq-dev-tools/bin/resolve-pom-conflicts.sh
Executable file
8
qqq-dev-tools/bin/resolve-pom-conflicts.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
############################################################################
|
||||
## resolve-pom-conflicts.sh
|
||||
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
|
||||
############################################################################
|
||||
gsed "/Updated upstream/,/=======/d" pom.xml | gsed "/Stashed/d" > /tmp/temp-pom.xml
|
||||
mv /tmp/temp-pom.xml pom.xml
|
Reference in New Issue
Block a user