Skip to content

Commit

Permalink
Prepare for release version 0.1.0.
Browse files Browse the repository at this point in the history
- Updated Github deployment token
- Used `travis encrypt <TOKEN>` instead of `travis encrypt GITHUB_TOKEN=<TOKEN>`
- Updated links to the build and coverage badges
  • Loading branch information
morazow committed Sep 21, 2020
1 parent 6048ccd commit 5fe35ce
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ deploy:
provider: releases
api_key:
secure: |-
u8cr+1uVDUU2k1/OIEJzzUVfHezB8yHfCtupxJgOy7xp3cwInetJ6l5AO1+2FWTEzhiS0PN5srqLdk0mZxAAUBWVDv2
RTxZ9c6iduNLxuaL1BFX6D/lgVJ/zGW69ghOcn8Pa40V2OAocB2JxiKb3Mob9PBC0CBirlr1V9RI2+cIwP2JGb0WJYf
Mg6JSF9zYqQiXYPhCjVLKE7wDVeO2M0SfI1kURcM+4iDMB1DPfMy7G0ATKoefq8xzSl7/8DwvOT+r3T1L1QO0fk1z62
V2toJzcBfiXK3kU8b2+YPGnyx8YEqcsWfciKaBJqFHiAtGMlq/ea7isHsG+BiJxVUR0hcLqJvi+S4HbldchP35mMgnG
EP6vwtTExTgsWuH84ApH4uDCwJZkqngLrUpblt26f7iye9F8e5zG0mGfkxgZBrJgYkJPod7ntH0nYGb0Y4ZC+px/oIe
D5t7yvmwxGT3ARvNS7vOlgl7IQ3dRn4hcrMjqPQmwet6nmo1vv9RtUrY6vTJeh8blkPRjExbC/lCfKkT6AOr1OUuR3f
shq9MLKBeFQBahsH7T5sWaW/m2MeAbVBCG+r9qyN17dlDnQiD8KDjVQeu73lvwTUMdFZzDMfoiGrV31tTddSMfYa/CX
9p2j0tcPrxJW/fgX10YLJ44Zgy/26CVGYLJ1NYAZed3D7U=
BZYwbVYGcA0yQ3JvC6SCB0otKsuY/u7aF/ajlLqrpAcu1w+ucs77kvceNAjPUzkhBthaagJXGfURQU71DEebjL9Nynl
/UWHMnwx7wonbNOH3lvTSo/LTkw0XcW9rH55rJtBHmMTdzZ0EMaDTdoetuv3TNVK8Fv6j0Me55+SO+Ch3e1taLNa/3E
mu1Z4mVL6+lEgbBMcrDM639DbhyJWpJ3dcp48U9TXoyXKvAAiW3MrSo3EvBuRDyhOeooEoT2/9R0VaFURrjEVv+dq1R
u4SriQ/To4OcWXQGyGO09BkEJwI3qZiPY78+yysGUUl6g6DX6f/k3FcadM0cdZ5yDU3yk9FtdqELTEAXYV7e7sNfktu
1oaEy6/gsaw+36nUjGVWC73Wu5BdJg9O0G5HL8uv5UzQRHLebecogJlTXKwJwrPkNiinvvgACtsr/++2SshFH0VOsVO
+t9MvNBKbmU8TjtEvB0gvzqmmzjo1nyy81Dg20+Gvfc2wQAjkmDJ6YR2VblpSAxtaBrGm70MoEIKa0kTeRetEa1i4T3
KwRFCj0pqMhpVf7HFO232FscrcLv6l1DCCGDUbn1lPZSHECYYLYVgueIUYZEQAW7t0AZDlpss7yvKsHg+bqnp/CknW3
2i11sPvH7ggvf3CmSlN0PykCK3fErTNm9xdkYp48UyfG14=
file:
- artifacts/exasol-kafka-connector-extension-${JAR_VERSION}.jar
- artifacts/checksum.sha256.txt
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ These plugins help with project development.
| [SBT Explicit Dependencies][sbt-expdep-link]| Checks which direct libraries required to compile your code | Apache License 2.0 |
| [SBT Git][sbt-git-link] | A plugin for Git integration, used to version the release jars | BSD 2-Clause License |

[travis-badge]: https://img.shields.io/travis/exasol/kafka-connector-extension/master.svg?logo=travis
[travis-badge]: https://img.shields.io/travis/com/exasol/kafka-connector-extension/master.svg?logo=travis
[travis-link]: https://travis-ci.com/exasol/kafka-connector-extension
[coveralls-badge]: https://coveralls.io/repos/github/exasol/kafka-connector-extension/badge.svg?branch=master
[coveralls-badge]: https://img.shields.io/coveralls/github/exasol/kafka-connector-extension.svg?logo=coveralls
[coveralls-link]: https://coveralls.io/github/exasol/kafka-connector-extension?branch=master
[gh-release-badge]: https://img.shields.io/github/release/exasol/kafka-connector-extension.svg?logo=github
[gh-release-link]: https://github.com/exasol/kafka-connector-extension/releases/latest
Expand Down
2 changes: 1 addition & 1 deletion doc/changes/changes_0.1.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Kafka Connector Extension 0.1.0, released 2020-MM-DD
# Kafka Connector Extension 0.1.0, released 2020-09-20

## Summary

Expand Down

0 comments on commit 5fe35ce

Please sign in to comment.