Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Incubator Kyuubi
Commits
fa69bc72
Unverified
Commit
fa69bc72
authored
6 years ago
by
Kent Yao
Committed by
GitHub
6 years ago
Browse files
Options
Download
Plain Diff
Merge pull request #85 from yaooqinn/i84
fix #84 releasing 0.2.0
parents
5478d99b
deadbd83
master
branch-0.2
branch-0.3
branch-0.4
branch-0.5
branch-0.6
branch-0.7
branch-1.0
branch-1.1
branch-1.2
branch-1.3
branch-1.4
branch-1.5
dependabot/maven/mysql-mysql-connector-java-8.0.28
v1.5.2-incubating
v1.5.2-incubating-rc0
v1.5.1-incubating
v1.5.1-incubating-rc0
v1.5.0-incubating
v1.5.0-incubating-rc0
v1.4.1-incubating
v1.4.1-incubating-rc0
v1.4.0-incubating
v1.4.0-incubating-rc2
v1.4.0-incubating-rc1
v1.4.0-incubating-rc0
v1.3.1-incubating
v1.3.1-incubating-rc0
v1.3.0-incubating
v1.3.0-incubating-rc9
v1.3.0-incubating-rc8
v1.3.0-incubating-rc7
v1.3.0-incubating-rc6
v1.3.0-incubating-rc5
v1.3.0-incubating-rc4
v1.3.0-incubating-rc3
v1.3.0-incubating-rc2
v1.3.0-incubating-rc1
v1.3.0-incubating-rc0
v1.2.0
v1.2.0-rc5
v1.2.0-rc4
v1.2.0-rc3
v1.2.0-rc2
v1.2.0-rc1
v1.1.0
v1.1.0-rc3
v1.1.0-rc2
v1.1.0-rc1
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.8.0-rc2
v0.8.0-rc1
v0.7.0
v0.6.2
v0.6.1
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.5.0-rc1
v0.4.1
v0.4.0
v0.4.0-rc1
v0.3.1
v0.3.0
v0.2.0
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+17
-8
.travis.yml
pom.xml
+2
-2
pom.xml
with
19 additions
and
10 deletions
+19
-10
.travis.yml
+
17
-
8
View file @
fa69bc72
...
...
@@ -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)
This diff is collapsed.
Click to expand it.
pom.xml
+
2
-
2
View file @
fa69bc72
...
...
@@ -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.jians
hu.com/
u/14effefbbf32
</url>
<url>
http
s
://
git
hu
b
.com/
yaooqinn
</url>
</developer>
</developers>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help