diff --git a/annotation/pom.xml b/annotation/pom.xml
index 514813f0..efd7d68e 100644
--- a/annotation/pom.xml
+++ b/annotation/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-annotation
diff --git a/annotation/src/main/java/io/smallrye/common/annotation/Identifier.java b/annotation/src/main/java/io/smallrye/common/annotation/Identifier.java
index 6470f8c7..ffdd177c 100644
--- a/annotation/src/main/java/io/smallrye/common/annotation/Identifier.java
+++ b/annotation/src/main/java/io/smallrye/common/annotation/Identifier.java
@@ -6,15 +6,15 @@
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
-import javax.enterprise.util.AnnotationLiteral;
-import javax.inject.Qualifier;
+import jakarta.enterprise.util.AnnotationLiteral;
+import jakarta.inject.Qualifier;
/**
* String-based {@linkplain Qualifier qualifier}.
- * Unlike {@link javax.inject.Named @Named}, this is a proper qualifier in CDI environment.
+ * Unlike {@link jakarta.inject.Named @Named}, this is a proper qualifier in CDI environment.
*
* Identifier must always be provided.
- * Unlike {@link javax.inject.Named @Named}, it is not deduced from the annotation use.
+ * Unlike {@link jakarta.inject.Named @Named}, it is not deduced from the annotation use.
*/
@Qualifier
@Documented
diff --git a/classloader/pom.xml b/classloader/pom.xml
index 1092646b..a913a1b0 100644
--- a/classloader/pom.xml
+++ b/classloader/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-classloader
diff --git a/constraint/pom.xml b/constraint/pom.xml
index 82cfd4dd..4abe0537 100644
--- a/constraint/pom.xml
+++ b/constraint/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-constraint
diff --git a/cpu/pom.xml b/cpu/pom.xml
index 37994c81..14388474 100644
--- a/cpu/pom.xml
+++ b/cpu/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-cpu
diff --git a/expression/pom.xml b/expression/pom.xml
index eb27b316..9467fcdc 100644
--- a/expression/pom.xml
+++ b/expression/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-expression
diff --git a/function/pom.xml b/function/pom.xml
index 3b197d22..441beccd 100644
--- a/function/pom.xml
+++ b/function/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-function
diff --git a/io/pom.xml b/io/pom.xml
index 3325a297..7df4b3e9 100644
--- a/io/pom.xml
+++ b/io/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-io
diff --git a/net/pom.xml b/net/pom.xml
index d3d67c64..e1a2b45a 100644
--- a/net/pom.xml
+++ b/net/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-net
diff --git a/os/pom.xml b/os/pom.xml
index 3698537b..e64855d3 100644
--- a/os/pom.xml
+++ b/os/pom.xml
@@ -3,7 +3,7 @@
smallrye-common-parent
io.smallrye.common
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index a8592a09..4d0a411c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
io.smallrye
- smallrye-parent
+ smallrye-jakarta-parent
36
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
pom
SmallRye Common: Parent
diff --git a/ref/pom.xml b/ref/pom.xml
index 0ea82d95..d92aec26 100644
--- a/ref/pom.xml
+++ b/ref/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-ref
diff --git a/version/pom.xml b/version/pom.xml
index 0f62ba47..692499e0 100644
--- a/version/pom.xml
+++ b/version/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-version
diff --git a/vertx-context/pom.xml b/vertx-context/pom.xml
index a3448ebb..3638607c 100644
--- a/vertx-context/pom.xml
+++ b/vertx-context/pom.xml
@@ -5,7 +5,7 @@
io.smallrye.common
smallrye-common-parent
- 1.13.2-SNAPSHOT
+ 2.0.0-SNAPSHOT
smallrye-common-vertx-context