Skip to content

Commit

Permalink
Updated maven search links in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Jun 24, 2023
1 parent 3c76a63 commit f05bb69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@

<!-- Test server versions. -->
<test.wildfly.jsf22.version>13.0.0.Final</test.wildfly.jsf22.version> <!-- 13.0.0 is the latest WF version using JSF 2.2 -->
<test.wildfly.jsf23.version>26.1.3.Final</test.wildfly.jsf23.version> <!-- https://search.maven.org/artifact/org.wildfly/wildfly-dist -->
<test.tomee.version>7.1.4</test.tomee.version> <!-- https://search.maven.org/artifact/org.apache.tomee/apache-tomee -->
<test.payara.version>4.1.2.181</test.payara.version> <!-- https://search.maven.org/artifact/fish.payara.distributions/payara-web -->
<test.wildfly.jsf23.version>26.1.3.Final</test.wildfly.jsf23.version> <!-- https://mvnrepository.com/artifact/org.wildfly/wildfly-dist -->
<test.tomee.version>7.1.4</test.tomee.version> <!-- https://mvnrepository.com/artifact/org.apache.tomee/apache-tomee -->
<test.payara.version>4.1.2.181</test.payara.version> <!-- https://mvnrepository.com/artifact/fish.payara.distributions/payara-web -->
</properties>

<dependencies>
Expand Down

0 comments on commit f05bb69

Please sign in to comment.