Skip to content

Commit

Permalink
Deaggreator version 1.1.1
Browse files Browse the repository at this point in the history
Updates to junit dependencies
  • Loading branch information
IanMeyers committed Oct 14, 2020
1 parent 9a5e671 commit 543d159
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions java/KinesisDeaggregator/assembly.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>complete</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<unpack>true</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
</assembly>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion java/KinesisDeaggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>amazon-kinesis-deaggregator</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 543d159

Please sign in to comment.