File: update_version

package info (click to toggle)
spec-alpha-clojure 0.2.176-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 268 kB
  • sloc: xml: 140; sh: 32; makefile: 3
file content (7 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -e

mvn versions:set -DgenerateBackupPoms=false -DnewVersion=`script/build/revision`-SNAPSHOT
git commit -m 'update version' pom.xml
git push