From 3e717ec92ec0148fb3fe3e17c54d22eeda2fbe45 Mon Sep 17 00:00:00 2001 From: Ladislav Thon Date: Thu, 20 Apr 2023 13:39:23 +0200 Subject: [PATCH] fix version string after incorrect 4.0.9 release --- api/pom.xml | 2 +- dist-build/libs/pom.xml | 2 +- dist-build/pom.xml | 2 +- dist-build/porting-package/pom.xml | 2 +- doc/reference/pom.xml | 2 +- ext-lib/pom.xml | 2 +- impl/pom.xml | 2 +- lang-model/pom.xml | 2 +- pom.xml | 2 +- web/pom.xml | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index efd81d7297..9ff7c5878d 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -5,7 +5,7 @@ jakarta.enterprise cdi-tck-parent - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT cdi-tck-api diff --git a/dist-build/libs/pom.xml b/dist-build/libs/pom.xml index 67a4794ac5..7c30858bde 100644 --- a/dist-build/libs/pom.xml +++ b/dist-build/libs/pom.xml @@ -3,7 +3,7 @@ jakarta.enterprise cdi-tck-parent - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT ../../pom.xml diff --git a/dist-build/pom.xml b/dist-build/pom.xml index 244166fc20..1734437891 100644 --- a/dist-build/pom.xml +++ b/dist-build/pom.xml @@ -4,7 +4,7 @@ jakarta.enterprise cdi-tck-parent - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT ../pom.xml diff --git a/dist-build/porting-package/pom.xml b/dist-build/porting-package/pom.xml index 7a053a0a74..c0ae664024 100644 --- a/dist-build/porting-package/pom.xml +++ b/dist-build/porting-package/pom.xml @@ -4,7 +4,7 @@ jakarta.enterprise cdi-tck-parent - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT ../../pom.xml diff --git a/doc/reference/pom.xml b/doc/reference/pom.xml index 7165960f46..4f8abfb21a 100644 --- a/doc/reference/pom.xml +++ b/doc/reference/pom.xml @@ -10,7 +10,7 @@ jakarta.enterprise cdi-tck-parent - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT ../../pom.xml diff --git a/ext-lib/pom.xml b/ext-lib/pom.xml index 60fdc0d3e2..6316f0e8c9 100644 --- a/ext-lib/pom.xml +++ b/ext-lib/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT cdi-tck-ext-lib CDI TCK Installed Library - test bean archive diff --git a/impl/pom.xml b/impl/pom.xml index 52b7157dd6..282815d061 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT 4.0.0 cdi-tck-core-impl diff --git a/lang-model/pom.xml b/lang-model/pom.xml index 0f11fe8635..f062b1006b 100644 --- a/lang-model/pom.xml +++ b/lang-model/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT 4.0.0 cdi-tck-lang-model diff --git a/pom.xml b/pom.xml index 085f4ee1f2..4dc20cd5f8 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ jakarta.enterprise cdi-tck-parent pom - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT Jakarta CDI TCK diff --git a/web/pom.xml b/web/pom.xml index 1cd0e8cbef..d3e5be9522 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -3,7 +3,7 @@ cdi-tck-parent jakarta.enterprise - 4.0.9-SNAPSHOT + 4.0.10-SNAPSHOT 4.0.0 cdi-tck-web-impl