You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2020/04/10 09:56:52 UTC

[tomcat-taglibs-standard] 04/04: bump version as moving to jakarta namespace is a big change

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-taglibs-standard.git

commit 46694f4d5cea6691ea7f7ce3b7a358f5a0627f65
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Apr 10 18:40:10 2020 +1000

    bump version as moving to jakarta namespace is a big change
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 build-tools/pom.xml       | 4 ++--
 compat/pom.xml            | 4 ++--
 impl/pom.xml              | 4 ++--
 jstlel/pom.xml            | 2 +-
 pom.xml                   | 2 +-
 spec/pom.xml              | 2 +-
 standard-examples/pom.xml | 2 +-
 7 files changed, 10 insertions(+), 10 deletions(-)

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>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org