Skip to content

Commit

Permalink
Version bump events library to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
theo authored and bmoffatt committed Jan 3, 2019
1 parent 7bf5fc9 commit ec802a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ___
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -50,7 +50,7 @@ ___

```groovy
'com.amazonaws:aws-lambda-java-core:1.1.0'
'com.amazonaws:aws-lambda-java-events:2.2.3'
'com.amazonaws:aws-lambda-java-events:2.2.4'
'com.amazonaws:aws-lambda-java-log4j:1.0.0'
'com.amazonaws:aws-lambda-java-log4j2:1.0.0'
```
Expand All @@ -59,7 +59,7 @@ ___

```clojure
[com.amazonaws/aws-lambda-java-core "1.1.0"]
[com.amazonaws/aws-lambda-java-events "2.2.3"]
[com.amazonaws/aws-lambda-java-events "2.2.4"]
[com.amazonaws/aws-lambda-java-log4j "1.0.0"]
[com.amazonaws/aws-lambda-java-log4j2 "1.0.0"]
```
Expand All @@ -68,7 +68,7 @@ ___

```scala
"com.amazonaws" % "aws-lambda-java-core" % "1.1.0"
"com.amazonaws" % "aws-lambda-java-events" % "2.2.3"
"com.amazonaws" % "aws-lambda-java-events" % "2.2.4"
"com.amazonaws" % "aws-lambda-java-log4j" % "1.0.0"
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.0.0"
```
Expand Down
8 changes: 4 additions & 4 deletions aws-lambda-java-events/README.md
Original file line number Diff line number Diff line change
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.2.3</version>
<version>2.2.4</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.2.3</version>
<version>2.2.4</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.2.3</version>
<version>2.2.4</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.2.3</version>
<version>2.2.4</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion aws-lambda-java-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.2.3</version>
<version>2.2.4</version>
<packaging>jar</packaging>

<name>AWS Lambda Java Events Library</name>
Expand Down

0 comments on commit ec802a1

Please sign in to comment.