bump version as moving to jakarta namespace is a big change

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index ad37fa5..95d94f9 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-build-tools</artifactId>
-  <version>1.2.6-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Apache Standard Taglib Build Tools</name>
 
   <description>Build tool settings common to all Standard Taglib modules</description>
diff --git a/compat/pom.xml b/compat/pom.xml
index bf359c8..f2be169 100644
--- a/compat/pom.xml
+++ b/compat/pom.xml
@@ -25,11 +25,11 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-standard-compat</artifactId>
-  <version>1.2.6-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Standard Taglib 1.0 Compatibility</name>
diff --git a/impl/pom.xml b/impl/pom.xml
index cf7510d..2043ea9 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -21,11 +21,11 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-standard-impl</artifactId>
-  <version>1.2.6-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Standard Taglib Implementation</name>
diff --git a/jstlel/pom.xml b/jstlel/pom.xml
index a8112af..ceeabb5 100644
--- a/jstlel/pom.xml
+++ b/jstlel/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-standard-jstlel</artifactId>
diff --git a/pom.xml b/pom.xml
index fcf2f08..e499a28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   <packaging>pom</packaging>
 
   <artifactId>taglibs-standard</artifactId>
-  <version>1.2.6-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <name>Apache Standard Taglib</name>
 
   <inceptionYear>2001</inceptionYear>
diff --git a/spec/pom.xml b/spec/pom.xml
index 640fb71..edd1245 100644
--- a/spec/pom.xml
+++ b/spec/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-standard-spec</artifactId>
diff --git a/standard-examples/pom.xml b/standard-examples/pom.xml
index 074c015..5b38bfb 100644
--- a/standard-examples/pom.xml
+++ b/standard-examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.taglibs</groupId>
     <artifactId>taglibs-standard</artifactId>
-    <version>1.2.6-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>taglibs-standard-examples</artifactId>