5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/bash
|
|
|
|
mvn versions:set -DnewVersion=$(cat version.txt)
|
|
|
#!/bin/bash
|
|
|
|
mvn versions:set -DnewVersion=$(cat version.txt)
|
|
|