Skip to content

Commit

Permalink
fix version file
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinsley committed Nov 16, 2018
1 parent 7f90013 commit b077bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/build-packages/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
for POM in $(ls */pom.xml)
do
echo "Building $POM"
mvn -f $POM -s /usr/share/maven/ref/settings-docker.xml -o versions:set -DnewVersion=$(cat o11n-package-vroremote-version/version)
mvn -f $POM -s /usr/share/maven/ref/settings-docker.xml -o versions:set -DnewVersion=$(cat o11n-package-vrocontrolcenter-version/version)
mvn -f $POM -s /usr/share/maven/ref/settings-docker.xml -o package -PconcourseDistOut
if [ $? -eq 0 ]; then
echo -e "=== Successfully built package $POM ==="
else
echo -e "xxx Something went wrong while building $POM xxx"
fi
done
done

0 comments on commit b077bba

Please sign in to comment.