Skip to content

Commit

Permalink
Merge pull request #5208 from eclipse-ee4j/2.3.19
Browse files Browse the repository at this point in the history
2.3.19 has been released
  • Loading branch information
arjantijms authored Jan 30, 2023
2 parents 859ddff + d6882c2 commit 63e6bef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>mojarra-parent</artifactId>
<version>2.3.19-SNAPSHOT</version>
<version>2.3.20-SNAPSHOT</version>
</parent>

<artifactId>jakarta.faces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.glassfish</groupId>
<artifactId>mojarra-parent</artifactId>
<version>2.3.19-SNAPSHOT</version>
<version>2.3.20-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Mojarra ${project.version} - Project</name>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
<dependency>
<groupId>com.sun.faces</groupId>
<artifactId>util</artifactId>
<version>2.3.19-SNAPSHOT</version>
<version>2.3.20-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.glassfish</groupId>
<artifactId>mojarra-parent</artifactId>
<version>2.3.19-SNAPSHOT</version>
<version>2.3.20-SNAPSHOT</version>
</parent>

<groupId>com.sun.faces</groupId>
Expand Down

0 comments on commit 63e6bef

Please sign in to comment.