Skip to content

Commit

Permalink
Merge pull request #8 from balamuraleedhar/master
Browse files Browse the repository at this point in the history
PLA-9132 finalise changes for amazon-kinesis-client
  • Loading branch information
balamuraleedhar authored Jun 17, 2020
2 parents c6d7025 + 2a29e6e commit 65f6840
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Amazon Kinesis Client Library for Java

## CI Build Information
| Release |
|----------|
[![Build Status](https://concoursebadge.eroad.io/concourse-badge?pipeline=amazon-kinesis-client&job=build-deploy)](https://concourse.eroad.io/teams/main/pipelines/amazon-kinesis-client)

The **Amazon Kinesis Client Library for Java** (Amazon KCL) enables Java developers to easily consume and process data from [Amazon Kinesis][kinesis].

* [Kinesis Product Page][kinesis]
Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resources:
password: ((smtp-password))
from: [email protected]
to:
- bala.pavothil@eroad.com
- developers@eroad.co.nz

- name: amazon-kinesis-client-git
type: git
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<distributionManagement>
<repository>
<id>nexus</id>
<url>https://nexus.eroad.io/content/repositories/component-ci</url>
<url>https://nexus.eroad.io/content/repositories/releases</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 65f6840

Please sign in to comment.