Skip to content

Commit 22ad52a

Browse files
author
Michael G. Khmelnitsky
authored
Merge pull request #32 from mig281/patch-1
Incorrect requirements for Java and incorrect dependency version.
2 parents 50b4886 + be21d19 commit 22ad52a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ for communicating with Amazon Simple Queue Service. This project builds on top o
1010

1111
* **Sign up for AWS** — Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see [AWS Account and Credentials](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide.
1212
* **Sign up for Amazon SQS** — Go to the Amazon [SQS console](https://console.aws.amazon.com/sqs/home?region=us-east-1) to sign up for the service.
13-
* **Minimum requirements** — To use the sample application, you'll need Java 1.7+ and [Maven 3](http://maven.apache.org/). For more information about the requirements, see the [Getting Started](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/jmsclient.html) section of the Amazon SQS Developer Guide.
13+
* **Minimum requirements** — To use the sample application, you'll need Java 7 (or later) and [Maven 3](http://maven.apache.org/). For more information about the requirements, see the [Getting Started](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/jmsclient.html) section of the Amazon SQS Developer Guide.
1414
* **Download** — Download the [latest preview release](https://github.com/awslabs/amazon-sqs-java-messaging-lib/releases) or pick it up from Maven:
1515
```xml
1616
<dependency>
1717
<groupId>com.amazonaws</groupId>
1818
<artifactId>amazon-sqs-java-messaging-lib</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1</version>
2020
<type>jar</type>
2121
</dependency>
2222
```

0 commit comments

Comments
 (0)