File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ deploy:
31
31
tags : true
32
32
- provider : s3
33
33
access_key_id : " $AWS_ACCESS_KEY"
34
- secret_access_key : " $AWS_SECRECT_KEY "
34
+ secret_access_key : " $AWS_SECRET_KEY "
35
35
bucket : variant-spark
36
36
local-dir : target/s3-release
37
37
skip_cleanup : true
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >au.csiro.aehrc.variant-spark</groupId >
5
5
<artifactId >variant-spark_2.11</artifactId >
6
- <version >0.2.0-b1 </version >
6
+ <version >0.2.0-SNAPSHOT </version >
7
7
<packaging >jar</packaging >
8
8
9
9
<name >variant-spark</name >
Original file line number Diff line number Diff line change 14
14
15
15
in_src = os .path .isfile (os .path .join (ROOT_DIR , "pom.xml" ))
16
16
17
- VERSION = '0.2.0b1 '
17
+ VERSION = '0.2.0b2.dev0 '
18
18
19
19
# Provide guidance about how to use setup.py
20
20
incorrect_invocation_message = """
You can’t perform that action at this time.
0 commit comments