You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/19 09:31:11 UTC

[myfaces-tobago] 01/03: build: set next version to 5.7.2-SNAPSHOT

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

hnoeth pushed a commit to branch t5_releasePrepare
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 8b040946f4e8cc2b15db554340408a4b87707bfd
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Mon Jun 19 11:14:02 2023 +0200

    build: set next version to 5.7.2-SNAPSHOT
---
 package.json                                                          | 2 +-
 pom.xml                                                               | 2 +-
 tobago-assembly/pom.xml                                               | 2 +-
 tobago-core/pom.xml                                                   | 2 +-
 .../apache/myfaces/tobago/internal/taglib/component/package-info.java | 4 ++--
 tobago-example/pom.xml                                                | 2 +-
 tobago-example/tobago-example-assembly/pom.xml                        | 2 +-
 tobago-example/tobago-example-blank/pom.xml                           | 2 +-
 tobago-example/tobago-example-demo/package-lock.json                  | 4 ++--
 tobago-example/tobago-example-demo/package.json                       | 2 +-
 tobago-example/tobago-example-demo/pom.xml                            | 2 +-
 tobago-example/tobago-example-spring-boot/pom.xml                     | 2 +-
 tobago-theme/package-lock.json                                        | 4 ++--
 tobago-theme/package.json                                             | 2 +-
 tobago-theme/pom.xml                                                  | 2 +-
 tobago-theme/tobago-theme-charlotteville/pom.xml                      | 2 +-
 tobago-theme/tobago-theme-roxborough/pom.xml                          | 2 +-
 tobago-theme/tobago-theme-scarborough/pom.xml                         | 2 +-
 tobago-theme/tobago-theme-speyside/pom.xml                            | 2 +-
 tobago-theme/tobago-theme-standard/pom.xml                            | 2 +-
 tobago-tool/pom.xml                                                   | 2 +-
 tobago-tool/tobago-config-dev/pom.xml                                 | 2 +-
 tobago-tool/tobago-config-mojarra/pom.xml                             | 2 +-
 tobago-tool/tobago-config-myfaces/pom.xml                             | 2 +-
 tobago-tool/tobago-config-owb/pom.xml                                 | 2 +-
 tobago-tool/tobago-tool-annotation/pom.xml                            | 2 +-
 tobago-tool/tobago-tool-apt/pom.xml                                   | 2 +-
 tobago-tool/tobago-tool-test/pom.xml                                  | 2 +-
 28 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/package.json b/package.json
index bd04f6c559..4b4dd3b4f3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.7.2-SNAPSHOT",
   "description": "The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.",
   "repository": {
     "type": "git",
diff --git a/pom.xml b/pom.xml
index 8e7c731921..266b59c034 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <artifactId>tobago</artifactId>
   <packaging>pom</packaging>
   <name>Apache Tobago</name>
-  <version>5.8.0-SNAPSHOT</version>
+  <version>5.7.2-SNAPSHOT</version>
   <description>The goal of Tobago is to provide the community with a well designed set of user interface components based on JSF and run on MyFaces.</description>
   <url>http://myfaces.apache.org/tobago</url>
   <inceptionYear>2002</inceptionYear>
diff --git a/tobago-assembly/pom.xml b/tobago-assembly/pom.xml
index f908ae43a6..6639647c41 100644
--- a/tobago-assembly/pom.xml
+++ b/tobago-assembly/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <dependencies>
diff --git a/tobago-core/pom.xml b/tobago-core/pom.xml
index bcd1d916c4..448235a92a 100644
--- a/tobago-core/pom.xml
+++ b/tobago-core/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-core</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
index afbbec5e46..15eccb92cd 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/package-info.java
@@ -18,13 +18,13 @@
  */
 
 /**
- * <b>Tobago Framework Component Tag Library 5.8.0-SNAPSHOT -
+ * <b>Tobago Framework Component Tag Library 5.7.2-SNAPSHOT -
  * (C) Copyright 2005-2023 The Apache Software Foundation</b>
  */
 @org.apache.myfaces.tobago.apt.annotation.Taglib(
     shortName = "tc",
     uri = "http://myfaces.apache.org/tobago/component",
     name = "tobago",
-    displayName = "Tobago Components 5.8.0-SNAPSHOT")
+    displayName = "Tobago Components 5.7.2-SNAPSHOT")
 
 package org.apache.myfaces.tobago.internal.taglib.component;
diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index 0821450614..fc51bc470d 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Examples</name>
diff --git a/tobago-example/tobago-example-assembly/pom.xml b/tobago-example/tobago-example-assembly/pom.xml
index 0b614ebf84..6d83d39535 100644
--- a/tobago-example/tobago-example-assembly/pom.xml
+++ b/tobago-example/tobago-example-assembly/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <profiles>
diff --git a/tobago-example/tobago-example-blank/pom.xml b/tobago-example/tobago-example-blank/pom.xml
index 10bf41c253..32d775a091 100644
--- a/tobago-example/tobago-example-blank/pom.xml
+++ b/tobago-example/tobago-example-blank/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-blank</artifactId>
   <packaging>${app.packaging}</packaging>
diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 8aa45985fd..68f2b644ff 100644
--- a/tobago-example/tobago-example-demo/package-lock.json
+++ b/tobago-example/tobago-example-demo/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.7.2-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "5.8.0-SNAPSHOT",
+      "version": "5.7.2-SNAPSHOT",
       "license": "Apache-2.0",
       "dependencies": {
         "font-awesome": "4.7.0",
diff --git a/tobago-example/tobago-example-demo/package.json b/tobago-example/tobago-example-demo/package.json
index 0782b2634b..b390ab8942 100644
--- a/tobago-example/tobago-example-demo/package.json
+++ b/tobago-example/tobago-example-demo/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-example-demo",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.7.2-SNAPSHOT",
   "description": "The demo for the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-example/tobago-example-demo/pom.xml b/tobago-example/tobago-example-demo/pom.xml
index 6b3a0647b7..b5fcf2bd17 100644
--- a/tobago-example/tobago-example-demo/pom.xml
+++ b/tobago-example/tobago-example-demo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-demo</artifactId>
   <packaging>${app.packaging}</packaging>
diff --git a/tobago-example/tobago-example-spring-boot/pom.xml b/tobago-example/tobago-example-spring-boot/pom.xml
index 389a82ae8d..c832d2bcf9 100644
--- a/tobago-example/tobago-example-spring-boot/pom.xml
+++ b/tobago-example/tobago-example-spring-boot/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-example</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-example-spring-boot</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 09890af79a..f55c277c81 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.7.2-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "5.8.0-SNAPSHOT",
+      "version": "5.7.2-SNAPSHOT",
       "license": "Apache-2.0",
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.4.1",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 2b9bb85ea3..8a7a0f27b1 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.8.0-SNAPSHOT",
+  "version": "5.7.2-SNAPSHOT",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-theme/pom.xml b/tobago-theme/pom.xml
index 083a5de997..0f78bd00aa 100644
--- a/tobago-theme/pom.xml
+++ b/tobago-theme/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Themes</name>
diff --git a/tobago-theme/tobago-theme-charlotteville/pom.xml b/tobago-theme/tobago-theme-charlotteville/pom.xml
index deb6e30a74..71d9ec7f93 100644
--- a/tobago-theme/tobago-theme-charlotteville/pom.xml
+++ b/tobago-theme/tobago-theme-charlotteville/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-charlotteville</artifactId>
   <name>Tobago Theme Charlotteville</name>
diff --git a/tobago-theme/tobago-theme-roxborough/pom.xml b/tobago-theme/tobago-theme-roxborough/pom.xml
index 11b3492e9d..706d0f9af9 100644
--- a/tobago-theme/tobago-theme-roxborough/pom.xml
+++ b/tobago-theme/tobago-theme-roxborough/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-roxborough</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-scarborough/pom.xml b/tobago-theme/tobago-theme-scarborough/pom.xml
index ea962aac63..0f0317bedd 100644
--- a/tobago-theme/tobago-theme-scarborough/pom.xml
+++ b/tobago-theme/tobago-theme-scarborough/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-scarborough</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-speyside/pom.xml b/tobago-theme/tobago-theme-speyside/pom.xml
index deb532712a..457c384c93 100644
--- a/tobago-theme/tobago-theme-speyside/pom.xml
+++ b/tobago-theme/tobago-theme-speyside/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-speyside</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-theme/tobago-theme-standard/pom.xml b/tobago-theme/tobago-theme-standard/pom.xml
index 1a13f86ada..80cf9cd17a 100644
--- a/tobago-theme/tobago-theme-standard/pom.xml
+++ b/tobago-theme/tobago-theme-standard/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-theme</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-theme-standard</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/pom.xml b/tobago-tool/pom.xml
index e3831b9fc4..09e352e0e8 100644
--- a/tobago-tool/pom.xml
+++ b/tobago-tool/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <packaging>pom</packaging>
   <name>Tobago Tool</name>
diff --git a/tobago-tool/tobago-config-dev/pom.xml b/tobago-tool/tobago-config-dev/pom.xml
index c56292c103..96b5fb5a8d 100644
--- a/tobago-tool/tobago-config-dev/pom.xml
+++ b/tobago-tool/tobago-config-dev/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>tobago-config-dev</artifactId>
diff --git a/tobago-tool/tobago-config-mojarra/pom.xml b/tobago-tool/tobago-config-mojarra/pom.xml
index b41527a7e9..3dccf344f0 100644
--- a/tobago-tool/tobago-config-mojarra/pom.xml
+++ b/tobago-tool/tobago-config-mojarra/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>tobago-config-mojarra</artifactId>
diff --git a/tobago-tool/tobago-config-myfaces/pom.xml b/tobago-tool/tobago-config-myfaces/pom.xml
index a4448634e6..da7a4ed60a 100644
--- a/tobago-tool/tobago-config-myfaces/pom.xml
+++ b/tobago-tool/tobago-config-myfaces/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>tobago-config-myfaces</artifactId>
diff --git a/tobago-tool/tobago-config-owb/pom.xml b/tobago-tool/tobago-config-owb/pom.xml
index 9181506e0e..57b756b621 100644
--- a/tobago-tool/tobago-config-owb/pom.xml
+++ b/tobago-tool/tobago-config-owb/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>tobago-config-owb</artifactId>
diff --git a/tobago-tool/tobago-tool-annotation/pom.xml b/tobago-tool/tobago-tool-annotation/pom.xml
index ba9ce8f456..c2d8f00328 100644
--- a/tobago-tool/tobago-tool-annotation/pom.xml
+++ b/tobago-tool/tobago-tool-annotation/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-tool-annotation</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-apt/pom.xml b/tobago-tool/tobago-tool-apt/pom.xml
index c161b7271c..f390196cca 100644
--- a/tobago-tool/tobago-tool-apt/pom.xml
+++ b/tobago-tool/tobago-tool-apt/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-tool-apt</artifactId>
   <packaging>jar</packaging>
diff --git a/tobago-tool/tobago-tool-test/pom.xml b/tobago-tool/tobago-tool-test/pom.xml
index 4825c0e9f5..2a2da41972 100644
--- a/tobago-tool/tobago-tool-test/pom.xml
+++ b/tobago-tool/tobago-tool-test/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.apache.myfaces.tobago</groupId>
     <artifactId>tobago-tool</artifactId>
-    <version>5.8.0-SNAPSHOT</version>
+    <version>5.7.2-SNAPSHOT</version>
   </parent>
   <artifactId>tobago-tool-test</artifactId>
   <packaging>jar</packaging>