8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd back
|
|
mvn versions:set -DnewVersion=$(cat ../version.txt)
|
|
cd -
|
|
|
|
|