Skip to content

Commit

Permalink
Remove unintended SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
  • Loading branch information
hs536 committed Dec 8, 2021
1 parent 368fae4 commit f8d4732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.faces</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>jakarta.faces</groupId>
<artifactId>jakarta.faces-api</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>jakarta.el</groupId>
Expand Down

0 comments on commit f8d4732

Please sign in to comment.