Skip to content

Commit

Permalink
PrimeFaces 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jun 13, 2024
1 parent 21791df commit c8b9820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.melloware</groupId>
<artifactId>quarkus-faces</artifactId>
<version>14.0.0</version>
<version>14.0.1</version>
<packaging>jar</packaging>
<name>quarkus-faces</name>
<description>Quarkus version of the PrimeFaces Showcase with many optimizations</description>
Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>17</maven.compiler.release>
<omnifaces-quarkus.version>4.4.1</omnifaces-quarkus.version>
<primefaces-quarkus.version>3.14.0.1</primefaces-quarkus.version>
<primefaces-quarkus.version>3.14.1</primefaces-quarkus.version>
<myfaces.version>4.0.2</myfaces.version>
<quarkus.version>3.11.2</quarkus.version>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ public static String getMemoryStatisticsAsString() {

String output = "Used: " +
byteCountToDisplaySize(usedMemory) +
" Free: " +
byteCountToDisplaySize(availableMemory) +
" Max: " +
byteCountToDisplaySize(maxMemory);
log.info(output);
Expand Down

0 comments on commit c8b9820

Please sign in to comment.