Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
fix jsf version
Browse files Browse the repository at this point in the history
modified:   test/quality/src/main/resources/META-INF/maven/org.glassfish/javax.faces/pom.xml
  • Loading branch information
xinyuan-zhang committed Sep 19, 2017
1 parent ea6f549 commit 62b2b4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.glassfish</groupId>
<artifactId>javax.faces</artifactId>
<version>2.2.8-22-SNAPSHOT</version>
<version>2.2.8-24-SNAPSHOT</version>
<packaging>jar</packaging>
<name>
Oracle's implementation of the JSF 2.2 specification.
Expand Down Expand Up @@ -180,7 +180,7 @@
<configuration>
<artifacts>
<artifact>
<file>target/javax.faces-2.2.8-22-SNAPSHOT-javadoc.jar</file>
<file>target/javax.faces-2.2.8-24-SNAPSHOT-javadoc.jar</file>
<type>jar</type>
<classifier>javadoc</classifier>
</artifact>
Expand Down

0 comments on commit 62b2b4e

Please sign in to comment.