Skip to content

Commit

Permalink
Merge pull request #133 from cherylking/updateDocs213
Browse files Browse the repository at this point in the history
Update doc references to 2.1.3 version
  • Loading branch information
cherylking authored Jun 9, 2023
2 parents 9649faf + 814354f commit 761e06c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion liberty-managed/JakartaEE9_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ To enable Arquillian Liberty Managed in your project, add the following to your
<dependency>
<groupId>io.openliberty.arquillian</groupId>
<artifactId>arquillian-liberty-managed-jakarta</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
...
Expand Down
4 changes: 2 additions & 2 deletions liberty-remote/JakartaEE9_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ To enable Arquillian Liberty Remote in your project, add the following to your `
<dependency>
<groupId>io.openliberty.arquillian</groupId>
<artifactId>arquillian-liberty-remote-jakarta</artifactId>
<version>2.1.0</version>
<version>2.1.3</version>
<scope>test</scope>
</dependency>
...
Expand Down Expand Up @@ -134,7 +134,7 @@ xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/a
<dependency>
<groupId>io.openliberty.arquillian</groupId>
<artifactId>arquillian-liberty-remote-jakarta</artifactId>
<version>2.1.0</version>
<version>2.1.3</version>
</dependency>
</dependencies>
</profile>
Expand Down
4 changes: 2 additions & 2 deletions liberty-support-feature/JakartaEE9_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Example:
<dependency>
<groupId>io.openliberty.arquillian</groupId>
<artifactId>arquillian-liberty-support-jakarta</artifactId>
<version>2.1.0</version>
<version>2.1.3</version>
</dependency>
</dependencies>
<plugin>
Expand All @@ -40,7 +40,7 @@ Example:
<artifactItem>
<groupId>io.openliberty.arquillian</groupId>
<artifactId>arquillian-liberty-support-jakarta</artifactId>
<version>2.1.0</version>
<version>2.1.3</version>
<type>zip</type>
<classifier>feature</classifier>
<overWrite>false</overWrite>
Expand Down

0 comments on commit 761e06c

Please sign in to comment.