Skip to content

Commit fa69bc7

Browse files
authored
Merge pull request apache#85 from yaooqinn/i84
fix apache#84 releasing 0.2.0
2 parents 5478d99 + deadbd8 commit fa69bc7

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

.travis.yml

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,24 @@ cache:
66
directories:
77
- $HOME/.m2
88

9+
before_deploy:
10+
- ./build/dist --tgz
11+
912
deploy:
10-
provider: pages
11-
skip_cleanup: true
12-
github_token: $GITHUB_TOKEN
13-
14-
name: Kent Yao
15-
on:
16-
branch: master
13+
- provider: pages
14+
skip_cleanup: true
15+
github_token: $GITHUB_TOKEN
16+
17+
name: Kent Yao
18+
on:
19+
branch: master
20+
- provider: releases
21+
api_key: $GITHUB_TOKEN
22+
file_glob: true
23+
file: kyuubi-*.tar.gz
24+
skip_cleanup: true
25+
on:
26+
tags: true
1727

1828
install:
1929
- ./build/mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V
@@ -23,7 +33,6 @@ script:
2333
- ./build/mvn package -Pspark-2.2 -q -Dmaven.javadoc.skip=true -B -V
2434
- ./build/mvn package -Pspark-2.3 -q -Dmaven.javadoc.skip=true -B -V
2535

26-
2736
language: java
2837
after_success:
2938
- bash <(curl -s https://codecov.io/bash)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>yaooqinn</groupId>
2424
<artifactId>kyuubi</artifactId>
2525
<name>Kyuubi Thrift Server</name>
26-
<version>0.1.0</version>
26+
<version>0.2.0</version>
2727
<packaging>jar</packaging>
2828

2929
<licenses>
@@ -40,7 +40,7 @@
4040
<name>Kent Yao</name>
4141
<email>[email protected]</email>
4242
<organization>yaooqinn</organization>
43-
<url>http://www.jianshu.com/u/14effefbbf32</url>
43+
<url>https://github.com/yaooqinn</url>
4444
</developer>
4545
</developers>
4646

0 commit comments

Comments
 (0)