Skip to content

Commit

Permalink
Making release 0.2.0-b1 (#115)
Browse files Browse the repository at this point in the history
* Making release 0.2.0-b1

* Backported fix to travis (pin distribution)

* Moved AWS credential to env variables in for travis CI
  • Loading branch information
piotrszul authored Jun 6, 2019
1 parent 7b8a302 commit fe8fcc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
env:
PYPI_URL: https://upload.pypi.org/legacy/
language: java
dist: trusty
jdk:
- oraclejdk8
cache:
Expand Down Expand Up @@ -29,9 +30,8 @@ deploy:
on:
tags: true
- provider: s3
access_key_id: AKIAIHFG2B4BAI47BJ6Q
secret_access_key:
secure: DbCG2DdCICREbqvb43fU/OdLinujW2mnvOk2lNLY9xKuN94VF4mrBuHfBvBLEP76btY98XEQklL+5z6I939K7Zf3AQz6UIpedPTRXfduqkNjyfdShxX2lC73k7DxLLOi1CGgUDblzhWVeBmJzJ2dqfih/Jw5+XiEETyiYH92qhZj2raDZfvdNVBOY7pannta7yV/ooBET8HMx99Q8w7Um7YHMtmWX9RjnL3wKJnsJVUJq7X0f305VZ0kimpJXx9VtM052I3WgS9hfIPWxrvRpOtud3Upp7OQkT21z1DuIFMd5pNMDcnpvZPlHcNMG8sBPuiY4O6JAvRQmzKLvjkvN8WXfl/KwCeKljHgG3utiqytJWKkWZf4zJNEEIS8SM8qVbFKmoqcbXRpjzxijyt0qtVcQkjTw6DV6aQqpAsxTRsV7oFWKvUK5vAzmHd3rc6KSWLuV9TtKF1Z1zcFHAl9bcT24IHH/XKnHR4U/DLe/EdciGvSZUP5hBcLu/bEE4j//2UZJd/d5NYaAf11HMkdvjJFnIPfoHOmhuM4dwXOf9oq4xoKYFgF3Ud0mYGjWU0sM4ikK+9JNqiIlty4m6Y9yBwRZGcOLU/VSgR7+Iq+ZQLPLJIjeRbOdpzX9Nnr/7rguIZa9wCT8FQIdaaLOMlWmioa3AsKvIJVQzZTLCdsgQI=
access_key_id: "$AWS_ACCESS_KEY"
secret_access_key: "$AWS_SECRECT_KEY"
bucket: variant-spark
local-dir: target/s3-release
skip_cleanup: true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>au.csiro.aehrc.variant-spark</groupId>
<artifactId>variant-spark_2.11</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0-b1</version>
<packaging>jar</packaging>

<name>variant-spark</name>
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

in_src = os.path.isfile(os.path.join(ROOT_DIR, "pom.xml"))

VERSION = '0.2.0a3.dev0'
VERSION = '0.2.0b1'

# Provide guidance about how to use setup.py
incorrect_invocation_message = """
Expand Down

0 comments on commit fe8fcc9

Please sign in to comment.