From bb347465ae6e35ad32e9305f9b8b97919df5e9f3 Mon Sep 17 00:00:00 2001 From: Andrew Pielage Date: Thu, 7 Nov 2024 09:18:28 +0000 Subject: [PATCH] Increment version to snapshot for development --- action/pom.xml | 2 +- cdi/pom.xml | 2 +- impl/pom.xml | 2 +- pom.xml | 2 +- rest/pom.xml | 2 +- test/base/pom.xml | 2 +- test/example_jar_with_metadata_complete_false/pom.xml | 2 +- test/example_jar_with_metadata_complete_true/pom.xml | 2 +- test/issue5460/pom.xml | 2 +- test/issue5464/pom.xml | 2 +- test/issue5488/pom.xml | 2 +- test/issue5503/pom.xml | 2 +- test/issue5507/pom.xml | 2 +- test/issue5511/pom.xml | 2 +- test/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/action/pom.xml b/action/pom.xml index 5268bdf754..13ea5949ec 100644 --- a/action/pom.xml +++ b/action/pom.xml @@ -22,7 +22,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT org.eclipse.mojarra diff --git a/cdi/pom.xml b/cdi/pom.xml index 0b7e29e36d..8990d6dce4 100644 --- a/cdi/pom.xml +++ b/cdi/pom.xml @@ -22,7 +22,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT org.eclipse.mojarra diff --git a/impl/pom.xml b/impl/pom.xml index bf6e001a6a..122c42131f 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -29,7 +29,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT jakarta.faces diff --git a/pom.xml b/pom.xml index 661a32421c..c3dfdac1ce 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT pom Mojarra ${project.version} - Project diff --git a/rest/pom.xml b/rest/pom.xml index 314ea3008c..9d021454f5 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -22,7 +22,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT org.eclipse.mojarra diff --git a/test/base/pom.xml b/test/base/pom.xml index aab60d5134..35c60f8d19 100644 --- a/test/base/pom.xml +++ b/test/base/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT base diff --git a/test/example_jar_with_metadata_complete_false/pom.xml b/test/example_jar_with_metadata_complete_false/pom.xml index 36df974dbf..95d3feb560 100644 --- a/test/example_jar_with_metadata_complete_false/pom.xml +++ b/test/example_jar_with_metadata_complete_false/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT example_jar_with_metadata_complete_false diff --git a/test/example_jar_with_metadata_complete_true/pom.xml b/test/example_jar_with_metadata_complete_true/pom.xml index 6395623f64..e27e4501ef 100644 --- a/test/example_jar_with_metadata_complete_true/pom.xml +++ b/test/example_jar_with_metadata_complete_true/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT example_jar_with_metadata_complete_true diff --git a/test/issue5460/pom.xml b/test/issue5460/pom.xml index 2378529a27..d652fa7e06 100644 --- a/test/issue5460/pom.xml +++ b/test/issue5460/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5460 diff --git a/test/issue5464/pom.xml b/test/issue5464/pom.xml index 65245473f7..68cbbb46a4 100644 --- a/test/issue5464/pom.xml +++ b/test/issue5464/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5464 diff --git a/test/issue5488/pom.xml b/test/issue5488/pom.xml index ad0f5b4696..e4bc64942f 100644 --- a/test/issue5488/pom.xml +++ b/test/issue5488/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5488 diff --git a/test/issue5503/pom.xml b/test/issue5503/pom.xml index 0ea9891371..cd4199b099 100644 --- a/test/issue5503/pom.xml +++ b/test/issue5503/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5503 diff --git a/test/issue5507/pom.xml b/test/issue5507/pom.xml index 51aa422eda..efb01b5a62 100644 --- a/test/issue5507/pom.xml +++ b/test/issue5507/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5507 diff --git a/test/issue5511/pom.xml b/test/issue5511/pom.xml index 89c8502707..763491d075 100644 --- a/test/issue5511/pom.xml +++ b/test/issue5511/pom.xml @@ -22,7 +22,7 @@ org.eclipse.mojarra.test pom - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT issue5511 diff --git a/test/pom.xml b/test/pom.xml index 184e4179d1..bb0e4f12b9 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -22,7 +22,7 @@ org.glassfish mojarra-parent - 4.0.9.payara-p1 + 4.0.9.payara-p2-SNAPSHOT org.eclipse.mojarra.test