Skip to content

Commit

Permalink
Upgrade to Omnifaces 2.7.1. Latest release available for JSF 2.2. Rel…
Browse files Browse the repository at this point in the history
…ates to IQSS#6216.
  • Loading branch information
poikilotherm committed Sep 25, 2019
1 parent 6bebe7f commit d42d00d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
See https://github.com/jacoco/jacoco/issues/772 for discussion of how the XML changed.
-->
<jacoco.version>0.8.1</jacoco.version>
<omnifaces.version>2.7.1</omnifaces.version>
</properties>
<!--Maven checks for dependendies from these repos in the order shown in the pom.xml
This isn't well documented and seems to change between maven versions -MAD 4.9.4 -->
Expand Down Expand Up @@ -292,7 +293,7 @@
<dependency>
<groupId>org.omnifaces</groupId>
<artifactId>omnifaces</artifactId>
<version>1.7</version> <!-- Or 1.8-SNAPSHOT -->
<version>${omnifaces.version}</version> <!-- Or 1.8-SNAPSHOT -->
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down

0 comments on commit d42d00d

Please sign in to comment.