Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6</version>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -50,7 +50,7 @@ ___

```groovy
'com.amazonaws:aws-lambda-java-core:1.2.0'
'com.amazonaws:aws-lambda-java-events:2.2.6'
'com.amazonaws:aws-lambda-java-events:2.2.7'
'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.2.0"]
[com.amazonaws/aws-lambda-java-events "2.2.6"]
[com.amazonaws/aws-lambda-java-events "2.2.7"]
[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.2.0"
"com.amazonaws" % "aws-lambda-java-events" % "2.2.6"
"com.amazonaws" % "aws-lambda-java-events" % "2.2.7"
"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 @@ -48,7 +48,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.6</version>
<version>2.2.7</version>
</dependency>
...
</dependencies>
Expand All @@ -69,7 +69,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.6</version>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -95,7 +95,7 @@ For the Kinesis event
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.2.6</version>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand All @@ -121,7 +121,7 @@ For the Dynamodb event
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-lambda-java-events</artifactId>
<version>2.2.6</version>
<version>2.2.7</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
8 changes: 4 additions & 4 deletions aws-lambda-java-events/pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

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

<name>AWS Lambda Java Events Library</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<scope>provided</scope>
</dependency>
</dependencies>

<profiles>
<profile>
<id>dev</id>
Expand Down Expand Up @@ -147,5 +147,5 @@
</plugins>
</build>
</profile>
</profiles>
</profiles>
</project>