We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4858537 commit b462bdcCopy full SHA for b462bdc
README.md
@@ -15,7 +15,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o
15
<dependency>
16
<groupId>com.amazonaws</groupId>
17
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
18
- <version>1.0.7</version>
+ <version>1.0.8</version>
19
<type>jar</type>
20
</dependency>
21
```
pom.xml
@@ -6,7 +6,7 @@
6
7
8
9
10
<packaging>jar</packaging>
11
<name>Amazon SQS Java Messaging Library</name>
12
<description>The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used
0 commit comments