mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 21:20:45 +00:00
9 lines
342 B
Bash
Executable File
9 lines
342 B
Bash
Executable File
#!/bin/bash
|
|
|
|
############################################################################
|
|
## resolve-pom-conflicts.sh
|
|
## Tries to automatically resove pom conflicts by putting SNAPSHOT back
|
|
############################################################################
|
|
gsed -i "/Updated upstream/,/=======/d;/Stashed/d" pom.xml
|
|
git add pom.xml
|