You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2023/04/27 15:23:58 UTC

[myfaces-tobago] branch tobago-5.x updated: build(release): set next SNAPSHOT (#4001)

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

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


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new ecce7529a5 build(release): set next SNAPSHOT (#4001)
ecce7529a5 is described below

commit ecce7529a56b906e758d41a53b370acf429efaf5
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Apr 27 17:23:53 2023 +0200

    build(release): set next SNAPSHOT (#4001)
---
 package.json                                                          | 2 +-
 .../apache/myfaces/tobago/internal/taglib/component/package-info.java | 4 ++--
 tobago-example/tobago-example-demo/package-lock.json                  | 4 ++--
 tobago-example/tobago-example-demo/package.json                       | 2 +-
 tobago-theme/package-lock.json                                        | 4 ++--
 tobago-theme/package.json                                             | 2 +-
 6 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/package.json b/package.json
index 829260fa98..bd04f6c559 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "5.7.0",
+  "version": "5.8.0-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/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 3777b7c8b7..afbbec5e46 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.7.0 -
+ * <b>Tobago Framework Component Tag Library 5.8.0-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.7.0")
+    displayName = "Tobago Components 5.8.0-SNAPSHOT")
 
 package org.apache.myfaces.tobago.internal.taglib.component;
diff --git a/tobago-example/tobago-example-demo/package-lock.json b/tobago-example/tobago-example-demo/package-lock.json
index 340e219c53..b43f72c987 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.7.0",
+  "version": "5.8.0-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "5.7.0",
+      "version": "5.8.0-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 3444636b6d..45b2969971 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.7.0",
+  "version": "5.8.0-SNAPSHOT",
   "description": "The demo for the Tobago framework",
   "repository": {
     "type": "git",
diff --git a/tobago-theme/package-lock.json b/tobago-theme/package-lock.json
index 7e06e358fe..21a6ce1327 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "5.7.0",
+  "version": "5.8.0-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "5.7.0",
+      "version": "5.8.0-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 8473964c06..1a655bf5d6 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.7.0",
+  "version": "5.8.0-SNAPSHOT",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",