Skip to content

Commit 53d87a6

Browse files
committed
Prepare release 4.0.17
1 parent 5d98fee commit 53d87a6

26 files changed

Lines changed: 26 additions & 26 deletions

File tree

action/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish</groupId>
2424
<artifactId>mojarra-parent</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<groupId>org.eclipse.mojarra</groupId>

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish</groupId>
2424
<artifactId>mojarra-parent</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<groupId>org.eclipse.mojarra</groupId>

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<groupId>org.glassfish</groupId>
3131
<artifactId>mojarra-parent</artifactId>
32-
<version>4.0.17-SNAPSHOT</version>
32+
<version>4.0.17</version>
3333
</parent>
3434

3535
<artifactId>jakarta.faces</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.glassfish</groupId>
3131
<artifactId>mojarra-parent</artifactId>
32-
<version>4.0.17-SNAPSHOT</version>
32+
<version>4.0.17</version>
3333
<packaging>pom</packaging>
3434

3535
<name>Mojarra ${project.version} - Project</name>

rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.glassfish</groupId>
2424
<artifactId>mojarra-parent</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<groupId>org.eclipse.mojarra</groupId>

test/base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.mojarra.test</groupId>
2424
<artifactId>pom</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<artifactId>base</artifactId>

test/csp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.mojarra.test</groupId>
2424
<artifactId>pom</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<artifactId>csp</artifactId>

test/example_jar_with_metadata_complete_false/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.mojarra.test</groupId>
2424
<artifactId>pom</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<artifactId>example_jar_with_metadata_complete_false</artifactId>

test/example_jar_with_metadata_complete_true/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.mojarra.test</groupId>
2424
<artifactId>pom</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<artifactId>example_jar_with_metadata_complete_true</artifactId>

test/issue5059/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.eclipse.mojarra.test</groupId>
2424
<artifactId>pom</artifactId>
25-
<version>4.0.17-SNAPSHOT</version>
25+
<version>4.0.17</version>
2626
</parent>
2727

2828
<artifactId>issue5059</artifactId>

0 commit comments

Comments
 (0)