mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
9 lines
304 B
Bash
Executable File
9 lines
304 B
Bash
Executable File
#!/bin/sh
|
|
git checkout master
|
|
git pull
|
|
mvn versions:set -DgenerateBackupPoms=false
|
|
mvn clean deploy -DskipTests -Dgpg.skip=false
|
|
./dist.sh
|
|
echo -e "Don't forget \x1b[33mquerydsl-contrib\x1b[m."
|
|
echo -e "After deploying the \x1b[33mreference documentation\x1b[m, update the \x1b[33mcurrent symlink\x1b[m"
|