Skip to content

Commit

Permalink
Merge pull request #166 from jGauravGupta/FISH-6005
Browse files Browse the repository at this point in the history
FISH-6005 Release Payara 6.x Arquillian Connector v3.0.alpha3
  • Loading branch information
jGauravGupta authored Jan 27, 2022
2 parents d3b8ae5 + 22ac0be commit a2c4949
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion environment-setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>environment-setup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<parent>
<artifactId>parent-payara-containers</artifactId>
<groupId>fish.payara.arquillian</groupId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payara-client-ee7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee7</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
<name>Payara EE 7 client libs</name>

<description>
Expand Down
2 changes: 1 addition & 1 deletion payara-client-ee8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee8</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
<name>Payara EE 8 client libs</name>

<description>
Expand Down
2 changes: 1 addition & 1 deletion payara-client-ee9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

<groupId>fish.payara.arquillian</groupId>
<artifactId>payara-client-ee9</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
<name>Payara EE 9 client libs</name>

<description>
Expand Down
2 changes: 1 addition & 1 deletion payara-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>payara-container-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payara-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>arquillian-payara-server-embedded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payara-managed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>arquillian-payara-server-managed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payara-micro-deployer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<parent>
<artifactId>parent-payara-containers</artifactId>
<groupId>fish.payara.arquillian</groupId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion payara-micro-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<parent>
<artifactId>parent-payara-containers</artifactId>
<groupId>fish.payara.arquillian</groupId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion payara-micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>arquillian-payara-micro-managed</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payara-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<parent>
<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
</parent>

<artifactId>arquillian-payara-server-remote</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<groupId>fish.payara.arquillian</groupId>
<artifactId>parent-payara-containers</artifactId>
<version>3.0.alpha2</version>
<version>3.0.alpha3</version>
<packaging>pom</packaging>

<name>Arquillian Container Parent Payara</name>
Expand Down

0 comments on commit a2c4949

Please sign in to comment.