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 2022/12/12 09:23:40 UTC

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

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 25dad3330c build(release): set next SNAPSHOT version (#3529)
25dad3330c is described below

commit 25dad3330ce959c3b017e3227222521dca2d73c4
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Mon Dec 12 10:23:34 2022 +0100

    build(release): set next SNAPSHOT version (#3529)
---
 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 9b50e1e69b..12bc33fe07 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "myfaces-tobago",
-  "version": "5.4.0",
+  "version": "5.4.1-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 f637b5f578..7c00734c11 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.4.0 -
+ * <b>Tobago Framework Component Tag Library 5.4.1-SNAPSHOT -
  * (C) Copyright 2005-2021 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.4.0")
+    displayName = "Tobago Components 5.4.1-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 767c8e4261..de29fceab5 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.4.0",
+  "version": "5.4.1-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-example-demo",
-      "version": "5.4.0",
+      "version": "5.4.1-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 ceca25109c..a3d3767914 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.4.0",
+  "version": "5.4.1-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 94723d84d9..f6310cb949 100644
--- a/tobago-theme/package-lock.json
+++ b/tobago-theme/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "tobago-theme",
-  "version": "5.4.0",
+  "version": "5.4.1-SNAPSHOT",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "tobago-theme",
-      "version": "5.4.0",
+      "version": "5.4.1-SNAPSHOT",
       "license": "Apache-2.0",
       "dependencies": {
         "@trevoreyre/autocomplete-js": "^2.3.0",
diff --git a/tobago-theme/package.json b/tobago-theme/package.json
index 0223b79fc7..55d51eab1c 100644
--- a/tobago-theme/package.json
+++ b/tobago-theme/package.json
@@ -1,6 +1,6 @@
 {
   "name": "tobago-theme",
-  "version": "5.4.0",
+  "version": "5.4.1-SNAPSHOT",
   "description": "The themes of the Tobago framework",
   "repository": {
     "type": "git",