Skip to content

Commit

Permalink
Merge pull request #247 from jGauravGupta/FISH-9123
Browse files Browse the repository at this point in the history
FISH-9123 Release Arquillian Connector v3.1
  • Loading branch information
jGauravGupta authored Aug 6, 2024
2 parents a9bf671 + a4fd6df commit bfb6d03
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>integration-tests</artifactId>
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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</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.1-SNAPSHOT</version>
<version>3.1</version>
<packaging>pom</packaging>

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

0 comments on commit bfb6d03

Please sign in to comment.