Skip to content

Commit

Permalink
FISH-8292 Release AWS SQS Cloud Connector v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jGauravGupta committed Mar 12, 2024
1 parent b3b8ab9 commit 496ffd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ holder.
</parent>
<groupId>fish.payara.cloud.connectors.amazonsqs</groupId>
<artifactId>amazon-sqs-example</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>ejb</packaging>

<name>Amazon SQS Example</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
@ConnectionFactoryDefinition(name = "java:comp/env/SQSConnectionFactory",
description = "SQS Conn Factory",
interfaceName = "fish.payara.cloud.connectors.amazonsqs.api.AmazonSQSConnectionFactory",
resourceAdapter = "amazon-sqs-rar-2.0.0",
resourceAdapter = "amazon-sqs-rar-2.1.0",
minPoolSize = 2, maxPoolSize = 2,
transactionSupport = TransactionSupportLevel.NoTransaction,
properties = {"region=${ENV=region}"})
Expand Down
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSJCAAPI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ holder.
</parent>
<groupId>fish.payara.cloud.connectors.amazonsqs</groupId>
<artifactId>amazon-sqs-jca-api</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>jar</packaging>
<name>Amazon SQS JCA Adapter API</name>
<description>API classes for the Amazon SQS JCA Adapter</description>
Expand Down
2 changes: 1 addition & 1 deletion AmazonSQS/AmazonSQSRAR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ holder.
</parent>
<groupId>fish.payara.cloud.connectors.amazonsqs</groupId>
<artifactId>amazon-sqs-rar</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<packaging>rar</packaging>
<name>Amazon SQS JCA Adapter RAR</name>
<description>RAR for the Amazon SQS JCA Adapter</description>
Expand Down

0 comments on commit 496ffd8

Please sign in to comment.