Skip to content

Commit

Permalink
Version 2.0.2 to support aligned Github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMeyers committed Oct 14, 2020
1 parent 543d159 commit 684d076
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion java/KinesisAggregatorV2/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-aggregator</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>

<packaging>jar</packaging>

Expand Down
16 changes: 16 additions & 0 deletions java/KinesisDeaggregatorV2/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/KinesisDeaggregatorV2/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>2.0.1</version>
<version>2.0.2</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 684d076

Please sign in to comment.