diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5a0a48cc..5dcc13a8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,6 @@ + --- name: Bug report about: Create a report to help us improve diff --git a/.github/ISSUE_TEMPLATE/compatibility-certification-request.md b/.github/ISSUE_TEMPLATE/compatibility-certification-request.md index f12443a9..18b6f3d8 100644 --- a/.github/ISSUE_TEMPLATE/compatibility-certification-request.md +++ b/.github/ISSUE_TEMPLATE/compatibility-certification-request.md @@ -1,3 +1,6 @@ + --- name: Compatibility certification request about: Request certification of a compatibile implementation of Jakarta EE diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 24473dee..a3eb22be 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,6 @@ + --- name: Feature request about: Suggest an idea for this project diff --git a/api/pom.xml b/api/pom.xml index 01de5fa3..329e3873 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -18,7 +18,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent - 4.1.0 + 4.1.0-SNAPSHOT jakarta.enterprise.cdi-api @@ -38,7 +38,7 @@ Jakarta CDI Issues - https://github.com/eclipse-ee4j/cdi/issues + https://github.com/jakarta/cdi/issues 2008 @@ -121,10 +121,6 @@ - 3.0.0 - 2.0.1 - 6.0.0 - 2.2.0 MMMM dd, yyyy diff --git a/el/pom.xml b/el/pom.xml index 4f95f101..ebc636f9 100644 --- a/el/pom.xml +++ b/el/pom.xml @@ -13,7 +13,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent - 4.1.0 + 4.1.0-SNAPSHOT jakarta.enterprise.cdi-el-api @@ -30,10 +30,6 @@ - - 6.0.0-M1 - - diff --git a/ide-config/pom.xml b/ide-config/pom.xml index 38bae163..46e0e720 100644 --- a/ide-config/pom.xml +++ b/ide-config/pom.xml @@ -14,7 +14,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent - 4.1.0 + 4.1.0-SNAPSHOT cdi-ide-config diff --git a/lang-model/pom.xml b/lang-model/pom.xml index ab5dd216..c81d517b 100644 --- a/lang-model/pom.xml +++ b/lang-model/pom.xml @@ -13,7 +13,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent - 4.1.0 + 4.1.0-SNAPSHOT jakarta.enterprise.lang-model diff --git a/pom.xml b/pom.xml index d48d26b4..c2d31cdc 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent pom - 4.1.0 + 4.1.0-SNAPSHOT Parent module for CDI Specification @@ -117,6 +117,12 @@ + + 3.0.0 + 2.0.1 + 6.0.0 + 2.2.0 + UTF-8 11 diff --git a/spec/pom.xml b/spec/pom.xml index ff9953c5..0548b5c2 100644 --- a/spec/pom.xml +++ b/spec/pom.xml @@ -13,7 +13,7 @@ jakarta.enterprise jakarta.enterprise.cdi-parent - 4.1.0 + 4.1.0-SNAPSHOT jakarta.enterprise.cdi-spec-doc