Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
envirover committed Nov 12, 2019
1 parent 26ab700 commit b1ac660
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://api.travis-ci.org/envirover/KVAdapter.svg?branch=master)](https://travis-ci.org/envirover/KVAdapter)

# Kinesis Video Streams Adapter

Kinesis Video Streams Adapter is a TCP server application that serves
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

<groupId>com.envirover</groupId>
<artifactId>kvadapter</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>

<name>Amazon Kinesis Video Streams adapter</name>
<name>Amazon Kinesis Video Streams Adapter</name>
<description>Streams media from Amazon Kinesis Video stream to clients
connected to TCP socket.</description>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-video-streams-parser-library</artifactId>
<version>1.0.14</version>
<version>1.0.13</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
Expand Down

0 comments on commit b1ac660

Please sign in to comment.