mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-17 20:50:44 +00:00
8 lines
326 B
Bash
Executable File
8 lines
326 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
|