fix #84 releasing 0.2.0
This commit is contained in:
parent
5478d99bcc
commit
deadbd83a5
25
.travis.yml
25
.travis.yml
@ -6,14 +6,24 @@ cache:
|
||||
directories:
|
||||
- $HOME/.m2
|
||||
|
||||
before_deploy:
|
||||
- ./build/dist --tgz
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
email: yaooqinn@hotmail.com
|
||||
name: Kent Yao
|
||||
on:
|
||||
branch: master
|
||||
- provider: pages
|
||||
skip_cleanup: true
|
||||
github_token: $GITHUB_TOKEN
|
||||
email: yaooqinn@hotmail.com
|
||||
name: Kent Yao
|
||||
on:
|
||||
branch: master
|
||||
- provider: releases
|
||||
api_key: $GITHUB_TOKEN
|
||||
file_glob: true
|
||||
file: kyuubi-*.tar.gz
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
|
||||
install:
|
||||
- ./build/mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V
|
||||
@ -23,7 +33,6 @@ script:
|
||||
- ./build/mvn package -Pspark-2.2 -q -Dmaven.javadoc.skip=true -B -V
|
||||
- ./build/mvn package -Pspark-2.3 -q -Dmaven.javadoc.skip=true -B -V
|
||||
|
||||
|
||||
language: java
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
||||
4
pom.xml
4
pom.xml
@ -23,7 +23,7 @@
|
||||
<groupId>yaooqinn</groupId>
|
||||
<artifactId>kyuubi</artifactId>
|
||||
<name>Kyuubi Thrift Server</name>
|
||||
<version>0.1.0</version>
|
||||
<version>0.2.0</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<licenses>
|
||||
@ -40,7 +40,7 @@
|
||||
<name>Kent Yao</name>
|
||||
<email>hzyaoqin@corp.netease.com</email>
|
||||
<organization>yaooqinn</organization>
|
||||
<url>http://www.jianshu.com/u/14effefbbf32</url>
|
||||
<url>https://github.com/yaooqinn</url>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user