File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
src/main/java/fish/payara/cloud/connectors/amazonsqs/example Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >fish.payara.cloud.connectors</groupId >
6
6
<artifactId >cloud-connectors</artifactId >
7
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.8.0 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >fish.payara.cloud.connectors.amazonsqs</groupId >
11
11
<artifactId >amazon-sqs-example</artifactId >
12
- <version >0.9.0-SNAPSHOT </version >
12
+ <version >1.0.0 </version >
13
13
<packaging >ejb</packaging >
14
14
15
15
<name >Amazon SQS Example</name >
Original file line number Diff line number Diff line change 55
55
@ ConnectionFactoryDefinition (name = "java:comp/env/SQSConnectionFactory" ,
56
56
description = "SQS Conn Factory" ,
57
57
interfaceName = "fish.payara.cloud.connectors.amazonsqs.api.AmazonSQSConnectionFactory" ,
58
- resourceAdapter = "amazon-sqs-rar-0.9.0-SNAPSHOT " ,
58
+ resourceAdapter = "amazon-sqs-rar-1.0.0 " ,
59
59
minPoolSize = 2 , maxPoolSize = 2 ,
60
60
transactionSupport = TransactionSupportLevel .NoTransaction ,
61
61
properties = {"region=${ENV=region}" })
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >fish.payara.cloud.connectors</groupId >
6
6
<artifactId >cloud-connectors</artifactId >
7
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.8.0 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >fish.payara.cloud.connectors.amazonsqs</groupId >
11
11
<artifactId >amazon-sqs-jca-api</artifactId >
12
+ <version >1.0.0</version >
12
13
<packaging >jar</packaging >
13
14
<name >Amazon SQS JCA Adapter API</name >
14
15
<description >API classes for the Amazon SQS JCA Adapter</description >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >fish.payara.cloud.connectors</groupId >
6
6
<artifactId >cloud-connectors</artifactId >
7
- <version >0.9.0-SNAPSHOT </version >
7
+ <version >0.8.0 </version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<groupId >fish.payara.cloud.connectors.amazonsqs</groupId >
11
11
<artifactId >amazon-sqs-rar</artifactId >
12
- <version >0.9.0-SNAPSHOT </version >
12
+ <version >1.0.0 </version >
13
13
<packaging >rar</packaging >
14
14
<name >Amazon SQS JCA Adapter RAR</name >
15
15
<description >RAR for the Amazon SQS JCA Adapter</description >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >fish.payara.cloud.connectors</groupId >
5
5
<artifactId >cloud-connectors</artifactId >
6
- <version >0.9.0-SNAPSHOT </version >
6
+ <version >0.8.0 </version >
7
7
<packaging >pom</packaging >
8
8
<name >Payara Cloud Connectors</name >
9
9
<description >Project for JCA modules that connect to various cloud services</description >
You can’t perform that action at this time.
0 commit comments