Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoffatt committed Jul 9, 2018
1 parent 8de652b commit 7ba36ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aws-lambda-java-events/README.md
Expand Up @@ -44,7 +44,7 @@ so the dependencies section in the pom.xml file would like this
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.0.1</version>
<version>2.2.2</version>
</dependency>
...
</dependencies>
Expand All @@ -65,7 +65,7 @@ For the S3 event the pom would look like this:
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.0.1</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -91,7 +91,7 @@ For the Kinesis event
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.0.1</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -117,7 +117,7 @@ For the Dynamodb event
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.0.1</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down

0 comments on commit 7ba36ba

Please sign in to comment.