Skip to content

Commit 1494d2d

Browse files
committed
Bump version
1 parent 843043d commit 1494d2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Temporary queues are also automatically deleted if the clients that created them
2121
<dependency>
2222
<groupId>com.amazonaws</groupId>
2323
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
24-
<version>1.2.2</version>
24+
<version>1.2.3</version>
2525
<type>jar</type>
2626
</dependency>
2727
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.amazonaws</groupId>
44
<artifactId>amazon-sqs-java-temporary-queues-client</artifactId>
5-
<version>1.2.2</version>
5+
<version>1.2.3</version>
66
<name>Amazon SQS Java Temporary Queues Client</name>
77
<description>An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.</description>
88
<url>https://github.com/awslabs/amazon-sqs-java-temporary-queues-client</url>

0 commit comments

Comments
 (0)